diff --git a/.yarn/versions/2ed81f15.yml b/.yarn/versions/2ed81f15.yml new file mode 100644 index 00000000..ba5310bc --- /dev/null +++ b/.yarn/versions/2ed81f15.yml @@ -0,0 +1,2 @@ +undecided: + - "@subql/common-cosmos" diff --git a/.yarn/versions/508f0d31.yml b/.yarn/versions/508f0d31.yml new file mode 100644 index 00000000..e4923df0 --- /dev/null +++ b/.yarn/versions/508f0d31.yml @@ -0,0 +1,2 @@ +undecided: + - "@subql/node-cosmos" diff --git a/packages/common-cosmos/CHANGELOG.md b/packages/common-cosmos/CHANGELOG.md index b7d6da06..c6847cb2 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.3] - 2024-08-23 ### Changed - Update deps (#282) @@ -156,7 +158,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.2...HEAD +[Unreleased]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/5.0.3...HEAD +[5.0.3]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/5.0.2...common-cosmos/5.0.3 [5.0.2]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/5.0.1...common-cosmos/5.0.2 [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 diff --git a/packages/common-cosmos/package.json b/packages/common-cosmos/package.json index d9ca96b0..b76ad0e3 100644 --- a/packages/common-cosmos/package.json +++ b/packages/common-cosmos/package.json @@ -1,6 +1,6 @@ { "name": "@subql/common-cosmos", - "version": "5.0.3-0", + "version": "5.0.3", "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.2" + } } diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index 0e2f2324..07ed9c2c 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -5,13 +5,14 @@ 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.1.1] - 2024-08-23 ### Fixed - Filter out transactions that can't be decoded (#280) + ### Changed - Enable strict ts setting (#282) - Update deps (#282) - -### Change - Support bigint filter ## [4.1.0] - 2024-08-12 @@ -452,7 +453,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.1.0...HEAD +[Unreleased]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/4.1.1...HEAD +[4.1.1]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/4.1.0...node-cosmos/4.1.1 [4.1.0]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/4.0.1...node-cosmos/4.1.0 [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 diff --git a/packages/node/package.json b/packages/node/package.json index b48a3f82..848963d3 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node-cosmos", - "version": "4.1.1-2", + "version": "4.1.1", "description": "", "author": "SubQuery Pte Ltd", "license": "GPL-3.0", @@ -57,6 +57,5 @@ "files": [ "/dist", "/bin" - ], - "stableVersion": "4.1.1-1" + ] }