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.3.2
 - @aws-amplify/analytics@6.5.1
 - @aws-amplify/api-graphql@3.4.7
 - @aws-amplify/api-rest@3.5.1
 - @aws-amplify/api@5.4.1
 - @aws-amplify/auth@5.6.1
 - aws-amplify-react-native@7.0.3
 - aws-amplify@5.3.7
 - @aws-amplify/cache@5.1.7
 - @aws-amplify/core@5.8.1
 - @aws-amplify/datastore-storage-adapter@2.0.44
 - @aws-amplify/datastore@4.7.1
 - @aws-amplify/geo@2.3.1
 - @aws-amplify/interactions@5.2.7
 - @aws-amplify/notifications@1.6.1
 - @aws-amplify/predictions@5.5.1
 - @aws-amplify/pubsub@5.5.1
 - @aws-amplify/pushnotification@5.0.41
 - @aws-amplify/rtn-push-notification@1.1.3
 - @aws-amplify/storage@5.9.1
  • Loading branch information
aws-amplify-bot committed Aug 10, 2023
1 parent c9e1a73 commit 16a0c26
Show file tree
Hide file tree
Showing 40 changed files with 147 additions and 76 deletions.
4 changes: 4 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,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 6.3.2 (2023-08-10)

**Note:** Version bump only for package amazon-cognito-identity-js

## [6.3.1](https://github.com/aws-amplify/amplify-js/compare/amazon-cognito-identity-js@6.3.0...amazon-cognito-identity-js@6.3.1) (2023-06-21)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions 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.3.1",
"version": "6.3.2",
"author": {
"name": "Amazon Web Services",
"email": "aws@amazon.com",
Expand Down Expand Up @@ -68,10 +68,10 @@
},
"devDependencies": {
"@react-native-async-storage/async-storage": "^1.17.12",
"compression-webpack-plugin": "^10.0.0",
"cross-env": "^3.1.4",
"genversion": "^2.2.0",
"react": "^16.0.0",
"rimraf": "^2.5.4",
"compression-webpack-plugin": "^10.0.0"
"rimraf": "^2.5.4"
}
}
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.5.1 (2023-08-10)

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

# [6.5.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/analytics@6.4.1...@aws-amplify/analytics@6.5.0) (2023-07-31)

### 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.5.0",
"version": "6.5.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.1.6",
"@aws-amplify/core": "5.8.0",
"@aws-amplify/cache": "5.1.7",
"@aws-amplify/core": "5.8.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.4.7 (2023-08-10)

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

## [3.4.6](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-graphql@3.4.5...@aws-amplify/api-graphql@3.4.6) (2023-07-31)

