Skip to content

Commit 34b2546

Browse files
committed
chore(release): Publish [ci skip]
- aws-appsync-auth-link@3.0.7 - aws-appsync-subscription-link@3.0.9
1 parent d044911 commit 34b2546

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-3
lines changed

packages/aws-appsync-auth-link/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="3.0.7"></a>
7+
## [3.0.7](https://github.com/awslabs/aws-mobile-appsync-sdk-js/compare/aws-appsync-auth-link@3.0.6...aws-appsync-auth-link@3.0.7) (2021-09-24)
8+
9+
10+
### Bug Fixes
11+
12+
* remove aws-sdk V2; import aws-sdk V3 packages ([#637](https://github.com/awslabs/aws-mobile-appsync-sdk-js/issues/637)); refactor auth-link, signer, and types ([0996740](https://github.com/awslabs/aws-mobile-appsync-sdk-js/commit/0996740))
13+
14+
15+
16+
617
<a name="3.0.6"></a>
718
## [3.0.6](https://github.com/awslabs/aws-mobile-appsync-sdk-js/compare/aws-appsync-auth-link@3.0.5...aws-appsync-auth-link@3.0.6) (2021-07-28)
819

packages/aws-appsync-auth-link/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-appsync-auth-link",
3-
"version": "3.0.6",
3+
"version": "3.0.7",
44
"main": "lib/index.js",
55
"license": "Apache-2.0",
66
"description": "AWS Mobile AppSync Auth Link for JavaScript",

packages/aws-appsync-subscription-link/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="3.0.9"></a>
7+
## [3.0.9](https://github.com/awslabs/aws-mobile-appsync-sdk-js/compare/aws-appsync-subscription-link@3.0.8...aws-appsync-subscription-link@3.0.9) (2021-09-24)
8+
9+
10+
### Bug Fixes
11+
12+
* add type fix to subscription link to fix 'prepare' script ([#669](https://github.com/awslabs/aws-mobile-appsync-sdk-js/issues/669)) ([c5202dc](https://github.com/awslabs/aws-mobile-appsync-sdk-js/commit/c5202dc))
13+
* **aws-appsync-subscription-link:** graphql header refactor to fix IAM-based auth ([#619](https://github.com/awslabs/aws-mobile-appsync-sdk-js/issues/619)) ([#671](https://github.com/awslabs/aws-mobile-appsync-sdk-js/issues/671)) ([dbf4959](https://github.com/awslabs/aws-mobile-appsync-sdk-js/commit/dbf4959))
14+
* remove aws-sdk V2; import aws-sdk V3 packages ([#637](https://github.com/awslabs/aws-mobile-appsync-sdk-js/issues/637)); refactor auth-link, signer, and types ([0996740](https://github.com/awslabs/aws-mobile-appsync-sdk-js/commit/0996740))
15+
16+
17+
18+
619
<a name="3.0.8"></a>
720
## [3.0.8](https://github.com/awslabs/aws-mobile-appsync-sdk-js/compare/aws-appsync-subscription-link@3.0.7...aws-appsync-subscription-link@3.0.8) (2021-07-28)
821

packages/aws-appsync-subscription-link/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-appsync-subscription-link",
3-
"version": "3.0.8",
3+
"version": "3.0.9",
44
"main": "lib/index.js",
55
"license": "Apache-2.0",
66
"description": "AWS Mobile AppSync SDK for JavaScript",
@@ -19,7 +19,7 @@
1919
"test-watch": "jest --watch"
2020
},
2121
"dependencies": {
22-
"aws-appsync-auth-link": "^3.0.6",
22+
"aws-appsync-auth-link": "^3.0.7",
2323
"debug": "2.6.9",
2424
"url": "^0.11.0"
2525
},

0 commit comments

Comments
 (0)