Skip to content

Commit ab413c2

Browse files
author
aws-amplify-bot
committedJul 20, 2023
chore(release): Publish [ci skip]
- @aws-amplify/analytics@6.4.1 - @aws-amplify/api-graphql@3.4.5 - @aws-amplify/api-rest@3.4.0 - @aws-amplify/api@5.3.5 - @aws-amplify/auth@5.5.5 - aws-amplify@5.3.5 - @aws-amplify/cache@5.1.5 - @aws-amplify/core@5.7.0 - @aws-amplify/datastore-storage-adapter@2.0.42 - @aws-amplify/datastore@4.6.5 - @aws-amplify/geo@2.2.0 - @aws-amplify/interactions@5.2.5 - @aws-amplify/notifications@1.5.0 - @aws-amplify/predictions@5.4.5 - @aws-amplify/pubsub@5.4.1 - @aws-amplify/pushnotification@5.0.39 - @aws-amplify/storage@5.8.0
1 parent 1b7e74c commit ab413c2

34 files changed

+142
-58
lines changed
 

‎packages/analytics/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.4.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/analytics@6.4.0...@aws-amplify/analytics@6.4.1) (2023-07-20)
7+
8+
**Note:** Version bump only for package @aws-amplify/analytics
9+
610
# [6.4.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/analytics@6.3.2...@aws-amplify/analytics@6.4.0) (2023-07-13)
711

812
### Features

‎packages/analytics/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/analytics",
3-
"version": "6.4.0",
3+
"version": "6.4.1",
44
"description": "Analytics category of aws-amplify",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",
@@ -48,8 +48,8 @@
4848
"src"
4949
],
5050
"dependencies": {
51-
"@aws-amplify/cache": "5.1.4",
52-
"@aws-amplify/core": "5.6.0",
51+
"@aws-amplify/cache": "5.1.5",
52+
"@aws-amplify/core": "5.7.0",
5353
"@aws-sdk/client-firehose": "3.6.1",
5454
"@aws-sdk/client-kinesis": "3.6.1",
5555
"@aws-sdk/client-personalize-events": "3.6.1",

‎packages/api-graphql/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.4.5](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-graphql@3.4.4...@aws-amplify/api-graphql@3.4.5) (2023-07-20)
7+
8+
**Note:** Version bump only for package @aws-amplify/api-graphql
9+
610
## [3.4.4](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-graphql@3.4.3...@aws-amplify/api-graphql@3.4.4) (2023-07-13)
711

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

