Skip to content

Commit

Permalink
chore(release): Publish [ci skip]
Browse files Browse the repository at this point in the history
 - @aws-amplify/analytics@6.1.1
 - @aws-amplify/api-graphql@3.2.1
 - @aws-amplify/api-rest@3.1.1
 - @aws-amplify/api@5.1.1
 - @aws-amplify/auth@5.3.7
 - aws-amplify@5.2.4
 - @aws-amplify/cache@5.0.33
 - @aws-amplify/core@5.3.1
 - @aws-amplify/datastore-storage-adapter@2.0.34
 - @aws-amplify/datastore@4.4.1
 - @aws-amplify/geo@2.0.33
 - @aws-amplify/interactions@5.0.33
 - @aws-amplify/notifications@1.1.7
 - @aws-amplify/predictions@5.2.1
 - @aws-amplify/pubsub@5.1.16
 - @aws-amplify/pushnotification@5.0.33
 - @aws-amplify/storage@5.3.1
  • Loading branch information
aws-amplify-bot committed May 27, 2023
1 parent aefcff2 commit e7a6f07
Show file tree
Hide file tree
Showing 34 changed files with 135 additions and 58 deletions.
4 changes: 4 additions & 0 deletions packages/analytics/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.

## [6.1.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/analytics@6.1.0...@aws-amplify/analytics@6.1.1) (2023-05-27)

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

# [6.1.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/analytics@6.0.31...@aws-amplify/analytics@6.1.0) (2023-05-12)

### Features
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.1.0",
"version": "6.1.1",
"description": "Analytics category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down Expand Up @@ -48,8 +48,8 @@
"src"
],
"dependencies": {
"@aws-amplify/cache": "5.0.32",
"@aws-amplify/core": "5.3.0",
"@aws-amplify/cache": "5.0.33",
"@aws-amplify/core": "5.3.1",
"@aws-sdk/client-firehose": "3.6.1",
"@aws-sdk/client-kinesis": "3.6.1",
"@aws-sdk/client-personalize-events": "3.6.1",
Expand Down
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.2.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-graphql@3.2.0...@aws-amplify/api-graphql@3.2.1) (2023-05-27)

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

# [3.2.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-graphql@3.1.19...@aws-amplify/api-graphql@3.2.0) (2023-05-12)

### Features
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.2.0",
"version": "3.2.1",
"description": "Api-graphql category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down Expand Up @@ -49,11 +49,11 @@
"src"
],
"dependencies": {
"@aws-amplify/api-rest": "3.1.0",
"@aws-amplify/auth": "5.3.6",
"@aws-amplify/cache": "5.0.32",
"@aws-amplify/core": "5.3.0",
"@aws-amplify/pubsub": "5.1.15",
"@aws-amplify/api-rest": "3.1.1",
"@aws-amplify/auth": "5.3.7",
"@aws-amplify/cache": "5.0.33",
"@aws-amplify/core": "5.3.1",
"@aws-amplify/pubsub": "5.1.16",
"graphql": "15.8.0",
"tslib": "^1.8.0",
"uuid": "^3.2.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/api-rest/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.1.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-rest@3.1.0...@aws-amplify/api-rest@3.1.1) (2023-05-27)

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

# [3.1.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-rest@3.0.31...@aws-amplify/api-rest@3.1.0) (2023-05-12)

### Features
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.1.0",
"version": "3.1.1",
"description": "Api-rest 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.3.0",
"@aws-amplify/core": "5.3.1",
"axios": "0.26.0",
"tslib": "^1.8.0"
},
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.1.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api@5.1.0...@aws-amplify/api@5.1.1) (2023-05-27)

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

# [5.1.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api@5.0.31...@aws-amplify/api@5.1.0) (2023-05-12)

### Features
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.1.0",
"version": "5.1.1",
"description": "Api category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down Expand Up @@ -57,8 +57,8 @@
"index.*.d.ts"
],
"dependencies": {
"@aws-amplify/api-graphql": "3.2.0",
"@aws-amplify/api-rest": "3.1.0",
"@aws-amplify/api-graphql": "3.2.1",
"@aws-amplify/api-rest": "3.1.1",
"tslib": "^1.8.0"
},
"size-limit": [
Expand Down
4 changes: 4 additions & 0 deletions packages/auth/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.7](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/auth@5.3.6...@aws-amplify/auth@5.3.7) (2023-05-27)

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

## [5.3.6](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/auth@5.3.5...@aws-amplify/auth@5.3.6) (2023-05-12)

**Note:** Version bump only for package @aws-amplify/auth
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.3.6",
"version": "5.3.7",
"description": "Auth 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.3.0",
"@aws-amplify/core": "5.3.1",
"amazon-cognito-identity-js": "6.2.0",
"tslib": "^1.8.0"
},
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.2.4](https://github.com/aws-amplify/amplify-js/compare/aws-amplify@5.2.3...aws-amplify@5.2.4) (2023-05-27)

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

## [5.2.3](https://github.com/aws-amplify/amplify-js/compare/aws-amplify@5.2.2...aws-amplify@5.2.3) (2023-05-25)

**Note:** Version bump only for package aws-amplify
Expand Down
26 changes: 13 additions & 13 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.2.3",
"version": "5.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 @@ -40,18 +40,18 @@
"src"
],
"dependencies": {
"@aws-amplify/analytics": "6.1.0",
"@aws-amplify/api": "5.1.0",
"@aws-amplify/auth": "5.3.6",
"@aws-amplify/cache": "5.0.32",
"@aws-amplify/core": "5.3.0",
"@aws-amplify/datastore": "4.4.0",
"@aws-amplify/geo": "2.0.32",
"@aws-amplify/interactions": "5.0.32",
"@aws-amplify/notifications": "1.1.6",
"@aws-amplify/predictions": "5.2.0",
"@aws-amplify/pubsub": "5.1.15",
"@aws-amplify/storage": "5.3.0",
"@aws-amplify/analytics": "6.1.1",
"@aws-amplify/api": "5.1.1",
"@aws-amplify/auth": "5.3.7",
"@aws-amplify/cache": "5.0.33",
"@aws-amplify/core": "5.3.1",
"@aws-amplify/datastore": "4.4.1",
"@aws-amplify/geo": "2.0.33",
"@aws-amplify/interactions": "5.0.33",
"@aws-amplify/notifications": "1.1.7",
"@aws-amplify/predictions": "5.2.1",
"@aws-amplify/pubsub": "5.1.16",
"@aws-amplify/storage": "5.3.1",
"tslib": "^2.0.0"
},
"jest": {
Expand Down
4 changes: 4 additions & 0 deletions packages/cache/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.0.33](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/cache@5.0.32...@aws-amplify/cache@5.0.33) (2023-05-27)

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

