Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ducphamle2 committed Oct 29, 2024
1 parent a8d88fe commit 6f46086
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"npmClient": "yarn",
"version": "1.1.0",
"version": "1.1.1",
"command": {
"publish": {
"registry": "https://registry.npmjs.org/"
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oraichain/common",
"version": "1.1.0",
"version": "1.1.1",
"main": "build/index.js",
"license": "MIT",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oraichain/examples",
"version": "1.1.0",
"version": "1.1.1",
"main": "build/index.js",
"license": "MIT",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"build/"
],
"dependencies": {
"@oraichain/common": "^1.1.0",
"@oraichain/common": "^1.1.1",
"bech32": "^1.1.4",
"cosmjs-types": "^0.8.0",
"dotenv": "^16.4.5"
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1619,7 +1619,7 @@ __metadata:
languageName: node
linkType: hard

"@oraichain/common@npm:^1.1.0, @oraichain/common@workspace:packages/common":
"@oraichain/common@npm:^1.1.1, @oraichain/common@workspace:packages/common":
version: 0.0.0-use.local
resolution: "@oraichain/common@workspace:packages/common"
dependencies:
Expand Down Expand Up @@ -1672,7 +1672,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@oraichain/examples@workspace:packages/examples"
dependencies:
"@oraichain/common": "npm:^1.1.0"
"@oraichain/common": "npm:^1.1.1"
bech32: "npm:^1.1.4"
cosmjs-types: "npm:^0.8.0"
dotenv: "npm:^16.4.5"
Expand Down

0 comments on commit 6f46086

Please sign in to comment.