Skip to content

Commit

Permalink
chore(release): Publish [ci skip]
Browse files Browse the repository at this point in the history
 - amazon-cognito-identity-js@6.2.0
 - @aws-amplify/analytics@6.0.22
 - @aws-amplify/api-graphql@3.1.10
 - @aws-amplify/api-rest@3.0.22
 - @aws-amplify/api@5.0.22
 - @aws-amplify/auth@5.2.0
 - aws-amplify@5.0.22
 - @aws-amplify/cache@5.0.22
 - @aws-amplify/core@5.1.5
 - @aws-amplify/datastore-storage-adapter@2.0.22
 - @aws-amplify/datastore@4.1.4
 - @aws-amplify/geo@2.0.22
 - @aws-amplify/interactions@5.0.22
 - @aws-amplify/notifications@1.0.22
 - @aws-amplify/predictions@5.0.22
 - @aws-amplify/pubsub@5.1.5
 - @aws-amplify/pushnotification@5.0.22
 - @aws-amplify/storage@5.1.12
 - @aws-amplify/xr@4.0.22
  • Loading branch information
aws-amplify-bot committed Mar 23, 2023
1 parent 50e0917 commit 6033ebb
Show file tree
Hide file tree
Showing 38 changed files with 225 additions and 63 deletions.
12 changes: 12 additions & 0 deletions packages/amazon-cognito-identity-js/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.

# [6.2.0](https://github.com/aws-amplify/amplify-js/compare/amazon-cognito-identity-js@6.1.2...amazon-cognito-identity-js@6.2.0) (2023-03-23)


### Features

