Skip to content

Commit

Permalink
release v0.10.0
Browse files Browse the repository at this point in the history
Signed-off-by: zemyblue <[email protected]>
  • Loading branch information
zemyblue committed May 28, 2024
1 parent 85ba8b2 commit 3bca9dc
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@cosmjs/encoding": "^0.31.0",
"@cosmjs/proto-signing": "^0.31.0",
"@cosmjs/stargate": "^0.31.0",
"@finschia/finschia": "0.10.0-rc2",
"@finschia/finschia": "0.10.0",
"eslint": "^7.5",
"karma-chrome-launcher": "^3.1.0",
"karma-jasmine": "^4.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/finschia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finschia/finschia",
"version": "0.10.0-rc2",
"version": "0.10.0",
"description": "Utilities for FINSCHIA v2.0.0",
"contributors": [
"zemyblue <[email protected]>",
Expand Down Expand Up @@ -47,7 +47,7 @@
"@cosmjs/stargate": "^0.31.0",
"@cosmjs/tendermint-rpc": "^0.31.0",
"@cosmjs/utils": "^0.31.0",
"@finschia/finschia-proto": "4.0.0-rc5",
"@finschia/finschia-proto": "4.0.0",
"cosmjs-types": "^0.8.0",
"long": "^4.0.0",
"pako": "^2.0.2",
Expand Down
2 changes: 1 addition & 1 deletion scripts/finschia/env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Choose from https://hub.docker.com/r/finschia/finschianode/tags
REPOSITORY="finschia/finschianode"
VERSION="4.0.0-rc5"
VERSION="4.0.0"
CONTAINER_NAME="finschia-app"
2 changes: 1 addition & 1 deletion scripts/simapp/env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Choose from https://hub.docker.com/r/finschia/finschia-simapp/tags
REPOSITORY="finschia/finschia-simapp"
VERSION="0.49.0-rc7"
VERSION="0.49.0"
CONTAINER_NAME="finschia-simapp"
4 changes: 2 additions & 2 deletions scripts/with-ibc/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
finschia-app:
image: "finschia/finschianode:4.0.0-rc5"
image: "finschia/finschianode:4.0.0"
ports:
- "26658:26657"
- "1317:1317"
Expand All @@ -15,7 +15,7 @@ services:
- host.docker.internal:host-gateway

finschia2-app:
image: "finschia/finschianode:4.0.0-rc5"
image: "finschia/finschianode:4.0.0"
ports:
- "26558:26657"
- "1318:1317"
Expand Down
2 changes: 1 addition & 1 deletion scripts/with-ibc/finschia/env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Choose from https://hub.docker.com/r/finschia/finschianode/tags
REPOSITORY="finschia/finschianode"
VERSION="4.0.0-rc5"
VERSION="4.0.0"
CONTAINER_NAME="finschia-app"
2 changes: 1 addition & 1 deletion scripts/with-ibc/finschia2/env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Choose from https://hub.docker.com/r/finschia/finschianode/tags
REPOSITORY="finschia/finschianode"
VERSION="4.0.0-rc5"
VERSION="4.0.0"
CONTAINER_NAME="finschia2-app"
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -390,10 +390,10 @@
minimatch "^3.0.4"
strip-json-comments "^3.1.1"

"@finschia/[email protected]-rc5":
version "4.0.0-rc5"
resolved "https://registry.yarnpkg.com/@finschia/finschia-proto/-/finschia-proto-4.0.0-rc5.tgz#c7c5cf2438ec549de8b106e9de7ed19b81b416ba"
integrity sha512-TAnM75A0PVplgLX42Pwu1+MZSUeJN9iC+IATBMTJzMJDqp0JjD8xugjHTwvvFyItZQSWV3sIMwkuMm77dzZXlA==
"@finschia/[email protected]":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@finschia/finschia-proto/-/finschia-proto-4.0.0.tgz#de5b3e56bf11f29c59de4806f155f0cf5c01156e"
integrity sha512-UCRh8zSorMl6orvyNkK/GptJUJWUxLZnAAP3UMmAzULhXSkg+Ho/MqoqydCvlmgE0XaSJuMu+R4PuTUpXoJjDA==
dependencies:
long "^4.0.0"
protobufjs "~6.11.2"
Expand Down

0 comments on commit 3bca9dc

Please sign in to comment.