Skip to content

Commit eca3889

Browse files
chore(🤖): 1.3.0 [skip ci]
# [1.3.0](v1.2.0...v1.3.0) (2022-09-30) ### Bug Fixes * clear unless deps 😞 ([d9de956](d9de956)) ### Features * optimize the notification mechanism of long polling to solve the shock effect during init ([fb32cbf](fb32cbf)) * support for long polling incoming failed retry times, and failed waiting times ([f86875b](f86875b))
1 parent d0fc71f commit eca3889

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.3.0](https://github.com/vodyani/apollo-client/compare/v1.2.0...v1.3.0) (2022-09-30)
2+
3+
4+
### Bug Fixes
5+
6+
* clear unless deps 😞 ([d9de956](https://github.com/vodyani/apollo-client/commit/d9de9560226dd231154c6d737565c80819567877))
7+
8+
9+
### Features
10+
11+
* optimize the notification mechanism of long polling to solve the shock effect during init ([fb32cbf](https://github.com/vodyani/apollo-client/commit/fb32cbf14e75b3ee0b7114edb0bf350a05c06a75))
12+
* support for long polling incoming failed retry times, and failed waiting times ([f86875b](https://github.com/vodyani/apollo-client/commit/f86875b92df87c532a6c833a2bcb43019c7f4756))
13+
114
# [1.3.0-beta.1](https://github.com/vodyani/apollo-client/compare/v1.2.0...v1.3.0-beta.1) (2022-09-30)
215

316

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vodyani/apollo-client",
33
"license": "MIT",
4-
"version": "1.3.0-beta.1",
4+
"version": "1.3.0",
55
"author": "ChoGathK",
66
"description": "🛸 apollo client sdk",
77
"homepage": "https://github.com/vodyani/apollo-client#readme",

0 commit comments

Comments
 (0)