‎packages/api-graphql/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/api-graphql",
3-
"version": "3.4.4",
3+
"version": "3.4.5",
44
"description": "Api-graphql category of aws-amplify",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",
@@ -50,11 +50,11 @@
5050
"internals"
5151
],
5252
"dependencies": {
53-
"@aws-amplify/api-rest": "3.3.3",
54-
"@aws-amplify/auth": "5.5.4",
55-
"@aws-amplify/cache": "5.1.4",
56-
"@aws-amplify/core": "5.6.0",
57-
"@aws-amplify/pubsub": "5.4.0",
53+
"@aws-amplify/api-rest": "3.4.0",
54+
"@aws-amplify/auth": "5.5.5",
55+
"@aws-amplify/cache": "5.1.5",
56+
"@aws-amplify/core": "5.7.0",
57+
"@aws-amplify/pubsub": "5.4.1",
5858
"graphql": "15.8.0",
5959
"tslib": "^1.8.0",
6060
"uuid": "^3.2.1",

‎packages/api-rest/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.4.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-rest@3.3.3...@aws-amplify/api-rest@3.4.0) (2023-07-20)
7+
8+
### Bug Fixes
9+
10+
- **api-rest:** refactor ajax method to not relying on side effects ([#11498](https://github.com/aws-amplify/amplify-js/issues/11498)) ([17e35b1](https://github.com/aws-amplify/amplify-js/commit/17e35b1cc7cfac8114547a99367a57e2bd180ef8)), closes [#11480](https://github.com/aws-amplify/amplify-js/issues/11480)
11+
12+
### Features
13+
14+
- custom user agent core changes for UI handoff ([#11602](https://github.com/aws-amplify/amplify-js/issues/11602)) ([7365c34](https://github.com/aws-amplify/amplify-js/commit/7365c34b28015af199dbfdb3713cc26e096d1213))
15+
616
## [3.3.3](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-rest@3.3.2...@aws-amplify/api-rest@3.3.3) (2023-07-13)
717

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

‎packages/api-rest/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/api-rest",
3-
"version": "3.3.3",
3+
"version": "3.4.0",
44
"description": "Api-rest category of aws-amplify",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",
@@ -46,7 +46,7 @@
4646
"src"
4747
],
4848
"dependencies": {
49-
"@aws-amplify/core": "5.6.0",
49+
"@aws-amplify/core": "5.7.0",
5050
"axios": "0.26.0",
5151
"tslib": "^1.8.0",
5252
"url": "0.11.0"

‎packages/api/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.3.5](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api@5.3.4...@aws-amplify/api@5.3.5) (2023-07-20)
7+
8+
**Note:** Version bump only for package @aws-amplify/api
9+
610
## [5.3.4](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api@5.3.3...@aws-amplify/api@5.3.4) (2023-07-13)
711

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

‎packages/api/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/api",
3-
"version": "5.3.4",
3+
"version": "5.3.5",
44
"description": "Api category of aws-amplify",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",
@@ -58,8 +58,8 @@
5858
"internals"
5959
],
6060
"dependencies": {
61-
"@aws-amplify/api-graphql": "3.4.4",
62-
"@aws-amplify/api-rest": "3.3.3",
61+
"@aws-amplify/api-graphql": "3.4.5",
62+
"@aws-amplify/api-rest": "3.4.0",
6363
"tslib": "^1.8.0"
6464
},
6565
"size-limit": [

‎packages/auth/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.5.5](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/auth@5.5.4...@aws-amplify/auth@5.5.5) (2023-07-20)
7+
8+
**Note:** Version bump only for package @aws-amplify/auth
9+
610
## [5.5.4](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/auth@5.5.3...@aws-amplify/auth@5.5.4) (2023-07-13)
711

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

‎packages/auth/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/auth",
3-
"version": "5.5.4",
3+
"version": "5.5.5",
44
"description": "Auth category of aws-amplify",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",
@@ -46,7 +46,7 @@
4646
"src"
4747
],
4848
"dependencies": {
49-
"@aws-amplify/core": "5.6.0",
49+
"@aws-amplify/core": "5.7.0",
5050
"amazon-cognito-identity-js": "6.3.1",
5151
"tslib": "^1.8.0",
5252
"url": "0.11.0"

‎packages/aws-amplify/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.3.5](https://github.com/aws-amplify/amplify-js/compare/aws-amplify@5.3.4...aws-amplify@5.3.5) (2023-07-20)
7+
8+
**Note:** Version bump only for package aws-amplify
9+
610
## [5.3.4](https://github.com/aws-amplify/amplify-js/compare/aws-amplify@5.3.3...aws-amplify@5.3.4) (2023-07-13)
711

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

‎packages/aws-amplify/package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-amplify",
3-
"version": "5.3.4",
3+
"version": "5.3.5",
44
"description": "AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",
@@ -40,18 +40,18 @@
4040
"src"
4141
],
4242
"dependencies": {
43-
"@aws-amplify/analytics": "6.4.0",
44-
"@aws-amplify/api": "5.3.4",
45-
"@aws-amplify/auth": "5.5.4",
46-
"@aws-amplify/cache": "5.1.4",
47-
"@aws-amplify/core": "5.6.0",
48-
"@aws-amplify/datastore": "4.6.4",
49-
"@aws-amplify/geo": "2.1.4",
50-
"@aws-amplify/interactions": "5.2.4",
51-
"@aws-amplify/notifications": "1.4.0",
52-
"@aws-amplify/predictions": "5.4.4",
53-
"@aws-amplify/pubsub": "5.4.0",
54-
"@aws-amplify/storage": "5.7.0",
43+
"@aws-amplify/analytics": "6.4.1",
44+
"@aws-amplify/api": "5.3.5",
45+
"@aws-amplify/auth": "5.5.5",
46+
"@aws-amplify/cache": "5.1.5",
47+
"@aws-amplify/core": "5.7.0",
48+
"@aws-amplify/datastore": "4.6.5",
49+
"@aws-amplify/geo": "2.2.0",
50+
"@aws-amplify/interactions": "5.2.5",
51+
"@aws-amplify/notifications": "1.5.0",
52+
"@aws-amplify/predictions": "5.4.5",
53+
"@aws-amplify/pubsub": "5.4.1",
54+
"@aws-amplify/storage": "5.8.0",
5555
"tslib": "^2.0.0"
5656
},
5757
"jest": {

‎packages/cache/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.1.5](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/cache@5.1.4...@aws-amplify/cache@5.1.5) (2023-07-20)
7+
8+
**Note:** Version bump only for package @aws-amplify/cache
9+
610
## [5.1.4](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/cache@5.1.3...@aws-amplify/cache@5.1.4) (2023-07-13)
711

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

‎packages/cache/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/cache",
3-
"version": "5.1.4",
3+
"version": "5.1.5",
44
"description": "Cache category of aws-amplify",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",
@@ -48,7 +48,7 @@
4848
"src"
4949
],
5050
"dependencies": {
51-
"@aws-amplify/core": "5.6.0",
51+
"@aws-amplify/core": "5.7.0",
5252
"tslib": "^1.8.0"
5353
},
5454
"size-limit": [

‎packages/core/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.7.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/core@5.6.0...@aws-amplify/core@5.7.0) (2023-07-20)
7+
8+
### Features
9+
10+
- custom user agent core changes for UI handoff ([#11602](https://github.com/aws-amplify/amplify-js/issues/11602)) ([7365c34](https://github.com/aws-amplify/amplify-js/commit/7365c34b28015af199dbfdb3713cc26e096d1213))
11+
612
# [5.6.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/core@5.5.2...@aws-amplify/core@5.6.0) (2023-07-13)
713

814
### Bug Fixes

‎packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/core",
3-
"version": "5.6.0",
3+
"version": "5.7.0",
44
"description": "Core category of aws-amplify",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",

‎packages/datastore-storage-adapter/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.42](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@2.0.41...@aws-amplify/datastore-storage-adapter@2.0.42) (2023-07-20)
7+
8+
**Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
9+
610
## [2.0.41](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@2.0.40...@aws-amplify/datastore-storage-adapter@2.0.41) (2023-07-13)
711

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

‎packages/datastore-storage-adapter/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/datastore-storage-adapter",
3-
"version": "2.0.41",
3+
"version": "2.0.42",
44
"description": "SQLite storage adapter for Amplify DataStore ",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",
@@ -35,8 +35,8 @@
3535
},
3636
"homepage": "https://aws-amplify.github.io/",
3737
"devDependencies": {
38-
"@aws-amplify/core": "5.6.0",
39-
"@aws-amplify/datastore": "4.6.4",
38+
"@aws-amplify/core": "5.7.0",
39+
"@aws-amplify/datastore": "4.6.5",
4040
"@types/react-native-sqlite-storage": "5.0.1",
4141
"expo-file-system": "13.1.4",
4242
"expo-sqlite": "10.1.0",

‎packages/datastore/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.6.5](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@4.6.4...@aws-amplify/datastore@4.6.5) (2023-07-20)
7+
8+
**Note:** Version bump only for package @aws-amplify/datastore
9+
610
## [4.6.4](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@4.6.3...@aws-amplify/datastore@4.6.4) (2023-07-13)
711

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

