Skip to content

Commit

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

* chore: bp

* chore: rm
  • Loading branch information
HuberTRoy authored Jul 4, 2023
1 parent 562ff2d commit c0e6457
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 8 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.13] - 2023-07-04

## [0.3.11] - 2023-07-04

## [0.3.9] - 2023-06-29
Expand Down Expand Up @@ -35,7 +37,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.11...HEAD
[unreleased]: https://github.com/subquery/network-clients/compare/v0.3.13...HEAD
[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
[0.3.7]: https://github.com/subquery/network-clients/compare/v0.3.6...v0.3.7
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.11",
"version": "0.3.13",
"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.13] - 2023-07-04

## [0.3.11] - 2023-07-04

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

- Release first version

[unreleased]: https://github.com/subquery/network-clients/compare/v0.3.11...HEAD
[unreleased]: https://github.com/subquery/network-clients/compare/v0.3.13...HEAD
[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
[0.3.7]: https://github.com/subquery/network-clients/compare/v0.3.5...v0.3.7
Expand Down
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.11",
"version": "0.3.13",
"main": "dist/index.js",
"description": "SubQuery package containing network configuration",
"author": "SubQuery Pte Limited",
Expand Down
3 changes: 2 additions & 1 deletion packages/network-query/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ Add `leaderboard`.

- Release first version

[unreleased]: https://github.com/subquery/network-clients/compare/v0.3.11...HEAD
[unreleased]: https://github.com/subquery/network-clients/compare/v0.3.13...HEAD
[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
[0.3.7]: https://github.com/subquery/network-clients/compare/v0.3.4...v0.3.7
Expand Down
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.11",
"version": "0.3.13",
"main": "dist/index.js",
"description": "SubQuery package containing all gql queries for network dapps",
"author": "SubQuery Pte Limited",
Expand Down
3 changes: 2 additions & 1 deletion packages/react-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ Add `leaderboard`.

- Release first version

[unreleased]: https://github.com/subquery/network-clients/compare/v0.3.11...HEAD
[unreleased]: https://github.com/subquery/network-clients/compare/v0.3.13...HEAD
[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
[0.3.7]: https://github.com/subquery/network-clients/compare/v0.3.4...v0.3.7
Expand Down
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.11",
"version": "0.3.13",
"description": "SubQuery client sdk for react hooks",
"main": "dist/index.js",
"author": "SubQuery Pte Limited",
Expand Down

0 comments on commit c0e6457

Please sign in to comment.