Skip to content

Commit

Permalink
chore(release): Publish [ci skip]
Browse files Browse the repository at this point in the history
 - amazon-cognito-identity-js@3.2.4
 - @aws-amplify/ui@1.1.5
 - @aws-amplify/analytics@2.2.4
 - @aws-amplify/api@2.1.5
 - @aws-amplify/auth@2.1.5
 - aws-amplify-angular@4.1.5
 - aws-amplify-react-native@3.2.2
 - aws-amplify-react@3.1.5
 - aws-amplify-vue@1.1.4
 - aws-amplify@2.2.4
 - @aws-amplify/cache@2.1.5
 - @aws-amplify/core@2.2.4
 - @aws-amplify/datastore@1.0.6
 - @aws-amplify/interactions@2.1.5
 - @aws-amplify/predictions@2.1.5
 - @aws-amplify/pubsub@2.1.5
 - @aws-amplify/pushnotification@2.1.5
 - @aws-amplify/storage@2.2.0
 - @aws-amplify/xr@1.1.5
  • Loading branch information
aws-amplify-bot committed Feb 7, 2020
1 parent 50e1bb6 commit 1b08199
Show file tree
Hide file tree
Showing 40 changed files with 262 additions and 56 deletions.
8 changes: 8 additions & 0 deletions packages/amazon-cognito-identity-js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.2.4](https://github.com/aws-amplify/amplify-js/compare/amazon-cognito-identity-js@3.2.2...amazon-cognito-identity-js@3.2.4) (2020-02-07)

**Note:** Version bump only for package amazon-cognito-identity-js





## [3.2.2](https://github.com/aws-amplify/amplify-js/compare/amazon-cognito-identity-js@3.2.1...amazon-cognito-identity-js@3.2.2) (2020-01-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/amazon-cognito-identity-js/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/amazon-cognito-identity-js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "amazon-cognito-identity-js",
"description": "Amazon Cognito Identity Provider JavaScript SDK",
"version": "3.2.3",
"version": "3.2.4",
"author": {
"name": "Amazon Web Services",
"email": "aws@amazon.com",
Expand Down
11 changes: 11 additions & 0 deletions packages/amplify-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.5](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/ui@1.1.3...@aws-amplify/ui@1.1.5) (2020-02-07)


### Bug Fixes

* **@aws-amplify/ui:** Add padding to caret for SignUp component ([#4757](https://github.com/aws-amplify/amplify-js/issues/4757)) ([34cdc6c](https://github.com/aws-amplify/amplify-js/commit/34cdc6c9841b48c077eff42b21fa2b3fcc9a80be))





## [1.1.3](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/ui@1.1.2...@aws-amplify/ui@1.1.3) (2019-10-23)

**Note:** Version bump only for package @aws-amplify/ui
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-ui/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/amplify-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/ui",
"version": "1.1.4",
"version": "1.1.5",
"main": "dist/aws-amplify-ui.js",
"types": "lib/index.d.ts",
"publishConfig": {
Expand Down
11 changes: 11 additions & 0 deletions packages/analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.4](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/analytics@2.2.2...@aws-amplify/analytics@2.2.4) (2020-02-07)


### Bug Fixes

* **cache:** export correct module for RN ([#4786](https://github.com/aws-amplify/amplify-js/issues/4786)) ([a15730c](https://github.com/aws-amplify/amplify-js/commit/a15730cc50692d9d31a0f586c3544b3dcdbea659))





## [2.2.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/analytics@2.2.1...@aws-amplify/analytics@2.2.2) (2020-01-10)


Expand Down
6 changes: 3 additions & 3 deletions packages/analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/analytics",
"version": "2.2.3",
"version": "2.2.4",
"description": "Analytics category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down Expand Up @@ -36,8 +36,8 @@
},
"homepage": "https://aws-amplify.github.io/",
"dependencies": {
"@aws-amplify/cache": "^2.1.4",
"@aws-amplify/core": "^2.2.3",
"@aws-amplify/cache": "^2.1.5",
"@aws-amplify/core": "^2.2.4",
"uuid": "^3.2.1"
},
"jest": {
Expand Down
11 changes: 11 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.5](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api@2.1.3...@aws-amplify/api@2.1.5) (2020-02-07)


### Bug Fixes

* **cache:** export correct module for RN ([#4786](https://github.com/aws-amplify/amplify-js/issues/4786)) ([a15730c](https://github.com/aws-amplify/amplify-js/commit/a15730cc50692d9d31a0f586c3544b3dcdbea659))





## [2.1.3](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api@2.1.2...@aws-amplify/api@2.1.3) (2020-01-10)


Expand Down
8 changes: 4 additions & 4 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/api",
"version": "2.1.4",
"version": "2.1.5",
"description": "Api category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down Expand Up @@ -37,9 +37,9 @@
"@types/zen-observable": "^0.8.0"
},
"dependencies": {
"@aws-amplify/auth": "^2.1.4",
"@aws-amplify/cache": "^2.1.4",
"@aws-amplify/core": "^2.2.3",
"@aws-amplify/auth": "^2.1.5",
"@aws-amplify/cache": "^2.1.5",
"@aws-amplify/core": "^2.2.4",
"axios": "^0.19.0",
"graphql": "14.0.0",
"uuid": "^3.2.1",
Expand Down
12 changes: 12 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.5](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/auth@2.1.3...@aws-amplify/auth@2.1.5) (2020-02-07)


### Bug Fixes

* **auth:** prevent urlListener from firing auth flow twice with the same URL ([#4798](https://github.com/aws-amplify/amplify-js/issues/4798)) ([cf8738a](https://github.com/aws-amplify/amplify-js/commit/cf8738ac5e7961a163ce158a7383bc27f693475f))
* **cache:** export correct module for RN ([#4786](https://github.com/aws-amplify/amplify-js/issues/4786)) ([a15730c](https://github.com/aws-amplify/amplify-js/commit/a15730cc50692d9d31a0f586c3544b3dcdbea659))





## [2.1.3](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/auth@2.1.2...@aws-amplify/auth@2.1.3) (2020-01-10)


Expand Down
8 changes: 4 additions & 4 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/auth",
"version": "2.1.4",
"version": "2.1.5",
"description": "Auth category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down Expand Up @@ -34,9 +34,9 @@
},
"homepage": "https://aws-amplify.github.io/",
"dependencies": {
"@aws-amplify/cache": "^2.1.4",
"@aws-amplify/core": "^2.2.3",
"amazon-cognito-identity-js": "^3.2.3",
"@aws-amplify/cache": "^2.1.5",
"@aws-amplify/core": "^2.2.4",
"amazon-cognito-identity-js": "^3.2.4",
"crypto-js": "^3.1.9-1"
},
"jest": {
Expand Down
11 changes: 11 additions & 0 deletions packages/aws-amplify-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.1.5](https://github.com/aws-amplify/amplify-js/compare/aws-amplify-angular@4.1.3...aws-amplify-angular@4.1.5) (2020-02-07)


### Bug Fixes

* **aws-amplify-react) fix(aws-amplify-react-native) fix(aws-amplify-angular:** Fix peer dependencies ([#4647](https://github.com/aws-amplify/amplify-js/issues/4647)) ([c4c990e](https://github.com/aws-amplify/amplify-js/commit/c4c990ea62a77625add92e8fe94ba170b0dd2af1))





## [4.1.3](https://github.com/aws-amplify/amplify-js/compare/aws-amplify-angular@4.1.2...aws-amplify-angular@4.1.3) (2020-01-10)


Expand Down
6 changes: 3 additions & 3 deletions packages/aws-amplify-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-amplify-angular",
"version": "4.1.4",
"version": "4.1.5",
"description": "AWS Amplify Angular Components",
"main": "bundles/aws-amplify-angular.umd.js",
"module": "dist/index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@types/zen-observable": "^0.5.3",
"angular2-template-loader": "^0.6.2",
"awesome-typescript-loader": "^4.0.1",
"aws-amplify": "^2.2.3",
"aws-amplify": "^2.2.4",
"babel-core": "^6.26.3",
"babel-plugin-lodash": "^3.3.4",
"babel-preset-env": "^1.7.0",
Expand Down Expand Up @@ -69,7 +69,7 @@
"zone.js": "^0.8.26"
},
"dependencies": {
"@aws-amplify/ui": "^1.1.4",
"@aws-amplify/ui": "^1.1.5",
"rxjs-compat": "^6.2.1"
},
"peerDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/aws-amplify-react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.2.2](https://github.com/aws-amplify/amplify-js/compare/aws-amplify-react-native@3.2.0...aws-amplify-react-native@3.2.2) (2020-02-07)


### Bug Fixes

* **aws-amplify-react) fix(aws-amplify-react-native) fix(aws-amplify-angular:** Fix peer dependencies ([#4647](https://github.com/aws-amplify/amplify-js/issues/4647)) ([c4c990e](https://github.com/aws-amplify/amplify-js/commit/c4c990ea62a77625add92e8fe94ba170b0dd2af1))





# [3.2.0](https://github.com/aws-amplify/amplify-js/compare/aws-amplify-react-native@3.1.0...aws-amplify-react-native@3.2.0) (2020-01-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/aws-amplify-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-amplify-react-native",
"version": "3.2.1",
"version": "3.2.2",
"description": "AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.",
"main": "dist/index.js",
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions packages/aws-amplify-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.1.5](https://github.com/aws-amplify/amplify-js/compare/aws-amplify-react@3.1.3...aws-amplify-react@3.1.5) (2020-02-07)


### Bug Fixes

* **aws-amplify-react) fix(aws-amplify-react-native) fix(aws-amplify-angular:** Fix peer dependencies ([#4647](https://github.com/aws-amplify/amplify-js/issues/4647)) ([c4c990e](https://github.com/aws-amplify/amplify-js/commit/c4c990ea62a77625add92e8fe94ba170b0dd2af1))





## [3.1.3](https://github.com/aws-amplify/amplify-js/compare/aws-amplify-react@3.1.2...aws-amplify-react@3.1.3) (2020-01-10)


Expand Down
4 changes: 2 additions & 2 deletions packages/aws-amplify-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-amplify-react",
"version": "3.1.4",
"version": "3.1.5",
"description": "AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand All @@ -25,7 +25,7 @@
"@types/enzyme-adapter-react-16": "^1.0.3",
"@types/react": "^16.0.41",
"@types/react-dom": "^16.0.11",
"aws-amplify": "^2.2.3",
"aws-amplify": "^2.2.4",
"enzyme": "^3.1.0",
"enzyme-adapter-react-16": "^1.0.3",
"enzyme-to-json": "^3.2.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/aws-amplify-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.4](https://github.com/aws-amplify/amplify-js/compare/aws-amplify-vue@1.1.2...aws-amplify-vue@1.1.4) (2020-02-07)

**Note:** Version bump only for package aws-amplify-vue





## [1.1.2](https://github.com/aws-amplify/amplify-js/compare/aws-amplify-vue@1.1.1...aws-amplify-vue@1.1.2) (2020-01-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/aws-amplify-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-amplify-vue",
"version": "1.1.3",
"version": "1.1.4",
"license": "Apache-2.0",
"private": false,
"author": "Amazon Web Services",
Expand Down
11 changes: 11 additions & 0 deletions packages/aws-amplify/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.4](https://github.com/aws-amplify/amplify-js/compare/aws-amplify@2.2.2...aws-amplify@2.2.4) (2020-02-07)


### Bug Fixes

* **cache:** export correct module for RN ([#4786](https://github.com/aws-amplify/amplify-js/issues/4786)) ([a15730c](https://github.com/aws-amplify/amplify-js/commit/a15730cc50692d9d31a0f586c3544b3dcdbea659))





## [2.2.2](https://github.com/aws-amplify/amplify-js/compare/aws-amplify@2.2.1...aws-amplify@2.2.2) (2020-01-10)


Expand Down
24 changes: 12 additions & 12 deletions packages/aws-amplify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-amplify",
"version": "2.2.3",
"version": "2.2.4",
"description": "AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down Expand Up @@ -33,16 +33,16 @@
},
"homepage": "https://aws-amplify.github.io/",
"dependencies": {
"@aws-amplify/analytics": "^2.2.3",
"@aws-amplify/api": "^2.1.4",
"@aws-amplify/auth": "^2.1.4",
"@aws-amplify/cache": "^2.1.4",
"@aws-amplify/core": "^2.2.3",
"@aws-amplify/interactions": "^2.1.4",
"@aws-amplify/predictions": "^2.1.4",
"@aws-amplify/pubsub": "^2.1.4",
"@aws-amplify/storage": "^2.1.4",
"@aws-amplify/ui": "^1.1.4",
"@aws-amplify/xr": "^1.1.4"
"@aws-amplify/analytics": "^2.2.4",
"@aws-amplify/api": "^2.1.5",
"@aws-amplify/auth": "^2.1.5",
"@aws-amplify/cache": "^2.1.5",
"@aws-amplify/core": "^2.2.4",
"@aws-amplify/interactions": "^2.1.5",
"@aws-amplify/predictions": "^2.1.5",
"@aws-amplify/pubsub": "^2.1.5",
"@aws-amplify/storage": "^2.2.0",
"@aws-amplify/ui": "^1.1.5",
"@aws-amplify/xr": "^1.1.5"
}
}
11 changes: 11 additions & 0 deletions packages/cache/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.5](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/cache@2.1.3...@aws-amplify/cache@2.1.5) (2020-02-07)


### Bug Fixes

* **cache:** export correct module for RN ([#4786](https://github.com/aws-amplify/amplify-js/issues/4786)) ([a15730c](https://github.com/aws-amplify/amplify-js/commit/a15730cc50692d9d31a0f586c3544b3dcdbea659))





## [2.1.3](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/cache@2.1.2...@aws-amplify/cache@2.1.3) (2020-01-10)


Expand Down
4 changes: 2 additions & 2 deletions packages/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/cache",
"version": "2.1.4",
"version": "2.1.5",
"description": "Cache category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"homepage": "https://aws-amplify.github.io/",
"dependencies": {
"@aws-amplify/core": "^2.2.3"
"@aws-amplify/core": "^2.2.4"
},
"jest": {
"globals": {
Expand Down

0 comments on commit 1b08199

Please sign in to comment.