‎packages/datastore/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/datastore",
3-
"version": "4.6.4",
3+
"version": "4.6.5",
44
"description": "AppSyncLocal support for aws-amplify",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",
@@ -55,10 +55,10 @@
5555
"ssr"
5656
],
5757
"dependencies": {
58-
"@aws-amplify/api": "5.3.4",
59-
"@aws-amplify/auth": "5.5.4",
60-
"@aws-amplify/core": "5.6.0",
61-
"@aws-amplify/pubsub": "5.4.0",
58+
"@aws-amplify/api": "5.3.5",
59+
"@aws-amplify/auth": "5.5.5",
60+
"@aws-amplify/core": "5.7.0",
61+
"@aws-amplify/pubsub": "5.4.1",
6262
"amazon-cognito-identity-js": "6.3.1",
6363
"idb": "5.0.6",
6464
"immer": "9.0.6",

‎packages/geo/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.2.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/geo@2.1.4...@aws-amplify/geo@2.2.0) (2023-07-20)
7+
8+
### Features
9+
10+
- custom user agent core changes for UI handoff ([#11602](https://github.com/aws-amplify/amplify-js/issues/11602)) ([7365c34](https://github.com/aws-amplify/amplify-js/commit/7365c34b28015af199dbfdb3713cc26e096d1213))
11+
612
## [2.1.4](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/geo@2.1.3...@aws-amplify/geo@2.1.4) (2023-07-13)
713

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

‎packages/geo/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/geo",
3-
"version": "2.1.4",
3+
"version": "2.2.0",
44
"description": "Geo category for aws-amplify",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",
@@ -46,7 +46,7 @@
4646
"src"
4747
],
4848
"dependencies": {
49-
"@aws-amplify/core": "5.6.0",
49+
"@aws-amplify/core": "5.7.0",
5050
"@aws-sdk/client-location": "3.186.3",
5151
"@turf/boolean-clockwise": "6.5.0",
5252
"camelcase-keys": "6.2.2",

‎packages/interactions/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.2.5](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@5.2.4...@aws-amplify/interactions@5.2.5) (2023-07-20)
7+
8+
**Note:** Version bump only for package @aws-amplify/interactions
9+
610
## [5.2.4](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@5.2.3...@aws-amplify/interactions@5.2.4) (2023-07-13)
711

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

‎packages/interactions/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/interactions",
3-
"version": "5.2.4",
3+
"version": "5.2.5",
44
"description": "Interactions category of aws-amplify",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",
@@ -46,7 +46,7 @@
4646
"src"
4747
],
4848
"dependencies": {
49-
"@aws-amplify/core": "5.6.0",
49+
"@aws-amplify/core": "5.7.0",
5050
"@aws-sdk/client-lex-runtime-service": "3.186.3",
5151
"@aws-sdk/client-lex-runtime-v2": "3.186.3",
5252
"base-64": "1.0.0",

‎packages/notifications/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.5.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/notifications@1.4.0...@aws-amplify/notifications@1.5.0) (2023-07-20)
7+
8+
### Features
9+
10+
- custom user agent core changes for UI handoff ([#11602](https://github.com/aws-amplify/amplify-js/issues/11602)) ([7365c34](https://github.com/aws-amplify/amplify-js/commit/7365c34b28015af199dbfdb3713cc26e096d1213))
11+
612
# [1.4.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/notifications@1.3.2...@aws-amplify/notifications@1.4.0) (2023-07-13)
713

814
### Bug Fixes

0 commit comments

Comments
 (0)