Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release] @subql/[email protected] @subql/[email protected] @subql/[email protected] #288

Merged
merged 1 commit into from
May 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions packages/apollo-links/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]

## [1.4.2] - 2024-05-13

## [1.4.1] - 2024-05-12

## [1.4.0] - 2024-04-29
Expand Down Expand Up @@ -100,8 +102,9 @@ Breaking change for `dictHttpLink` and `deploymentHttpLink`, use `const { link }

- Add Authlink for Apollo client

[unreleased]: https://github.com/subquery/network-clients/compare/v1.4.1...HEAD
[1.4.1]: https://github.com/subquery/network-clients/compare/v1.3.2...v1.4.1
[unreleased]: https://github.com/subquery/network-clients/compare/v1.4.2...HEAD
[1.4.2]: https://github.com/subquery/network-clients/compare/v1.4.1...v1.4.2
[1.4.1]: https://github.com/subquery/network-clients/compare/v1.4.0...v1.4.1
[1.4.0]: https://github.com/subquery/network-clients/compare/v1.3.2...v1.4.0
[1.3.2]: https://github.com/subquery/network-clients/compare/v1.3.0...v1.3.2
[1.3.0]: https://github.com/subquery/network-clients/compare/v1.2.6...v1.3.0
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-links/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/apollo-links",
"version": "1.4.1",
"version": "1.4.2",
"description": "SubQuery Network - graphql links",
"main": "dist/index.js",
"author": "SubQuery Pte Limited",
Expand Down
5 changes: 4 additions & 1 deletion packages/eth-provider/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]

## [1.1.1] 2024-05-13

## [1.1.0] 2024-05-12

## [1.0.0] 2024-02-21
Expand All @@ -19,7 +21,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Add Auth eth provider for rpc endpoint.

[unreleased]: https://github.com/subquery/eth-provider/compare/v1.1.0...HEAD
[unreleased]: https://github.com/subquery/eth-provider/compare/v1.1.1...HEAD
[1.1.1]: https://github.com/subquery/eth-provider/releases/tag/v1.1.1
[1.1.0]: https://github.com/subquery/eth-provider/releases/tag/v1.1.0
[1.0.0]: https://github.com/subquery/eth-provider/releases/tag/v1.0.0
[0.2.0]: https://github.com/subquery/eth-provider/releases/tag/v0.2.0
Expand Down
2 changes: 1 addition & 1 deletion packages/eth-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/eth-provider",
"version": "1.1.0",
"version": "1.1.1",
"main": "dist/index.js",
"author": "SubQuery Pte Limited",
"license": "Apache-2.0",
Expand Down
5 changes: 4 additions & 1 deletion packages/network-support/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]

## [1.2.4] 2024-05-13

## [1.2.3] 2024-05-12

## [1.2.2] 2024-05-01
Expand All @@ -33,7 +35,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- It's a internal library.

[unreleased]: https://github.com/subquery/network-support/compare/v1.2.3...HEAD
[unreleased]: https://github.com/subquery/network-support/compare/v1.2.4...HEAD
[1.2.4]: https://github.com/subquery/network-support/releases/tag/v1.2.4
[1.2.3]: https://github.com/subquery/network-support/releases/tag/v1.2.3
[1.2.2]: https://github.com/subquery/network-support/releases/tag/v1.2.2
[1.2.1]: https://github.com/subquery/network-support/releases/tag/v1.2.1
Expand Down
2 changes: 1 addition & 1 deletion packages/network-support/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/network-support",
"version": "1.2.4-0",
"version": "1.2.4",
"main": "dist/index.js",
"author": "SubQuery Pte Limited",
"license": "Apache-2.0",
Expand Down
Loading