diff --git a/packages/network-clients/CHANGELOG.md b/packages/network-clients/CHANGELOG.md index 634157ef..5e543c99 100644 --- a/packages/network-clients/CHANGELOG.md +++ b/packages/network-clients/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.15] - 2023-07-21 + ## [0.3.13] - 2023-07-04 ## [0.3.11] - 2023-07-04 @@ -37,7 +39,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Release first version -[unreleased]: https://github.com/subquery/network-clients/compare/v0.3.13...HEAD +[unreleased]: https://github.com/subquery/network-clients/compare/v0.3.15...HEAD +[0.3.15]: https://github.com/subquery/network-clients/compare/v0.3.13...v0.3.15 [0.3.13]: https://github.com/subquery/network-clients/compare/v0.3.11...v0.3.13 [0.3.11]: https://github.com/subquery/network-clients/compare/v0.3.9...v0.3.11 [0.3.9]: https://github.com/subquery/network-clients/compare/v0.3.7...v0.3.9 diff --git a/packages/network-clients/package.json b/packages/network-clients/package.json index 93c96d6c..a9c60ada 100644 --- a/packages/network-clients/package.json +++ b/packages/network-clients/package.json @@ -1,6 +1,6 @@ { "name": "@subql/network-clients", - "version": "0.3.14-1", + "version": "0.3.15", "description": "SubQuery client sdk for network", "main": "dist/index.js", "author": "SubQuery Pte Limited", diff --git a/packages/network-query/CHANGELOG.md b/packages/network-query/CHANGELOG.md index b323b201..b223a474 100644 --- a/packages/network-query/CHANGELOG.md +++ b/packages/network-query/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.15] - 2023-07-21 + ## [0.3.11] - 2023-07-04 ## [0.3.9] - 2023-06-29 @@ -29,7 +31,8 @@ Add `leaderboard`. - Release first version -[unreleased]: https://github.com/subquery/network-clients/compare/v0.3.13...HEAD +[unreleased]: https://github.com/subquery/network-clients/compare/v0.3.15...HEAD +[0.3.15]: https://github.com/subquery/network-clients/compare/v0.3.13...v0.3.15 [0.3.13]: https://github.com/subquery/network-clients/compare/v0.3.11...v0.3.13 [0.3.11]: https://github.com/subquery/network-clients/compare/v0.3.9...v0.3.11 [0.3.9]: https://github.com/subquery/network-clients/compare/v0.3.7...v0.3.9 diff --git a/packages/network-query/package.json b/packages/network-query/package.json index 16586e5d..d1c9e256 100644 --- a/packages/network-query/package.json +++ b/packages/network-query/package.json @@ -1,6 +1,6 @@ { "name": "@subql/network-query", - "version": "0.3.14-3", + "version": "0.3.15", "main": "dist/index.js", "description": "SubQuery package containing all gql queries for network dapps", "author": "SubQuery Pte Limited", diff --git a/packages/react-hooks/CHANGELOG.md b/packages/react-hooks/CHANGELOG.md index b323b201..b223a474 100644 --- a/packages/react-hooks/CHANGELOG.md +++ b/packages/react-hooks/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.15] - 2023-07-21 + ## [0.3.11] - 2023-07-04 ## [0.3.9] - 2023-06-29 @@ -29,7 +31,8 @@ Add `leaderboard`. - Release first version -[unreleased]: https://github.com/subquery/network-clients/compare/v0.3.13...HEAD +[unreleased]: https://github.com/subquery/network-clients/compare/v0.3.15...HEAD +[0.3.15]: https://github.com/subquery/network-clients/compare/v0.3.13...v0.3.15 [0.3.13]: https://github.com/subquery/network-clients/compare/v0.3.11...v0.3.13 [0.3.11]: https://github.com/subquery/network-clients/compare/v0.3.9...v0.3.11 [0.3.9]: https://github.com/subquery/network-clients/compare/v0.3.7...v0.3.9 diff --git a/packages/react-hooks/package.json b/packages/react-hooks/package.json index 673d2ad1..b016d324 100644 --- a/packages/react-hooks/package.json +++ b/packages/react-hooks/package.json @@ -1,6 +1,6 @@ { "name": "@subql/react-hooks", - "version": "0.3.14-6", + "version": "0.3.15", "description": "SubQuery client sdk for react hooks", "main": "dist/index.js", "author": "SubQuery Pte Limited",