Skip to content

Commit

Permalink
v0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Sep 17, 2024
1 parent 294a614 commit a5192eb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ export * from './createSyncedSignals.js';
export * from './signalify.js';
export * from './syncSignals.js';
export * from './decorators/index.js';
export declare const version = "0.3.8";
export declare const version = "0.3.9";
//# sourceMappingURL=index.d.ts.map
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "classy-solid",
"version": "0.3.8",
"version": "0.3.9",
"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 <joe@trusktr.io>",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ export * from './syncSignals.js'

export * from './decorators/index.js'

export const version = '0.3.8'
export const version = '0.3.9'

0 comments on commit a5192eb

Please sign in to comment.