Skip to content

Commit 5fa3dad

Browse files
author
Manuel Iglesias
committed
1 parent 7ca4019 commit 5fa3dad

File tree

6 files changed

+11
-8
lines changed

6 files changed

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

3+
### 1.0.6
4+
- Change aws-appsync to peerDependency
5+
36
### 1.0.5
47
- Rehydrated get render prop and backward compatible [PR#6](https://github.com/awslabs/aws-mobile-appsync-sdk-js/pull/6)

packages/aws-appsync-react/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-react/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-appsync-react",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"main": "lib/index.js",
55
"license": "SEE LICENSE IN LICENSE",
66
"description": "AWS Mobile AppSync SDK for JavaScript - React and React Native components",
@@ -16,11 +16,11 @@
1616
"prepare": "tsc"
1717
},
1818
"dependencies": {
19-
"aws-appsync": "^1.0.0",
2019
"prop-types": "^15.6.0"
2120
},
2221
"peerDependencies": {
23-
"react": "0.14.x || 15.* || ^15.0.0 || ^16.0.0"
22+
"react": "0.14.x || 15.* || ^15.0.0 || ^16.0.0",
23+
"aws-appsync": "^1.0.12"
2424
},
2525
"devDependencies": {
2626
"@types/react": "^16.0.25",
@@ -31,4 +31,4 @@
3131
"react-native": {
3232
"./lib/rehydrated": "./lib/rehydrated-rn"
3333
}
34-
}
34+
}

packages/aws-appsync/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
### vNext
3+
### 1.0.12
44
- Inconsistent store [PR#43](https://github.com/awslabs/aws-mobile-appsync-sdk-js/pull/43)
55
- Delete observer associated with a topic when cleanup function is called [PR#60](https://github.com/awslabs/aws-mobile-appsync-sdk-js/pull/60)
66

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

0 commit comments

Comments
 (0)