## [5.0.32](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/cache@5.0.31...@aws-amplify/cache@5.0.32) (2023-05-12)

**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.32",
"version": "5.0.33",
"description": "Cache category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down Expand Up @@ -48,7 +48,7 @@
"src"
],
"dependencies": {
"@aws-amplify/core": "5.3.0",
"@aws-amplify/core": "5.3.1",
"tslib": "^1.8.0"
},
"size-limit": [
Expand Down
6 changes: 6 additions & 0 deletions packages/core/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.3.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/core@5.3.0...@aws-amplify/core@5.3.1) (2023-05-27)

### Bug Fixes

- **core:** bundle react-native-url-polyfill to unblock jest test failure ([#11422](https://github.com/aws-amplify/amplify-js/issues/11422)) ([8137ee7](https://github.com/aws-amplify/amplify-js/commit/8137ee79ef2121ceaa6dfa1d9ce675370b38e26b))

# [5.3.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/core@5.2.0...@aws-amplify/core@5.3.0) (2023-05-12)

### Bug Fixes
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.3.0",
"version": "5.3.1",
"description": "Core category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
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.34](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@2.0.33...@aws-amplify/datastore-storage-adapter@2.0.34) (2023-05-27)

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

## [2.0.33](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@2.0.32...@aws-amplify/datastore-storage-adapter@2.0.33) (2023-05-25)

**Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
Expand Down
6 changes: 3 additions & 3 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.33",
"version": "2.0.34",
"description": "SQLite storage adapter for Amplify DataStore ",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down Expand Up @@ -35,8 +35,8 @@
},
"homepage": "https://aws-amplify.github.io/",
"devDependencies": {
"@aws-amplify/core": "5.3.0",
"@aws-amplify/datastore": "4.4.0",
"@aws-amplify/core": "5.3.1",
"@aws-amplify/datastore": "4.4.1",
"@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.4.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@4.4.0...@aws-amplify/datastore@4.4.1) (2023-05-27)

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

# [4.4.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@4.3.0...@aws-amplify/datastore@4.4.0) (2023-05-25)

### Features
Expand Down
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": "4.4.0",
"version": "4.4.1",
"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.1.0",
"@aws-amplify/auth": "5.3.6",
"@aws-amplify/core": "5.3.0",
"@aws-amplify/pubsub": "5.1.15",
"@aws-amplify/api": "5.1.1",
"@aws-amplify/auth": "5.3.7",
"@aws-amplify/core": "5.3.1",
"@aws-amplify/pubsub": "5.1.16",
"amazon-cognito-identity-js": "6.2.0",
"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.0.33](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/geo@2.0.32...@aws-amplify/geo@2.0.33) (2023-05-27)

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

## [2.0.32](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/geo@2.0.31...@aws-amplify/geo@2.0.32) (2023-05-12)

**Note:** Version bump only for package @aws-amplify/geo
Expand Down
4 changes: 2 additions & 2 deletions packages/geo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/geo",
"version": "2.0.32",
"version": "2.0.33",
"description": "Geo category for 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.3.0",
"@aws-amplify/core": "5.3.1",
"@aws-sdk/client-location": "3.186.1",
"@turf/boolean-clockwise": "6.5.0",
"camelcase-keys": "6.2.2",
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.0.33](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@5.0.32...@aws-amplify/interactions@5.0.33) (2023-05-27)

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

## [5.0.32](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@5.0.31...@aws-amplify/interactions@5.0.32) (2023-05-12)

**Note:** Version bump only for package @aws-amplify/interactions
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": "5.0.32",
"version": "5.0.33",
"description": "Interactions 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.3.0",
"@aws-amplify/core": "5.3.1",
"@aws-sdk/client-lex-runtime-service": "3.186.1",
"@aws-sdk/client-lex-runtime-v2": "3.186.1",
"base-64": "1.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/notifications/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.7](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/notifications@1.1.6...@aws-amplify/notifications@1.1.7) (2023-05-27)

### Bug Fixes

- **core:** bundle react-native-url-polyfill to unblock jest test failure ([#11422](https://github.com/aws-amplify/amplify-js/issues/11422)) ([8137ee7](https://github.com/aws-amplify/amplify-js/commit/8137ee79ef2121ceaa6dfa1d9ce675370b38e26b))
- **notifications:** Add babel plugins to devDependencies ([#11414](https://github.com/aws-amplify/amplify-js/issues/11414)) ([a009ce8](https://github.com/aws-amplify/amplify-js/commit/a009ce8afe52ca1f2e070cf40b8eb581132b6fdd))

## [1.1.6](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/notifications@1.1.5...@aws-amplify/notifications@1.1.6) (2023-05-12)

### Bug Fixes
Expand Down
Loading

0 comments on commit e7a6f07

Please sign in to comment.