Skip to content

Commit

Permalink
chore(release): Publish [ci skip]
Browse files Browse the repository at this point in the history
 - @aws-amplify/api-graphql@3.4.2
 - @aws-amplify/api@5.3.2
 - @aws-amplify/auth@5.5.2
 - aws-amplify@5.3.2
 - @aws-amplify/datastore-storage-adapter@2.0.39
 - @aws-amplify/datastore@4.6.2
 - @aws-amplify/geo@2.1.2
 - @aws-amplify/interactions@5.2.2
 - @aws-amplify/predictions@5.4.2
 - @aws-amplify/pubsub@5.3.2
 - @aws-amplify/storage@5.6.2
  • Loading branch information
aws-amplify-bot committed Jun 27, 2023
1 parent bd89c0e commit d60ad34
Show file tree
Hide file tree
Showing 22 changed files with 74 additions and 28 deletions.
4 changes: 4 additions & 0 deletions packages/api-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.4.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-graphql@3.4.1...@aws-amplify/api-graphql@3.4.2) (2023-06-27)

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

## [3.4.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-graphql@3.4.0...@aws-amplify/api-graphql@3.4.1) (2023-06-21)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 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.4.1",
"version": "3.4.2",
"description": "Api-graphql category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down Expand Up @@ -51,10 +51,10 @@
],
"dependencies": {
"@aws-amplify/api-rest": "3.3.1",
"@aws-amplify/auth": "5.5.1",
"@aws-amplify/auth": "5.5.2",
"@aws-amplify/cache": "5.1.2",
"@aws-amplify/core": "5.5.1",
"@aws-amplify/pubsub": "5.3.1",
"@aws-amplify/pubsub": "5.3.2",
"graphql": "15.8.0",
"tslib": "^1.8.0",
"uuid": "^3.2.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.3.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api@5.3.1...@aws-amplify/api@5.3.2) (2023-06-27)

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

## [5.3.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api@5.3.0...@aws-amplify/api@5.3.1) (2023-06-21)

**Note:** Version bump only for package @aws-amplify/api
Expand Down
4 changes: 2 additions & 2 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.3.1",
"version": "5.3.2",
"description": "Api category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down Expand Up @@ -58,7 +58,7 @@
"internals"
],
"dependencies": {
"@aws-amplify/api-graphql": "3.4.1",
"@aws-amplify/api-graphql": "3.4.2",
"@aws-amplify/api-rest": "3.3.1",
"tslib": "^1.8.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.5.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/auth@5.5.1...@aws-amplify/auth@5.5.2) (2023-06-27)

### Bug Fixes

- **auth:** Catch password reset Cognito API error response ([#11274](https://github.com/aws-amplify/amplify-js/issues/11274)) ([18012b0](https://github.com/aws-amplify/amplify-js/commit/18012b0e2856ac0a8fc87a8dee775ffb1528c487))

## [5.5.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/auth@5.5.0...@aws-amplify/auth@5.5.1) (2023-06-21)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/auth",
"version": "5.5.1",
"version": "5.5.2",
"description": "Auth category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/aws-amplify/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.3.2](https://github.com/aws-amplify/amplify-js/compare/aws-amplify@5.3.1...aws-amplify@5.3.2) (2023-06-27)

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

## [5.3.1](https://github.com/aws-amplify/amplify-js/compare/aws-amplify@5.3.0...aws-amplify@5.3.1) (2023-06-21)

**Note:** Version bump only for package aws-amplify
Expand Down
18 changes: 9 additions & 9 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.3.1",
"version": "5.3.2",
"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 @@ -41,17 +41,17 @@
],
"dependencies": {
"@aws-amplify/analytics": "6.3.1",
"@aws-amplify/api": "5.3.1",
"@aws-amplify/auth": "5.5.1",
"@aws-amplify/api": "5.3.2",
"@aws-amplify/auth": "5.5.2",
"@aws-amplify/cache": "5.1.2",
"@aws-amplify/core": "5.5.1",
"@aws-amplify/datastore": "4.6.1",
"@aws-amplify/geo": "2.1.1",
"@aws-amplify/interactions": "5.2.1",
"@aws-amplify/datastore": "4.6.2",
"@aws-amplify/geo": "2.1.2",
"@aws-amplify/interactions": "5.2.2",
"@aws-amplify/notifications": "1.3.1",
"@aws-amplify/predictions": "5.4.1",
"@aws-amplify/pubsub": "5.3.1",
"@aws-amplify/storage": "5.6.1",
"@aws-amplify/predictions": "5.4.2",
"@aws-amplify/pubsub": "5.3.2",
"@aws-amplify/storage": "5.6.2",
"tslib": "^2.0.0"
},
"jest": {
Expand Down
4 changes: 4 additions & 0 deletions packages/datastore-storage-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.39](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@2.0.38...@aws-amplify/datastore-storage-adapter@2.0.39) (2023-06-27)

**Note:** Version bump only for package @aws-amplify/datastore-storage-adapter

## [2.0.38](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@2.0.37...@aws-amplify/datastore-storage-adapter@2.0.38) (2023-06-21)

**Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
Expand Down
4 changes: 2 additions & 2 deletions packages/datastore-storage-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/datastore-storage-adapter",
"version": "2.0.38",
"version": "2.0.39",
"description": "SQLite storage adapter for Amplify DataStore ",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"homepage": "https://aws-amplify.github.io/",
"devDependencies": {
"@aws-amplify/core": "5.5.1",
"@aws-amplify/datastore": "4.6.1",
"@aws-amplify/datastore": "4.6.2",
"@types/react-native-sqlite-storage": "5.0.1",
"expo-file-system": "13.1.4",
"expo-sqlite": "10.1.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/datastore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.6.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@4.6.1...@aws-amplify/datastore@4.6.2) (2023-06-27)

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

## [4.6.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@4.6.0...@aws-amplify/datastore@4.6.1) (2023-06-21)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions packages/datastore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/datastore",
"version": "4.6.1",
"version": "4.6.2",
"description": "AppSyncLocal support for aws-amplify",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down Expand Up @@ -55,10 +55,10 @@
"ssr"
],
"dependencies": {
"@aws-amplify/api": "5.3.1",
"@aws-amplify/auth": "5.5.1",
"@aws-amplify/api": "5.3.2",
"@aws-amplify/auth": "5.5.2",
"@aws-amplify/core": "5.5.1",
"@aws-amplify/pubsub": "5.3.1",
"@aws-amplify/pubsub": "5.3.2",
"amazon-cognito-identity-js": "6.3.1",
"idb": "5.0.6",
"immer": "9.0.6",
Expand Down
4 changes: 4 additions & 0 deletions packages/geo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/geo@2.1.1...@aws-amplify/geo@2.1.2) (2023-06-27)

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

## [2.1.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/geo@2.1.0...@aws-amplify/geo@2.1.1) (2023-06-21)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/geo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/geo",
"version": "2.1.1",
"version": "2.1.2",
"description": "Geo category for aws-amplify",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/interactions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.2.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@5.2.1...@aws-amplify/interactions@5.2.2) (2023-06-27)

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

## [5.2.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@5.2.0...@aws-amplify/interactions@5.2.1) (2023-06-21)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/interactions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/interactions",
"version": "5.2.1",
"version": "5.2.2",
"description": "Interactions category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/predictions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.4.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/predictions@5.4.1...@aws-amplify/predictions@5.4.2) (2023-06-27)

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

## [5.4.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/predictions@5.4.0...@aws-amplify/predictions@5.4.1) (2023-06-21)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/predictions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/predictions",
"version": "5.4.1",
"version": "5.4.2",
"description": "Machine learning category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down Expand Up @@ -46,7 +46,7 @@
],
"dependencies": {
"@aws-amplify/core": "5.5.1",
"@aws-amplify/storage": "5.6.1",
"@aws-amplify/storage": "5.6.2",
"@aws-sdk/client-comprehend": "3.6.1",
"@aws-sdk/client-polly": "3.6.1",
"@aws-sdk/client-rekognition": "3.6.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/pubsub/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.3.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/pubsub@5.3.1...@aws-amplify/pubsub@5.3.2) (2023-06-27)

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

## [5.3.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/pubsub@5.3.0...@aws-amplify/pubsub@5.3.1) (2023-06-21)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/pubsub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/pubsub",
"version": "5.3.1",
"version": "5.3.2",
"description": "Pubsub category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down Expand Up @@ -51,7 +51,7 @@
"internals"
],
"dependencies": {
"@aws-amplify/auth": "5.5.1",
"@aws-amplify/auth": "5.5.2",
"@aws-amplify/cache": "5.1.2",
"@aws-amplify/core": "5.5.1",
"graphql": "15.8.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/storage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.6.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@5.6.1...@aws-amplify/storage@5.6.2) (2023-06-27)

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

## [5.6.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@5.6.0...@aws-amplify/storage@5.6.1) (2023-06-21)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/storage",
"version": "5.6.1",
"version": "5.6.2",
"description": "Storage category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down

0 comments on commit d60ad34

Please sign in to comment.