Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release finschia-js v0.10.0 #115

Merged
merged 3 commits into from
May 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 13 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

### Added
- [\#111](https://github.com/Finschia/finschia-js/pull/111) add `fswap` and `fbridge` module apis of Finschia v4

### Changed
- [\#112](https://github.com/Finschia/finschia-js/pull/112) change package version from v0.9.0 to v0.10.0-rc1
- [\#113](https://github.com/Finschia/finschia-js/pull/113) bump up @finschia/finschia v4.0.0-rc4
- [\#114](https://github.com/Finschia/finschia-js/pull/114) bump up @finschia/finschia v4.0.0-rc5

### Deprecated

Expand All @@ -22,6 +18,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security


## [v0.10.0] - 2024-05-28

### Added
- [\#111](https://github.com/Finschia/finschia-js/pull/111) add `fswap` and `fbridge` module apis of Finschia v4

### Changed
- [\#112](https://github.com/Finschia/finschia-js/pull/112) change package version from v0.9.0 to v0.10.0-rc1
- [\#113](https://github.com/Finschia/finschia-js/pull/113) bump up @finschia/finschia v4.0.0-rc4
- [\#114](https://github.com/Finschia/finschia-js/pull/114) bump up @finschia/finschia v4.0.0-rc5
- [\#115](https://github.com/Finschia/finschia-js/pull/115) bump up @finschia/finschia v4.0.0

## [v0.9.0] - 2023-10-24

### Added
Expand Down Expand Up @@ -146,7 +153,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



[unreleased]: https://github.com/Finschia/finschia-js/compare/v0.9.0...HEAD
[unreleased]: https://github.com/Finschia/finschia-js/compare/v0.10.0...HEAD
[v0.10.0]: https://github.com/Finschia/finschia-js/compare/v0.9.0...v0.10.0
[v0.9.0]: https://github.com/Finschia/finschia-js/compare/v0.8.0...v0.9.0
[v0.8.0]: https://github.com/Finschia/finschia-js/compare/v0.7.2...v0.8.0
[v0.7.2]: https://github.com/Finschia/finschia-js/compare/v0.7.1...v0.7.2
Expand Down
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
Loading