Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
manueliglesias committed Feb 28, 2018
1 parent 7ca4019 commit 5fa3dad
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions packages/aws-appsync-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog

### 1.0.6
- Change aws-appsync to peerDependency

### 1.0.5
- Rehydrated get render prop and backward compatible [PR#6](https://github.com/awslabs/aws-mobile-appsync-sdk-js/pull/6)
2 changes: 1 addition & 1 deletion packages/aws-appsync-react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/aws-appsync-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-appsync-react",
"version": "1.0.5",
"version": "1.0.6",
"main": "lib/index.js",
"license": "SEE LICENSE IN LICENSE",
"description": "AWS Mobile AppSync SDK for JavaScript - React and React Native components",
Expand All @@ -16,11 +16,11 @@
"prepare": "tsc"
},
"dependencies": {
"aws-appsync": "^1.0.0",
"prop-types": "^15.6.0"
},
"peerDependencies": {
"react": "0.14.x || 15.* || ^15.0.0 || ^16.0.0"
"react": "0.14.x || 15.* || ^15.0.0 || ^16.0.0",
"aws-appsync": "^1.0.12"
},
"devDependencies": {
"@types/react": "^16.0.25",
Expand All @@ -31,4 +31,4 @@
"react-native": {
"./lib/rehydrated": "./lib/rehydrated-rn"
}
}
}
2 changes: 1 addition & 1 deletion packages/aws-appsync/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

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

Expand Down
2 changes: 1 addition & 1 deletion packages/aws-appsync/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/aws-appsync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-appsync",
"version": "1.0.11",
"version": "1.0.12",
"main": "lib/index.js",
"license": "SEE LICENSE IN LICENSE",
"description": "AWS Mobile AppSync SDK for JavaScript",
Expand Down

0 comments on commit 5fa3dad

Please sign in to comment.