Skip to content

Commit

Permalink
Merge branch 'aws-amplify:main' into amplify-js/update-issue-template
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerabread committed Nov 23, 2022
2 parents 2af8e9f + d1b6791 commit 8faa645
Show file tree
Hide file tree
Showing 44 changed files with 593 additions and 106 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,6 @@ jobs:
echo $SSH_HOST_PUBLIC_KEY >> ~/.ssh/known_hosts
git clone $AMPLIFY_JS_SAMPLES_STAGING_URL
cd amplify-js-samples-staging
git checkout next-major-version/5
yarn
- save_cache:
key: amplify-js-{{ .Branch }}-{{ checksum "amplify-js-samples-staging/yarn.lock" }}
Expand Down Expand Up @@ -1329,7 +1328,6 @@ releasable_branches: &releasable_branches
- 1.0-stable
- geo/main
- in-app-messaging/main
- next-major-version/5

test_browsers: &test_browsers
browser: [chrome, firefox]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ To get started pick your platform from our [**Getting Started** home page](https
+ Analytics.record({ name: 'my example event' });
```

- The `JS` export has been removed from `@aws-amplify/core` in favor the exporting the functions it contained.
- The `JS` export has been removed from `@aws-amplify/core` in favor of exporting the functions it contained.
- Any calls to `Amplify.Auth`, `Amplify.Cache`, and `Amplify.ServiceWorker` are no longer supported. Instead, your code should use the named exports. For example:

```diff
Expand Down
13 changes: 0 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,19 +101,6 @@
"winston": "^3.2.1",
"wml": "0.0.83"
},
"resolutions": {
"@babel/generator": "7.19.6",
"@babel/helpers": "7.19.4",
"@babel/helper-skip-transparent-expression-wrappers": "7.18.9",
"@babel/types": "7.12.10",
"@types/babel__traverse": "7.0.8",
"@babel/traverse": "7.17.9",
"@types/react": "16.9.10",
"terser": "4.6.7",
"npm-packlist": "1.1.12",
"error-stack-parser": "2.0.6",
"@types/minimatch": "3.0.5"
},
"bundlewatch": {
"files": [
{
Expand Down
16 changes: 16 additions & 0 deletions packages/analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.0.4](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/analytics@6.0.3...@aws-amplify/analytics@6.0.4) (2022-11-23)

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





## [6.0.3](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/analytics@6.0.2...@aws-amplify/analytics@6.0.3) (2022-11-19)

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





## [6.0.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/analytics@6.0.1...@aws-amplify/analytics@6.0.2) (2022-11-16)

**Note:** Version bump only for package @aws-amplify/analytics
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": "6.0.2",
"version": "6.0.4",
"description": "Analytics category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down Expand Up @@ -46,8 +46,8 @@
"src"
],
"dependencies": {
"@aws-amplify/cache": "5.0.2",
"@aws-amplify/core": "5.0.2",
"@aws-amplify/cache": "5.0.4",
"@aws-amplify/core": "5.0.4",
"@aws-sdk/client-firehose": "3.6.1",
"@aws-sdk/client-kinesis": "3.6.1",
"@aws-sdk/client-personalize-events": "3.6.1",
Expand Down
16 changes: 16 additions & 0 deletions packages/api-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.4](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-graphql@3.0.3...@aws-amplify/api-graphql@3.0.4) (2022-11-23)

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





## [3.0.3](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-graphql@3.0.2...@aws-amplify/api-graphql@3.0.3) (2022-11-19)

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





## [3.0.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-graphql@3.0.1...@aws-amplify/api-graphql@3.0.2) (2022-11-16)

**Note:** Version bump only for package @aws-amplify/api-graphql
Expand Down
12 changes: 6 additions & 6 deletions packages/api-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/api-graphql",
"version": "3.0.2",
"version": "3.0.4",
"description": "Api-graphql category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down Expand Up @@ -47,11 +47,11 @@
"src"
],
"dependencies": {
"@aws-amplify/api-rest": "3.0.2",
"@aws-amplify/auth": "5.0.2",
"@aws-amplify/cache": "5.0.2",
"@aws-amplify/core": "5.0.2",
"@aws-amplify/pubsub": "5.0.2",
"@aws-amplify/api-rest": "3.0.4",
"@aws-amplify/auth": "5.0.4",
"@aws-amplify/cache": "5.0.4",
"@aws-amplify/core": "5.0.4",
"@aws-amplify/pubsub": "5.0.4",
"graphql": "15.8.0",
"tslib": "^1.8.0",
"uuid": "^3.2.1",
Expand Down
16 changes: 16 additions & 0 deletions packages/api-rest/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.4](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-rest@3.0.3...@aws-amplify/api-rest@3.0.4) (2022-11-23)

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





## [3.0.3](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-rest@3.0.2...@aws-amplify/api-rest@3.0.3) (2022-11-19)

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





## [3.0.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-rest@3.0.1...@aws-amplify/api-rest@3.0.2) (2022-11-16)

**Note:** Version bump only for package @aws-amplify/api-rest
Expand Down
4 changes: 2 additions & 2 deletions packages/api-rest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/api-rest",
"version": "3.0.2",
"version": "3.0.4",
"description": "Api-rest category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down Expand Up @@ -44,7 +44,7 @@
"src"
],
"dependencies": {
"@aws-amplify/core": "5.0.2",
"@aws-amplify/core": "5.0.4",
"axios": "0.26.0",
"tslib": "^1.8.0"
},
Expand Down
16 changes: 16 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.4](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api@5.0.3...@aws-amplify/api@5.0.4) (2022-11-23)

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