**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.4.6",
"version": "3.4.7",
"description": "Api-graphql category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down Expand Up @@ -50,11 +50,11 @@
"internals"
],
"dependencies": {
"@aws-amplify/api-rest": "3.5.0",
"@aws-amplify/auth": "5.6.0",
"@aws-amplify/cache": "5.1.6",
"@aws-amplify/core": "5.8.0",
"@aws-amplify/pubsub": "5.5.0",
"@aws-amplify/api-rest": "3.5.1",
"@aws-amplify/auth": "5.6.1",
"@aws-amplify/cache": "5.1.7",
"@aws-amplify/core": "5.8.1",
"@aws-amplify/pubsub": "5.5.1",
"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.5.1 (2023-08-10)

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

# [3.5.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-rest@3.4.0...@aws-amplify/api-rest@3.5.0) (2023-07-31)

### 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.5.0",
"version": "3.5.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.8.0",
"@aws-amplify/core": "5.8.1",
"axios": "0.26.0",
"tslib": "^1.8.0",
"url": "0.11.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.4.1 (2023-08-10)

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

# [5.4.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api@5.3.5...@aws-amplify/api@5.4.0) (2023-07-31)

### 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.4.0",
"version": "5.4.1",
"description": "Api category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down Expand Up @@ -58,8 +58,8 @@
"internals"
],
"dependencies": {
"@aws-amplify/api-graphql": "3.4.6",
"@aws-amplify/api-rest": "3.5.0",
"@aws-amplify/api-graphql": "3.4.7",
"@aws-amplify/api-rest": "3.5.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.6.1 (2023-08-10)

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

# [5.6.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/auth@5.5.5...@aws-amplify/auth@5.6.0) (2023-07-31)

### Features
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.6.0",
"version": "5.6.1",
"description": "Auth category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down Expand Up @@ -47,8 +47,8 @@
"internals"
],
"dependencies": {
"@aws-amplify/core": "5.8.0",
"amazon-cognito-identity-js": "6.3.1",
"@aws-amplify/core": "5.8.1",
"amazon-cognito-identity-js": "6.3.2",
"buffer": "4.9.2",
"tslib": "^1.8.0",
"url": "0.11.0"
Expand Down
15 changes: 5 additions & 10 deletions packages/aws-amplify-react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.0.2](https://github.com/aws-amplify/amplify-js/compare/aws-amplify-react-native@7.0.1...aws-amplify-react-native@7.0.2) (2022-12-06)


### Bug Fixes

* Fixed invalid `JS` imports ([#10716](https://github.com/aws-amplify/amplify-js/issues/10716)) ([49bdf81](https://github.com/aws-amplify/amplify-js/commit/49bdf81f59a8f5c5cb24fdb0bf17341daea10593))
## 7.0.3 (2023-08-10)

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

## [7.0.2](https://github.com/aws-amplify/amplify-js/compare/aws-amplify-react-native@7.0.1...aws-amplify-react-native@7.0.2) (2022-12-06)

### Bug Fixes

- Fixed invalid `JS` imports ([#10716](https://github.com/aws-amplify/amplify-js/issues/10716)) ([49bdf81](https://github.com/aws-amplify/amplify-js/commit/49bdf81f59a8f5c5cb24fdb0bf17341daea10593))

## [7.0.1](https://github.com/aws-amplify/amplify-js/compare/aws-amplify-react-native@7.0.0...aws-amplify-react-native@7.0.1) (2022-11-11)

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





# [7.0.0](https://github.com/aws-amplify/amplify-js/compare/aws-amplify-react-native@6.0.8...aws-amplify-react-native@7.0.0) (2022-11-09)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-amplify-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-amplify-react-native",
"version": "7.0.2",
"version": "7.0.3",
"description": "AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.",
"main": "dist/index.js",
"scripts": {
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.7 (2023-08-10)

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

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

**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.3.6",
"version": "5.3.7",
"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.5.0",
"@aws-amplify/api": "5.4.0",
"@aws-amplify/auth": "5.6.0",
"@aws-amplify/cache": "5.1.6",
"@aws-amplify/core": "5.8.0",
"@aws-amplify/datastore": "4.7.0",
"@aws-amplify/geo": "2.3.0",
"@aws-amplify/interactions": "5.2.6",
"@aws-amplify/notifications": "1.6.0",
"@aws-amplify/predictions": "5.5.0",
"@aws-amplify/pubsub": "5.5.0",
"@aws-amplify/storage": "5.9.0",
"@aws-amplify/analytics": "6.5.1",
"@aws-amplify/api": "5.4.1",
"@aws-amplify/auth": "5.6.1",
"@aws-amplify/cache": "5.1.7",
"@aws-amplify/core": "5.8.1",
"@aws-amplify/datastore": "4.7.1",
"@aws-amplify/geo": "2.3.1",
"@aws-amplify/interactions": "5.2.7",
"@aws-amplify/notifications": "1.6.1",
"@aws-amplify/predictions": "5.5.1",
"@aws-amplify/pubsub": "5.5.1",
"@aws-amplify/storage": "5.9.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.1.7 (2023-08-10)

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

## [5.1.6](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/cache@5.1.5...@aws-amplify/cache@5.1.6) (2023-07-31)

**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.1.6",
"version": "5.1.7",
"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.8.0",
"@aws-amplify/core": "5.8.1",
"tslib": "^1.8.0"
},
"size-limit": [
Expand Down
4 changes: 4 additions & 0 deletions packages/core/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.8.1 (2023-08-10)

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

# [5.8.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/core@5.7.0...@aws-amplify/core@5.8.0) (2023-07-31)

### Features
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.8.0",
"version": "5.8.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.44 (2023-08-10)

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

## [2.0.43](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@2.0.42...@aws-amplify/datastore-storage-adapter@2.0.43) (2023-07-31)

**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.43",
"version": "2.0.44",
"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.8.0",
"@aws-amplify/datastore": "4.7.0",
"@aws-amplify/core": "5.8.1",
"@aws-amplify/datastore": "4.7.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.7.1 (2023-08-10)

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

# [4.7.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@4.6.5...@aws-amplify/datastore@4.7.0) (2023-07-31)

### Features
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.7.0",
"version": "4.7.1",
"description": "AppSyncLocal support for aws-amplify",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down Expand Up @@ -55,12 +55,12 @@
"ssr"
],
"dependencies": {
"@aws-amplify/api": "5.4.0",
"@aws-amplify/auth": "5.6.0",
"@aws-amplify/core": "5.8.0",
"@aws-amplify/pubsub": "5.5.0",
"@aws-amplify/api": "5.4.1",
"@aws-amplify/auth": "5.6.1",
"@aws-amplify/core": "5.8.1",
"@aws-amplify/pubsub": "5.5.1",
"amazon-cognito-identity-js": "6.3.2",
"buffer": "4.9.2",
"amazon-cognito-identity-js": "6.3.1",
"idb": "5.0.6",
"immer": "9.0.6",
"ulid": "2.3.0",
Expand Down
Loading

0 comments on commit 16a0c26

Please sign in to comment.