Skip to content

Commit

Permalink
[release] @subql/apollo-links v0.5.1 (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhe8x authored Jun 15, 2023
1 parent a430d68 commit 6f4d2c5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion packages/apollo-links/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.1] - 2023-06-15
### Changed
- Improve retry logic & logs (#129)

### Added
- More unit tests for retry logic and fallover

## [0.5.0] - 2023-06-14
### Fixed
- fix the apollo/client import to /core to avoid react dep (#125)
Expand All @@ -29,7 +36,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Add Authlink for Apollo client

[Unreleased]: https://github.com/subquery/network-clients/compare/v0.5.0...HEAD
[Unreleased]: https://github.com/subquery/network-clients/compare/v0.5.1...HEAD
[0.5.1]: https://github.com/subquery/network-clients/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/subquery/network-clients/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/subquery/network-clients/compare/v0.3.4...v0.4.0
[0.3.4]: https://github.com/subquery/network-clients/compare/v0.2.1...v0.3.4
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": "0.5.0",
"version": "0.5.1",
"description": "SubQuery Network - graphql links",
"main": "dist/index.js",
"author": "SubQuery Pte Limited",
Expand Down

0 comments on commit 6f4d2c5

Please sign in to comment.