Skip to content

Commit fc173bf

Browse files
chore(release): Publish [ci skip]
- aws-appsync-auth-link@3.0.4 - aws-appsync-react@4.0.3 - aws-appsync-subscription-link@3.0.6 - aws-appsync@4.0.3
1 parent 2018e51 commit fc173bf

File tree

8 files changed

+44
-6
lines changed

8 files changed

+44
-6
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.4"></a>
7+
## [3.0.4](https://github.com/awslabs/aws-mobile-appsync-sdk-js/compare/aws-appsync-auth-link@3.0.3...aws-appsync-auth-link@3.0.4) (2021-02-12)
8+
9+
10+
### Bug Fixes
11+
12+
* Bump aws-sdk to address CVE-2020-28472 ([#621](https://github.com/awslabs/aws-mobile-appsync-sdk-js/issues/621)) ([396791c](https://github.com/awslabs/aws-mobile-appsync-sdk-js/commit/396791c))
13+
14+
15+
16+
617
<a name="3.0.3"></a>
718
## [3.0.3](https://github.com/awslabs/aws-mobile-appsync-sdk-js/compare/aws-appsync-auth-link@3.0.2...aws-appsync-auth-link@3.0.3) (2021-01-26)
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.3",
3+
"version": "3.0.4",
44
"main": "lib/index.js",
55
"license": "Apache-2.0",
66
"description": "AWS Mobile AppSync Auth Link for JavaScript",

packages/aws-appsync-react/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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="4.0.3"></a>
7+
## [4.0.3](https://github.com/awslabs/aws-mobile-appsync-sdk-js/compare/aws-appsync-react@4.0.2...aws-appsync-react@4.0.3) (2021-02-12)
8+
9+
10+
11+
12+
**Note:** Version bump only for package aws-appsync-react
13+
614
<a name="4.0.2"></a>
715
## [4.0.2](https://github.com/awslabs/aws-mobile-appsync-sdk-js/compare/aws-appsync-react@4.0.1...aws-appsync-react@4.0.2) (2021-01-08)
816

packages/aws-appsync-react/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-react",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"main": "lib/index.js",
55
"license": "Apache-2.0",
66
"description": "AWS Mobile AppSync SDK for JavaScript - React and React Native components",
@@ -28,7 +28,7 @@
2828
"devDependencies": {
2929
"@react-native-community/netinfo": "^5.0.0",
3030
"@types/react": "^16.0.25",
31-
"aws-appsync": "^4.0.2",
31+
"aws-appsync": "^4.0.3",
3232
"react": "^16.1.1",
3333
"react-apollo": "^2.1.9",
3434
"react-native": "^0.50.3",

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.6"></a>
7+
## [3.0.6](https://github.com/awslabs/aws-mobile-appsync-sdk-js/compare/aws-appsync-subscription-link@3.0.5...aws-appsync-subscription-link@3.0.6) (2021-02-12)
8+
9+
10+
11+
12+
**Note:** Version bump only for package aws-appsync-subscription-link
13+
614
<a name="3.0.5"></a>
715
## [3.0.5](https://github.com/awslabs/aws-mobile-appsync-sdk-js/compare/aws-appsync-subscription-link@3.0.4...aws-appsync-subscription-link@3.0.5) (2021-01-26)
816

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.5",
3+
"version": "3.0.6",
44
"main": "lib/index.js",
55
"license": "Apache-2.0",
66
"description": "AWS Mobile AppSync SDK for JavaScript",
@@ -20,7 +20,7 @@
2020
},
2121
"dependencies": {
2222
"apollo-utilities": "^1.3.4",
23-
"aws-appsync-auth-link": "^3.0.3",
23+
"aws-appsync-auth-link": "^3.0.4",
2424
"debug": "2.6.9",
2525
"url": "^0.11.0"
2626
},

packages/aws-appsync/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="4.0.3"></a>
7+
## [4.0.3](https://github.com/awslabs/aws-mobile-appsync-sdk-js/compare/aws-appsync@4.0.2...aws-appsync@4.0.3) (2021-02-12)
8+
9+
10+
### Bug Fixes
11+
12+
* Bump aws-sdk to address CVE-2020-28472 ([#621](https://github.com/awslabs/aws-mobile-appsync-sdk-js/issues/621)) ([396791c](https://github.com/awslabs/aws-mobile-appsync-sdk-js/commit/396791c))
13+
14+
15+
16+
617
<a name="4.0.2"></a>
718
## [4.0.2](https://github.com/awslabs/aws-mobile-appsync-sdk-js/compare/aws-appsync@4.0.1...aws-appsync@4.0.2) (2021-01-08)
819

packages/aws-appsync/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",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"main": "lib/index.js",
55
"license": "Apache-2.0",
66
"description": "AWS Mobile AppSync SDK for JavaScript",

0 commit comments

Comments
 (0)