## [5.0.3](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api@5.0.2...@aws-amplify/api@5.0.3) (2022-11-19)

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





## [5.0.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api@5.0.1...@aws-amplify/api@5.0.2) (2022-11-16)

**Note:** Version bump only for package @aws-amplify/api
Expand Down
6 changes: 3 additions & 3 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/api",
"version": "5.0.2",
"version": "5.0.4",
"description": "Api category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down Expand Up @@ -55,8 +55,8 @@
"index.*.d.ts"
],
"dependencies": {
"@aws-amplify/api-graphql": "3.0.2",
"@aws-amplify/api-rest": "3.0.2",
"@aws-amplify/api-graphql": "3.0.4",
"@aws-amplify/api-rest": "3.0.4",
"tslib": "^1.8.0"
},
"jest": {
Expand Down
16 changes: 16 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.4](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/auth@5.0.3...@aws-amplify/auth@5.0.4) (2022-11-23)

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





## [5.0.3](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/auth@5.0.2...@aws-amplify/auth@5.0.3) (2022-11-19)

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





## [5.0.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/auth@5.0.1...@aws-amplify/auth@5.0.2) (2022-11-16)


Expand Down
4 changes: 2 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/auth",
"version": "5.0.2",
"version": "5.0.4",
"description": "Auth category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down Expand Up @@ -44,7 +44,7 @@
"src"
],
"dependencies": {
"@aws-amplify/core": "5.0.2",
"@aws-amplify/core": "5.0.4",
"amazon-cognito-identity-js": "6.0.1",
"tslib": "^1.8.0"
},
Expand Down
16 changes: 16 additions & 0 deletions packages/aws-amplify/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.4](https://github.com/aws-amplify/amplify-js/compare/aws-amplify@5.0.3...aws-amplify@5.0.4) (2022-11-23)

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





## [5.0.3](https://github.com/aws-amplify/amplify-js/compare/aws-amplify@5.0.2...aws-amplify@5.0.3) (2022-11-19)

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





## [5.0.2](https://github.com/aws-amplify/amplify-js/compare/aws-amplify@5.0.1...aws-amplify@5.0.2) (2022-11-16)

**Note:** Version bump only for package aws-amplify
Expand Down
28 changes: 14 additions & 14 deletions packages/aws-amplify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-amplify",
"version": "5.0.2",
"version": "5.0.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 @@ -40,19 +40,19 @@
"src"
],
"dependencies": {
"@aws-amplify/analytics": "6.0.2",
"@aws-amplify/api": "5.0.2",
"@aws-amplify/auth": "5.0.2",
"@aws-amplify/cache": "5.0.2",
"@aws-amplify/core": "5.0.2",
"@aws-amplify/datastore": "4.0.2",
"@aws-amplify/geo": "2.0.2",
"@aws-amplify/interactions": "5.0.2",
"@aws-amplify/notifications": "1.0.2",
"@aws-amplify/predictions": "5.0.2",
"@aws-amplify/pubsub": "5.0.2",
"@aws-amplify/storage": "5.0.2",
"@aws-amplify/xr": "4.0.2",
"@aws-amplify/analytics": "6.0.4",
"@aws-amplify/api": "5.0.4",
"@aws-amplify/auth": "5.0.4",
"@aws-amplify/cache": "5.0.4",
"@aws-amplify/core": "5.0.4",
"@aws-amplify/datastore": "4.0.4",
"@aws-amplify/geo": "2.0.4",
"@aws-amplify/interactions": "5.0.4",
"@aws-amplify/notifications": "1.0.4",
"@aws-amplify/predictions": "5.0.4",
"@aws-amplify/pubsub": "5.0.4",
"@aws-amplify/storage": "5.0.4",
"@aws-amplify/xr": "4.0.4",
"tslib": "^2.0.0"
},
"jest": {
Expand Down
16 changes: 16 additions & 0 deletions packages/cache/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.4](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/cache@5.0.3...@aws-amplify/cache@5.0.4) (2022-11-23)

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





## [5.0.3](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/cache@5.0.2...@aws-amplify/cache@5.0.3) (2022-11-19)

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





## [5.0.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/cache@5.0.1...@aws-amplify/cache@5.0.2) (2022-11-16)

**Note:** Version bump only for package @aws-amplify/cache
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": "5.0.2",
"version": "5.0.4",
"description": "Cache category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down Expand Up @@ -46,7 +46,7 @@
"src"
],
"dependencies": {
"@aws-amplify/core": "5.0.2",
"@aws-amplify/core": "5.0.4",
"tslib": "^1.8.0"
},
"jest": {
Expand Down
16 changes: 16 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.4](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/core@5.0.3...@aws-amplify/core@5.0.4) (2022-11-23)

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





## [5.0.3](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/core@5.0.2...@aws-amplify/core@5.0.3) (2022-11-19)

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





## [5.0.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/core@5.0.1...@aws-amplify/core@5.0.2) (2022-11-16)

**Note:** Version bump only for package @aws-amplify/core
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": "5.0.2",
"version": "5.0.4",
"description": "Core category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/Platform/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// generated by genversion
export const version = '5.0.2';
export const version = '5.0.4';
Loading

0 comments on commit 8faa645

Please sign in to comment.