diff --git a/.yarn/versions/3c9a5976.yml b/.yarn/versions/3c9a5976.yml new file mode 100644 index 00000000..19678688 --- /dev/null +++ b/.yarn/versions/3c9a5976.yml @@ -0,0 +1,3 @@ +undecided: + - "@subql/common-cosmos" + - "@subql/types-cosmos" diff --git a/.yarn/versions/54610e58.yml b/.yarn/versions/54610e58.yml new file mode 100644 index 00000000..1abe0096 --- /dev/null +++ b/.yarn/versions/54610e58.yml @@ -0,0 +1,3 @@ +undecided: + - "@subql/common-ethereum" + - "@subql/types-ethereum" diff --git a/.yarn/versions/a1d4d641.yml b/.yarn/versions/a1d4d641.yml new file mode 100644 index 00000000..19678688 --- /dev/null +++ b/.yarn/versions/a1d4d641.yml @@ -0,0 +1,3 @@ +undecided: + - "@subql/common-cosmos" + - "@subql/types-cosmos" diff --git a/.yarn/versions/c1ecb61b.yml b/.yarn/versions/c1ecb61b.yml new file mode 100644 index 00000000..6b73f40f --- /dev/null +++ b/.yarn/versions/c1ecb61b.yml @@ -0,0 +1,3 @@ +undecided: + - "@subql/common-cosmos" + - "@subql/node-cosmos" diff --git a/.yarn/versions/e7a88440.yml b/.yarn/versions/e7a88440.yml new file mode 100644 index 00000000..9b9ce5e9 --- /dev/null +++ b/.yarn/versions/e7a88440.yml @@ -0,0 +1,3 @@ +undecided: + - "@subql/node-cosmos" + - "@subql/types-cosmos" diff --git a/.yarn/versions/f46ddc06.yml b/.yarn/versions/f46ddc06.yml new file mode 100644 index 00000000..19678688 --- /dev/null +++ b/.yarn/versions/f46ddc06.yml @@ -0,0 +1,3 @@ +undecided: + - "@subql/common-cosmos" + - "@subql/types-cosmos" diff --git a/packages/common-cosmos/CHANGELOG.md b/packages/common-cosmos/CHANGELOG.md index 5f9a19dd..0c0d2f29 100644 --- a/packages/common-cosmos/CHANGELOG.md +++ b/packages/common-cosmos/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [5.0.1] - 2024-07-30 ### Changed - Update cosmos and subql dependencies (#270) @@ -148,7 +150,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix chainTypes not being in deployments ## [0.0.5] - 2022-06-15 -[Unreleased]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/5.0.0...HEAD +[Unreleased]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/5.0.1...HEAD +[5.0.1]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/5.0.0...common-cosmos/5.0.1 [5.0.0]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/4.4.0...common-cosmos/5.0.0 [4.4.0]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/4.3.0...common-cosmos/4.4.0 [4.3.0]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/4.2.0...common-cosmos/4.3.0 diff --git a/packages/common-cosmos/package.json b/packages/common-cosmos/package.json index 323231c6..876f420d 100644 --- a/packages/common-cosmos/package.json +++ b/packages/common-cosmos/package.json @@ -1,6 +1,6 @@ { "name": "@subql/common-cosmos", - "version": "5.0.1-1", + "version": "5.0.1", "description": "", "scripts": { "build": "rm -rf dist && tsc -b", @@ -45,6 +45,5 @@ "ejs": "3.1.10", "lodash": "4.17.21", "rimraf": "^3.0.2" - }, - "stableVersion": "5.0.1-0" + } } diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index 121cfff9..9a0117ee 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [4.0.1] - 2024-07-30 ### Fixed - Chain types not loading correctly (#275) @@ -438,7 +440,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Init release -[Unreleased]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/4.0.0...HEAD +[Unreleased]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/4.0.1...HEAD +[4.0.1]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/4.0.0...node-cosmos/4.0.1 [4.0.0]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/3.12.1...node-cosmos/4.0.0 [3.12.1]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/3.12.0...node-cosmos/3.12.1 [3.12.0]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/3.11.2...node-cosmos/3.12.0 diff --git a/packages/node/package.json b/packages/node/package.json index 3f34e06f..14d75e75 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node-cosmos", - "version": "4.0.1-0", + "version": "4.0.1", "description": "", "author": "SubQuery Pte Ltd", "license": "GPL-3.0", @@ -57,6 +57,5 @@ "files": [ "/dist", "/bin" - ], - "stableVersion": "4.0.0" + ] } diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index cc4adfb7..573d11f7 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [3.5.1] - 2024-07-30 ### Changed - Update cosmos and subql dependencies (#270) @@ -122,7 +124,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix chainTypes not being in deployments ## [0.0.5] - 2022-06-15 -[Unreleased]: https://github.com/subquery/subql-cosmos/compare/types-cosmos/3.5.0...HEAD +[Unreleased]: https://github.com/subquery/subql-cosmos/compare/types-cosmos/3.5.1...HEAD +[3.5.1]: https://github.com/subquery/subql-cosmos/compare/types-cosmos/3.5.0...types-cosmos/3.5.1 [3.5.0]: https://github.com/subquery/subql-cosmos/compare/types-cosmos/3.4.0...types-cosmos/3.5.0 [3.4.0]: https://github.com/subquery/subql-cosmos/compare/types-cosmos/3.3.0...types-cosmos/3.4.0 [3.3.0]: https://github.com/subquery/subql-cosmos/compare/types-cosmos/3.2.4...types-cosmos/3.3.0 diff --git a/packages/types/package.json b/packages/types/package.json index 89a8998f..66342486 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@subql/types-cosmos", - "version": "3.5.1-1", + "version": "3.5.1", "description": "", "homepage": "https://github.com/subquery/subql-cosmos", "repository": "github:subquery/subql-cosmos", @@ -20,6 +20,5 @@ "@cosmjs/proto-signing": "^0.32.4", "@cosmjs/stargate": "^0.32.4", "@subql/types-core": "^0.10.0" - }, - "stableVersion": "3.5.1-0" + } }