Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yinjiazeng committed Jun 17, 2023
1 parent f8c5985 commit 6a2a351
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
Expand Up @@ -4,5 +4,5 @@
],
"useWorkspaces": true,
"npmClient": "yarn",
"version": "1.0.1"
"version": "1.1.0"
}
4 changes: 2 additions & 2 deletions packages/nuomi-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuomi-native",
"version": "1.0.1",
"version": "1.1.0",
"main": "lib/index.js",
"typings": "types/index.d.ts",
"repository": {
Expand All @@ -16,7 +16,7 @@
"license": "MIT",
"dependencies": {
"invariant": "^2.2.4",
"nuomi": "^1.0.1",
"nuomi": "^1.1.0",
"prop-types": "^15.7.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nuomi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuomi",
"version": "1.0.1",
"version": "1.1.0",
"main": "lib/index.js",
"typings": "types/index.d.ts",
"repository": {
Expand Down

0 comments on commit 6a2a351

Please sign in to comment.