Skip to content

Commit 5c06f2b

Browse files
author
Manuel Iglesias
committed
1 parent 7803e42 commit 5c06f2b

File tree

4 files changed

+6
-15
lines changed

4 files changed

+6
-15
lines changed

packages/aws-appsync/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Changelog
22

3-
### vNext
4-
- Fix AWS_IAM credentials fetching [PR#XX](https://github.com/awslabs/aws-mobile-appsync-sdk-js/pull/XX)
3+
### 1.0.9
4+
- Fix AWS_IAM credentials fetching [PR#38](https://github.com/awslabs/aws-mobile-appsync-sdk-js/pull/38)
5+
- Preserve the observer associated with an existing topic [PR#37](https://github.com/awslabs/aws-mobile-appsync-sdk-js/pull/37)
56

67
### 1.0.8
78
- Handle missing optimisticResponse [PR#34](https://github.com/awslabs/aws-mobile-appsync-sdk-js/pull/34)

packages/aws-appsync/README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1 @@
1-
# Changelog
2-
3-
### vNext
4-
- Fix AWS_IAM credentials fetching [PR#XX](https://github.com/awslabs/aws-mobile-appsync-sdk-js/pull/XX)
5-
- Preserve the observer associated with an existing topic [PR#37](https://github.com/awslabs/aws-mobile-appsync-sdk-js/pull/37)
6-
7-
### 1.0.8
8-
- Handle missing optimisticResponse [PR#34](https://github.com/awslabs/aws-mobile-appsync-sdk-js/pull/34)
9-
10-
### 1.0.7
11-
- Make offline support optional [PR#33](https://github.com/awslabs/aws-mobile-appsync-sdk-js/pull/33)
1+
# aws-appsync

packages/aws-appsync/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "1.0.8",
3+
"version": "1.0.9",
44
"main": "lib/index.js",
55
"license": "SEE LICENSE IN LICENSE",
66
"description": "AWS Mobile AppSync SDK for JavaScript",

0 commit comments

Comments
 (0)