Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Sep 25, 2024
1 parent 77183cb commit 682d8a8
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 @@ -2,5 +2,5 @@ export * from './decorators/index.js';
export * from './effects/index.js';
export * from './mixins/index.js';
export * from './signals/index.js';
export declare const version = "0.3.9";
export declare const version = "0.4.0";
//# 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.9",
"version": "0.4.0",
"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 @@ -3,4 +3,4 @@ export * from './effects/index.js'
export * from './mixins/index.js'
export * from './signals/index.js'

export const version = '0.3.9'
export const version = '0.4.0'

0 comments on commit 682d8a8

Please sign in to comment.