diff --git a/dist/index.d.ts b/dist/index.d.ts index c32433a..296e22d 100644 --- a/dist/index.d.ts +++ b/dist/index.d.ts @@ -5,5 +5,5 @@ export * from './createSignalObject.js'; export * from './signalify.js'; export * from './Effectful.js'; export * from './decorators/index.js'; -export declare const version = "0.3.5"; +export declare const version = "0.3.6"; //# sourceMappingURL=index.d.ts.map \ No newline at end of file diff --git a/dist/index.js b/dist/index.js index bcbf59e..681f673 100644 --- a/dist/index.js +++ b/dist/index.js @@ -5,5 +5,5 @@ export * from './createSignalObject.js'; export * from './signalify.js'; export * from './Effectful.js'; export * from './decorators/index.js'; -export const version = '0.3.5'; +export const version = '0.3.6'; //# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/dist/index.js.map b/dist/index.js.map index 4a9f5c0..c09a9e4 100644 --- a/dist/index.js.map +++ b/dist/index.js.map @@ -1 +1 @@ -{"version":3,"file":"index.js","names":["version"],"sources":["../src/index.ts"],"sourcesContent":["export * from './component.js'\nexport * from './createDeferredEffect.js'\nexport * from './createSignalFunction.js'\nexport * from './createSignalObject.js'\nexport * from './signalify.js'\nexport * from './Effectful.js'\n\nexport * from './decorators/index.js'\n\nexport const version = '0.3.5'\n"],"mappings":"AAAA,cAAc,gBAAgB;AAC9B,cAAc,2BAA2B;AACzC,cAAc,2BAA2B;AACzC,cAAc,yBAAyB;AACvC,cAAc,gBAAgB;AAC9B,cAAc,gBAAgB;AAE9B,cAAc,uBAAuB;AAErC,OAAO,MAAMA,OAAO,GAAG,OAAO"} \ No newline at end of file +{"version":3,"file":"index.js","names":["version"],"sources":["../src/index.ts"],"sourcesContent":["export * from './component.js'\nexport * from './createDeferredEffect.js'\nexport * from './createSignalFunction.js'\nexport * from './createSignalObject.js'\nexport * from './signalify.js'\nexport * from './Effectful.js'\n\nexport * from './decorators/index.js'\n\nexport const version = '0.3.6'\n"],"mappings":"AAAA,cAAc,gBAAgB;AAC9B,cAAc,2BAA2B;AACzC,cAAc,2BAA2B;AACzC,cAAc,yBAAyB;AACvC,cAAc,gBAAgB;AAC9B,cAAc,gBAAgB;AAE9B,cAAc,uBAAuB;AAErC,OAAO,MAAMA,OAAO,GAAG,OAAO"} \ No newline at end of file diff --git a/package.json b/package.json index e1b42eb..8e762d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "classy-solid", - "version": "0.3.5", + "version": "0.3.6", "description": "Solid.js reactivity patterns for classes, and class components.", "info": "The `classy-solid` package gives you a `@signal` decorator to make reactive class properties, an `@component` decorator to use classes as Solid components, and some other APIs to simplify usage of reactive patterns in classes. It is still early, more features and changes to come!", "author": "Joe Pea ", diff --git a/src/index.ts b/src/index.ts index c98dcdd..9353052 100644 --- a/src/index.ts +++ b/src/index.ts @@ -7,4 +7,4 @@ export * from './Effectful.js' export * from './decorators/index.js' -export const version = '0.3.5' +export const version = '0.3.6'