Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Mar 23, 2024
1 parent c7251e7 commit 1335183
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Change Log

## [Unreleased]

## [0.5.0] - 2024-03-23
### Added
- migrate to valtio v2-beta #10

Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "valtio-signal",
"description": "Another React binding for Valtio proxy state",
"version": "0.4.3",
"version": "0.5.0",
"author": "Daishi Kato",
"repository": {
"type": "git",
Expand All @@ -15,19 +15,16 @@
"./package.json": "./package.json",
".": {
"types": "./dist/src/index.d.ts",
"module": "./dist/index.modern.js",
"import": "./dist/index.modern.mjs",
"default": "./dist/index.umd.js"
},
"./jsx-runtime": {
"types": "./dist/src/jsx-runtime.d.ts",
"module": "./dist/jsx-runtime/index.modern.js",
"import": "./dist/jsx-runtime/index.modern.mjs",
"default": "./dist/jsx-runtime/index.umd.js"
},
"./jsx-dev-runtime": {
"types": "./dist/src/jsx-runtime.d.ts",
"module": "./dist/jsx-runtime/index.modern.js",
"import": "./dist/jsx-runtime/index.modern.mjs",
"default": "./dist/jsx-runtime/index.umd.js"
}
Expand Down

0 comments on commit 1335183

Please sign in to comment.