Skip to content

Commit

Permalink
v0.27.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
verekia committed Sep 10, 2024
1 parent 72b31cc commit 7564956
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions examples/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "example-react",
"private": true,
"version": "0.27.0-alpha.0",
"version": "0.27.0-alpha.1",
"license": "MIT",
"bump": 1,
"type": "module",
Expand All @@ -17,7 +17,7 @@
"publint": ""
},
"dependencies": {
"@manapotion/react": "^0.27.0-alpha.0",
"@manapotion/react": "^0.27.0-alpha.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.27.0-alpha.0"
"version": "0.27.0-alpha.1"
}
6 changes: 3 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manapotion/react",
"version": "0.27.0-alpha.0",
"version": "0.27.0-alpha.1",
"license": "MIT",
"type": "module",
"bump": 1,
Expand Down

0 comments on commit 7564956

Please sign in to comment.