Skip to content

Commit

Permalink
v3.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
allanhortle committed Oct 17, 2023
1 parent ea785de commit 48c0631
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"npmClient": "yarn",
"version": "3.0.0-alpha.1",
"version": "3.0.0-alpha.2",
"packages": [
"packages/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/enty/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "enty",
"version": "3.0.0-alpha.1",
"version": "3.0.0-alpha.2",
"description": "Normalizing schemas",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-enty/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-enty",
"version": "3.0.0-alpha.1",
"version": "3.0.0-alpha.2",
"description": "React bindings for Enty",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -61,7 +61,7 @@
"typescript": "^4.8.3"
},
"dependencies": {
"enty": "^3.0.0-alpha.1"
"enty": "^3.0.0-alpha.2"
},
"resolutions": {
"**/typescript": "^4.8.3"
Expand Down

0 comments on commit 48c0631

Please sign in to comment.