Skip to content

Commit

Permalink
[release] bump 0.3.11 (#144)
Browse files Browse the repository at this point in the history
* chore: bp

* chore: fix lockfile
  • Loading branch information
HuberTRoy authored Jul 4, 2023
1 parent 0f0baea commit 0267251
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 10 deletions.
5 changes: 4 additions & 1 deletion packages/network-clients/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.11] - 2023-07-04

## [0.3.9] - 2023-06-29

## [0.3.8] - 2023-06-29
Expand All @@ -33,7 +35,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.9...HEAD
[unreleased]: https://github.com/subquery/network-clients/compare/v0.3.11...HEAD
[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
[0.3.7]: https://github.com/subquery/network-clients/compare/v0.3.6...v0.3.7
[0.3.6]: https://github.com/subquery/network-clients/compare/v0.3.4...v0.3.6
Expand Down
2 changes: 1 addition & 1 deletion packages/network-clients/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/network-clients",
"version": "0.3.9",
"version": "0.3.11",
"description": "SubQuery client sdk for network",
"main": "dist/index.js",
"author": "SubQuery Pte Limited",
Expand Down
5 changes: 4 additions & 1 deletion packages/network-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.11] - 2023-07-04

## [0.3.9] - 2023-06-29

## [0.3.8] - 2023-06-29
Expand All @@ -27,7 +29,8 @@ Add `LEADERBOARD_SUBQL_ENDPOINTS`

- Release first version

[unreleased]: https://github.com/subquery/network-clients/compare/v0.3.9...HEAD
[unreleased]: https://github.com/subquery/network-clients/compare/v0.3.11...HEAD
[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
[0.3.7]: https://github.com/subquery/network-clients/compare/v0.3.5...v0.3.7
[0.3.4]: https://github.com/subquery/network-clients/compare/v0.2.0...v0.3.5
2 changes: 1 addition & 1 deletion packages/network-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/network-config",
"version": "0.3.9",
"version": "0.3.11",
"main": "dist/index.js",
"description": "SubQuery package containing network configuration",
"author": "SubQuery Pte Limited",
Expand Down
5 changes: 4 additions & 1 deletion packages/network-query/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.11] - 2023-07-04

## [0.3.9] - 2023-06-29

## [0.3.8] - 2023-06-29
Expand All @@ -27,7 +29,8 @@ Add `leaderboard`.

- Release first version

[unreleased]: https://github.com/subquery/network-clients/compare/v0.3.9...HEAD
[unreleased]: https://github.com/subquery/network-clients/compare/v0.3.11...HEAD
[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
[0.3.7]: https://github.com/subquery/network-clients/compare/v0.3.4...v0.3.7
[0.3.4]: https://github.com/subquery/network-clients/compare/v0.2.0...v0.3.4
2 changes: 1 addition & 1 deletion packages/network-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/network-query",
"version": "0.3.9",
"version": "0.3.11",
"main": "dist/index.js",
"description": "SubQuery package containing all gql queries for network dapps",
"author": "SubQuery Pte Limited",
Expand Down
5 changes: 4 additions & 1 deletion packages/react-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.11] - 2023-07-04

## [0.3.9] - 2023-06-29

## [0.3.8] - 2023-06-29
Expand All @@ -27,7 +29,8 @@ Add `leaderboard`.

- Release first version

[unreleased]: https://github.com/subquery/network-clients/compare/v0.3.9...HEAD
[unreleased]: https://github.com/subquery/network-clients/compare/v0.3.11...HEAD
[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
[0.3.7]: https://github.com/subquery/network-clients/compare/v0.3.4...v0.3.7
[0.3.4]: https://github.com/subquery/network-clients/compare/v0.2.0...v0.3.4
2 changes: 1 addition & 1 deletion packages/react-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/react-hooks",
"version": "0.3.9",
"version": "0.3.11",
"description": "SubQuery client sdk for react hooks",
"main": "dist/index.js",
"author": "SubQuery Pte Limited",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2953,7 +2953,7 @@ __metadata:
graphql: ^16.5.0
typescript: ^4.6.4
peerDependencies:
"@subql/contract-sdk": ^0.13.5
"@subql/contract-sdk": ^0.13.7
ipfs-http-client: ^53.0.1
languageName: unknown
linkType: soft
Expand All @@ -2964,7 +2964,7 @@ __metadata:
dependencies:
typescript: ^4.8.4
peerDependencies:
"@subql/contract-sdk": ^0.13.5
"@subql/contract-sdk": ^0.13.7
ipfs-http-client: ^53.0.1
languageName: unknown
linkType: soft
Expand Down

0 comments on commit 0267251

Please sign in to comment.