* **cognito:** make cookiestorage constructor parameter optional ([9b8e759](https://github.com/aws-amplify/amplify-js/commit/9b8e75973762ce498269de0162a3e70038238f0f))
* **cognito:** remove required domain param when create CookieStorage ([c985454](https://github.com/aws-amplify/amplify-js/commit/c985454b0af9f2205941ab95d6ec8c42748ab63d))





## [6.1.2](https://github.com/aws-amplify/amplify-js/compare/amazon-cognito-identity-js@6.1.1...amazon-cognito-identity-js@6.1.2) (2022-12-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/amazon-cognito-identity-js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "amazon-cognito-identity-js",
"description": "Amazon Cognito Identity Provider JavaScript SDK",
"version": "6.1.2",
"version": "6.2.0",
"author": {
"name": "Amazon Web Services",
"email": "aws@amazon.com",
Expand Down
8 changes: 8 additions & 0 deletions packages/analytics/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.

## [6.0.22](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/analytics@6.0.21...@aws-amplify/analytics@6.0.22) (2023-03-23)

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





## [6.0.21](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/analytics@6.0.20...@aws-amplify/analytics@6.0.21) (2023-03-21)

**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.21",
"version": "6.0.22",
"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.21",
"@aws-amplify/core": "5.1.4",
"@aws-amplify/cache": "5.0.22",
"@aws-amplify/core": "5.1.5",
"@aws-sdk/client-firehose": "3.6.1",
"@aws-sdk/client-kinesis": "3.6.1",
"@aws-sdk/client-personalize-events": "3.6.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/api-graphql/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.10](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-graphql@3.1.9...@aws-amplify/api-graphql@3.1.10) (2023-03-23)

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





## [3.1.9](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-graphql@3.1.8...@aws-amplify/api-graphql@3.1.9) (2023-03-21)

**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.1.9",
"version": "3.1.10",
"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.0.21",
"@aws-amplify/auth": "5.1.15",
"@aws-amplify/cache": "5.0.21",
"@aws-amplify/core": "5.1.4",
"@aws-amplify/pubsub": "5.1.4",
"@aws-amplify/api-rest": "3.0.22",
"@aws-amplify/auth": "5.2.0",
"@aws-amplify/cache": "5.0.22",
"@aws-amplify/core": "5.1.5",
"@aws-amplify/pubsub": "5.1.5",
"graphql": "15.8.0",
"tslib": "^1.8.0",
"uuid": "^3.2.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/api-rest/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.0.22](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-rest@3.0.21...@aws-amplify/api-rest@3.0.22) (2023-03-23)

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





## [3.0.21](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-rest@3.0.20...@aws-amplify/api-rest@3.0.21) (2023-03-21)

**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.21",
"version": "3.0.22",
"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.1.4",
"@aws-amplify/core": "5.1.5",
"axios": "0.26.0",
"tslib": "^1.8.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/api/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.

## [5.0.22](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api@5.0.21...@aws-amplify/api@5.0.22) (2023-03-23)

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





## [5.0.21](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api@5.0.20...@aws-amplify/api@5.0.21) (2023-03-21)

**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.21",
"version": "5.0.22",
"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.1.9",
"@aws-amplify/api-rest": "3.0.21",
"@aws-amplify/api-graphql": "3.1.10",
"@aws-amplify/api-rest": "3.0.22",
"tslib": "^1.8.0"
},
"size-limit": [
Expand Down
11 changes: 11 additions & 0 deletions packages/auth/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.

# [5.2.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/auth@5.1.15...@aws-amplify/auth@5.2.0) (2023-03-23)


### Features

* **cognito:** remove required domain param when create CookieStorage ([c985454](https://github.com/aws-amplify/amplify-js/commit/c985454b0af9f2205941ab95d6ec8c42748ab63d))





## [5.1.15](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/auth@5.1.14...@aws-amplify/auth@5.1.15) (2023-03-21)

**Note:** Version bump only for package @aws-amplify/auth
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": "5.1.15",
"version": "5.2.0",
"description": "Auth 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/core": "5.1.4",
"amazon-cognito-identity-js": "6.1.2",
"@aws-amplify/core": "5.1.5",
"amazon-cognito-identity-js": "6.2.0",
"tslib": "^1.8.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/aws-amplify/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.

## [5.0.22](https://github.com/aws-amplify/amplify-js/compare/aws-amplify@5.0.21...aws-amplify@5.0.22) (2023-03-23)

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





## [5.0.21](https://github.com/aws-amplify/amplify-js/compare/aws-amplify@5.0.20...aws-amplify@5.0.21) (2023-03-21)

**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.0.21",
"version": "5.0.22",
"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.0.21",
"@aws-amplify/api": "5.0.21",
"@aws-amplify/auth": "5.1.15",
"@aws-amplify/cache": "5.0.21",
"@aws-amplify/core": "5.1.4",
"@aws-amplify/datastore": "4.1.3",
"@aws-amplify/geo": "2.0.21",
"@aws-amplify/interactions": "5.0.21",
"@aws-amplify/notifications": "1.0.21",
"@aws-amplify/predictions": "5.0.21",
"@aws-amplify/pubsub": "5.1.4",
"@aws-amplify/storage": "5.1.11",
"@aws-amplify/analytics": "6.0.22",
"@aws-amplify/api": "5.0.22",
"@aws-amplify/auth": "5.2.0",
"@aws-amplify/cache": "5.0.22",
"@aws-amplify/core": "5.1.5",
"@aws-amplify/datastore": "4.1.4",
"@aws-amplify/geo": "2.0.22",
"@aws-amplify/interactions": "5.0.22",
"@aws-amplify/notifications": "1.0.22",
"@aws-amplify/predictions": "5.0.22",
"@aws-amplify/pubsub": "5.1.5",
"@aws-amplify/storage": "5.1.12",
"tslib": "^2.0.0"
},
"jest": {
Expand Down
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.

## [5.0.22](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/cache@5.0.21...@aws-amplify/cache@5.0.22) (2023-03-23)

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





## [5.0.21](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/cache@5.0.20...@aws-amplify/cache@5.0.21) (2023-03-21)

**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.21",
"version": "5.0.22",
"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.1.4",
"@aws-amplify/core": "5.1.5",
"tslib": "^1.8.0"
},
"size-limit": [
Expand Down
8 changes: 8 additions & 0 deletions packages/core/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.

## [5.1.5](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/core@5.1.4...@aws-amplify/core@5.1.5) (2023-03-23)

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





## [5.1.4](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/core@5.1.3...@aws-amplify/core@5.1.4) (2023-03-21)

**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.1.4",
"version": "5.1.5",
"description": "Core category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/datastore-storage-adapter/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.0.22](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@2.0.21...@aws-amplify/datastore-storage-adapter@2.0.22) (2023-03-23)

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





## [2.0.21](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@2.0.20...@aws-amplify/datastore-storage-adapter@2.0.21) (2023-03-21)


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.21",
"version": "2.0.22",
"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.1.4",
"@aws-amplify/datastore": "4.1.3",
"@aws-amplify/core": "5.1.5",
"@aws-amplify/datastore": "4.1.4",
"@types/react-native-sqlite-storage": "5.0.1",
"expo-file-system": "13.1.4",
"expo-sqlite": "10.1.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/datastore/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.

## [4.1.4](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@4.1.3...@aws-amplify/datastore@4.1.4) (2023-03-23)


### Bug Fixes

* **datastore:** stale observeQuery snapshot with sort param ([#11119](https://github.com/aws-amplify/amplify-js/issues/11119)) ([4e3b8fc](https://github.com/aws-amplify/amplify-js/commit/4e3b8fc84a929a7f0d7da9b4e6eb1d420879ce90))





## [4.1.3](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@4.1.2...@aws-amplify/datastore@4.1.3) (2023-03-21)


Expand Down
12 changes: 6 additions & 6 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.1.3",
"version": "4.1.4",
"description": "AppSyncLocal support for aws-amplify",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down Expand Up @@ -55,11 +55,11 @@
"ssr"
],
"dependencies": {
"@aws-amplify/api": "5.0.21",
"@aws-amplify/auth": "5.1.15",
"@aws-amplify/core": "5.1.4",
"@aws-amplify/pubsub": "5.1.4",
"amazon-cognito-identity-js": "6.1.2",
"@aws-amplify/api": "5.0.22",
"@aws-amplify/auth": "5.2.0",
"@aws-amplify/core": "5.1.5",
"@aws-amplify/pubsub": "5.1.5",
"amazon-cognito-identity-js": "6.2.0",
"idb": "5.0.6",
"immer": "9.0.6",
"ulid": "2.3.0",
Expand Down
Loading

0 comments on commit 6033ebb

Please sign in to comment.