Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
allanhortle committed Oct 10, 2023
1 parent 529c0fb commit 28a10bb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"npmClient": "yarn",
"version": "2.0.0-alpha.16",
"packages": ["packages/*"]
"version": "2.0.0",
"packages": [
"packages/*"
]
}
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": "2.0.0-alpha.16",
"version": "2.0.0",
"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": "2.0.0-alpha.16",
"version": "2.0.0",
"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": "^2.0.0-alpha.16"
"enty": "^2.0.0"
},
"resolutions": {
"**/typescript": "^4.8.3"
Expand Down

0 comments on commit 28a10bb

Please sign in to comment.