Skip to content

Commit

Permalink
v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ducphamle2 committed Aug 22, 2024
1 parent 459e6a2 commit ebf3372
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.0.6",
"version": "1.0.7",
"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.0.6",
"version": "1.0.7",
"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.0.6",
"version": "1.0.7",
"main": "build/index.js",
"license": "MIT",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"@cosmjs/proto-signing": "^0.31.3",
"@cosmjs/stargate": "^0.31.3",
"@cosmjs/tendermint-rpc": "^0.31.3",
"@oraichain/common": "^1.0.6",
"@oraichain/common": "^1.0.7",
"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 @@ -1617,7 +1617,7 @@ __metadata:
languageName: node
linkType: hard

"@oraichain/common@npm:^1.0.6, @oraichain/common@workspace:packages/common":
"@oraichain/common@npm:^1.0.7, @oraichain/common@workspace:packages/common":
version: 0.0.0-use.local
resolution: "@oraichain/common@workspace:packages/common"
dependencies:
Expand Down Expand Up @@ -1676,7 +1676,7 @@ __metadata:
"@cosmjs/proto-signing": "npm:^0.31.3"
"@cosmjs/stargate": "npm:^0.31.3"
"@cosmjs/tendermint-rpc": "npm:^0.31.3"
"@oraichain/common": "npm:^1.0.6"
"@oraichain/common": "npm:^1.0.7"
bech32: "npm:^1.1.4"
cosmjs-types: "npm:^0.8.0"
dotenv: "npm:^16.4.5"
Expand Down

0 comments on commit ebf3372

Please sign in to comment.