diff --git a/dist/index.d.ts b/dist/index.d.ts index 6282c39..e10c88e 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.2"; +export declare const version = "0.3.3"; //# sourceMappingURL=index.d.ts.map \ No newline at end of file diff --git a/dist/index.js b/dist/index.js index 9c5feb8..0f874d7 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.2'; +export const version = '0.3.3'; //# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/dist/index.js.map b/dist/index.js.map index 0d7de0c..6b5efac 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.2'\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.3'\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 b3316da..b7a7120 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "classy-solid", - "version": "0.3.2", + "version": "0.3.3", "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 f18cdff..4d9e4f9 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.2' +export const version = '0.3.3'