Skip to content

Commit

Permalink
chore(release): Publish [ci skip]
Browse files Browse the repository at this point in the history
 - @aws-amplify/[email protected]
 - @aws-amplify/[email protected]
 - @aws-amplify/[email protected]
 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]
 - @aws-amplify/[email protected]
 - @aws-amplify/[email protected]
 - @aws-amplify/[email protected]
 - @aws-amplify/[email protected]
 - @aws-amplify/[email protected]
 - @aws-amplify/[email protected]
 - @aws-amplify/[email protected]
 - @aws-amplify/[email protected]
 - @aws-amplify/[email protected]
  • Loading branch information
aws-amplify-bot committed Dec 3, 2019
1 parent 6ad4f77 commit 980307b
Show file tree
Hide file tree
Showing 32 changed files with 191 additions and 50 deletions.
12 changes: 12 additions & 0 deletions packages/analytics/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.2.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2019-12-03)


### Features

* **analytics:** Add analytics provider for AWS Firehose ([#2823](https://github.com/aws-amplify/amplify-js/issues/2823)) ([29103ae](https://github.com/aws-amplify/amplify-js/commit/29103ae0b2d76dba66e3dc856d77c4c2ffb0e687))
* **analytics:** Allow sending batch events ([#4377](https://github.com/aws-amplify/amplify-js/issues/4377)) ([6e7d693](https://github.com/aws-amplify/amplify-js/commit/6e7d69337d8fe8295f03d4d0441576cffb2a21f9))





# [2.1.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2019-11-15)


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.1.0",
"version": "2.2.0",
"description": "Analytics category of aws-amplify",
"main": "./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.0",
"@aws-amplify/core": "^2.1.0",
"@aws-amplify/cache": "^2.1.1",
"@aws-amplify/core": "^2.2.0",
"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.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2019-12-03)


### Bug Fixes

* Downgrade TS to ~3.6 ([86597db](https://github.com/aws-amplify/amplify-js/commit/86597db2b0704d7aff5b612557536142b82e1731))





# [2.1.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2019-11-15)


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.0",
"version": "2.1.1",
"description": "Api category of aws-amplify",
"main": "./index.js",
"module": "./lib-esm/index.js",
Expand Down Expand Up @@ -34,9 +34,9 @@
},
"homepage": "https://aws-amplify.github.io/",
"dependencies": {
"@aws-amplify/auth": "^2.1.0",
"@aws-amplify/cache": "^2.1.0",
"@aws-amplify/core": "^2.1.0",
"@aws-amplify/auth": "^2.1.1",
"@aws-amplify/cache": "^2.1.1",
"@aws-amplify/core": "^2.2.0",
"@types/zen-observable": "^0.5.3",
"axios": "^0.19.0",
"graphql": "14.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/auth/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.

## [2.1.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2019-12-03)

**Note:** Version bump only for package @aws-amplify/auth





# [2.1.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2019-11-15)


Expand Down
6 changes: 3 additions & 3 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.0",
"version": "2.1.1",
"description": "Auth category of aws-amplify",
"main": "./index.js",
"module": "./lib-esm/index.js",
Expand Down Expand Up @@ -34,8 +34,8 @@
},
"homepage": "https://aws-amplify.github.io/",
"dependencies": {
"@aws-amplify/cache": "^2.1.0",
"@aws-amplify/core": "^2.1.0",
"@aws-amplify/cache": "^2.1.1",
"@aws-amplify/core": "^2.2.0",
"amazon-cognito-identity-js": "^3.2.0",
"crypto-js": "^3.1.9-1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/aws-amplify-angular/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.

## [4.1.1](https://github.com/aws-amplify/amplify-js/compare/[email protected]@4.1.1) (2019-12-03)

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





# [4.1.0](https://github.com/aws-amplify/amplify-js/compare/[email protected]@4.1.0) (2019-11-15)


Expand Down
4 changes: 2 additions & 2 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.0",
"version": "4.1.1",
"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.1.0",
"aws-amplify": "^2.2.0",
"babel-core": "^6.26.3",
"babel-plugin-lodash": "^3.3.4",
"babel-preset-env": "^1.7.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/aws-amplify-react/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.1.1](https://github.com/aws-amplify/amplify-js/compare/[email protected]@3.1.1) (2019-12-03)

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





# [3.1.0](https://github.com/aws-amplify/amplify-js/compare/[email protected]@3.1.0) (2019-11-15)


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.0",
"version": "3.1.1",
"description": "AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.",
"main": "./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.1.0",
"aws-amplify": "^2.2.0",
"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.1](https://github.com/aws-amplify/amplify-js/compare/[email protected]@1.1.1) (2019-12-03)

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





# [1.1.0](https://github.com/aws-amplify/amplify-js/compare/[email protected]@1.1.0) (2019-11-15)


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.0",
"version": "1.1.1",
"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.0](https://github.com/aws-amplify/amplify-js/compare/[email protected]@2.2.0) (2019-12-03)


### Features

* **analytics:** Add analytics provider for AWS Firehose ([#2823](https://github.com/aws-amplify/amplify-js/issues/2823)) ([29103ae](https://github.com/aws-amplify/amplify-js/commit/29103ae0b2d76dba66e3dc856d77c4c2ffb0e687))





# [2.1.0](https://github.com/aws-amplify/amplify-js/compare/[email protected]@2.1.0) (2019-11-15)


Expand Down
22 changes: 11 additions & 11 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.1.0",
"version": "2.2.0",
"description": "AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.",
"main": "./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.1.0",
"@aws-amplify/api": "^2.1.0",
"@aws-amplify/auth": "^2.1.0",
"@aws-amplify/cache": "^2.1.0",
"@aws-amplify/core": "^2.1.0",
"@aws-amplify/interactions": "^2.1.0",
"@aws-amplify/predictions": "^2.1.0",
"@aws-amplify/pubsub": "^2.1.0",
"@aws-amplify/storage": "^2.1.0",
"@aws-amplify/analytics": "^2.2.0",
"@aws-amplify/api": "^2.1.1",
"@aws-amplify/auth": "^2.1.1",
"@aws-amplify/cache": "^2.1.1",
"@aws-amplify/core": "^2.2.0",
"@aws-amplify/interactions": "^2.1.1",
"@aws-amplify/predictions": "^2.1.1",
"@aws-amplify/pubsub": "^2.1.1",
"@aws-amplify/storage": "^2.1.1",
"@aws-amplify/ui": "^1.1.3",
"@aws-amplify/xr": "^1.1.0"
"@aws-amplify/xr": "^1.1.1"
}
}
8 changes: 8 additions & 0 deletions packages/cache/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.

## [2.1.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2019-12-03)

**Note:** Version bump only for package @aws-amplify/cache





# [2.1.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2019-11-15)


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.0",
"version": "2.1.1",
"description": "Cache category of aws-amplify",
"main": "./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.1.0"
"@aws-amplify/core": "^2.2.0"
},
"jest": {
"globals": {
Expand Down
11 changes: 11 additions & 0 deletions packages/core/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.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2019-12-03)


### Features

* **analytics:** Allow sending batch events ([#4377](https://github.com/aws-amplify/amplify-js/issues/4377)) ([6e7d693](https://github.com/aws-amplify/amplify-js/commit/6e7d69337d8fe8295f03d4d0441576cffb2a21f9))





# [2.1.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2019-11-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/core",
"version": "2.1.0",
"version": "2.2.0",
"description": "Core category of aws-amplify",
"main": "./index.js",
"module": "./lib-esm/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/datastore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.0.1 (2019-12-03)

**Note:** Version bump only for package @aws-amplify/datastore
10 changes: 5 additions & 5 deletions packages/datastore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/datastore",
"version": "1.0.0",
"version": "1.0.1",
"description": "AppSyncLocal support for aws-amplify",
"main": "./index.js",
"module": "./lib-esm/index.js",
Expand Down Expand Up @@ -34,9 +34,9 @@
"@types/uuid": "3.4.5"
},
"dependencies": {
"@aws-amplify/api": "^2.1.0",
"@aws-amplify/core": "^2.1.0",
"@aws-amplify/pubsub": "^2.1.0",
"@aws-amplify/api": "^2.1.1",
"@aws-amplify/core": "^2.2.0",
"@aws-amplify/pubsub": "^2.1.1",
"idb": "4.0.4",
"immer": "3.1.3",
"uuid": "3.3.2",
Expand All @@ -63,7 +63,7 @@
"^.+\\.(js|jsx|ts|tsx)$": "ts-jest"
},
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(tsx?|jsx?)$",
"testPathIgnorePatterns" : [
"testPathIgnorePatterns": [
"__tests__/model.ts",
"__tests__/schema.ts"
],
Expand Down
8 changes: 8 additions & 0 deletions packages/interactions/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.

## [2.1.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2019-12-03)

**Note:** Version bump only for package @aws-amplify/interactions





# [2.1.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2019-11-15)


Expand Down
4 changes: 2 additions & 2 deletions packages/interactions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/interactions",
"version": "2.1.0",
"version": "2.1.1",
"description": "Interactions category of aws-amplify",
"main": "./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.1.0"
"@aws-amplify/core": "^2.2.0"
},
"jest": {
"globals": {
Expand Down
8 changes: 8 additions & 0 deletions packages/predictions/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.

## [2.1.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2019-12-03)

**Note:** Version bump only for package @aws-amplify/predictions





# [2.1.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2019-11-15)


Expand Down
Loading

0 comments on commit 980307b

Please sign in to comment.