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.20
 - @aws-amplify/api@5.4.14
 - aws-amplify@5.3.22
 - @aws-amplify/datastore-storage-adapter@2.0.57
 - @aws-amplify/datastore@4.7.14
 - @aws-amplify/pubsub@5.6.0
  • Loading branch information
aws-amplify-bot committed Sep 13, 2024
1 parent 774c242 commit 94cac71
Show file tree
Hide file tree
Showing 12 changed files with 40 additions and 14 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.20](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-graphql@3.4.19...@aws-amplify/api-graphql@3.4.20) (2024-09-13)

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

## [3.4.19](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-graphql@3.4.18...@aws-amplify/api-graphql@3.4.19) (2024-08-08)

**Note:** Version bump only for package @aws-amplify/api-graphql
Expand Down
4 changes: 2 additions & 2 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.19",
"version": "3.4.20",
"description": "Api-graphql category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down Expand Up @@ -55,7 +55,7 @@
"@aws-amplify/auth": "5.6.13",
"@aws-amplify/cache": "5.1.19",
"@aws-amplify/core": "5.8.13",
"@aws-amplify/pubsub": "5.5.13",
"@aws-amplify/pubsub": "5.6.0",
"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.4.14](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api@5.4.13...@aws-amplify/api@5.4.14) (2024-09-13)

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

## [5.4.13](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api@5.4.12...@aws-amplify/api@5.4.13) (2024-08-08)

**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.4.13",
"version": "5.4.14",
"description": "Api category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down Expand Up @@ -59,7 +59,7 @@
"internals"
],
"dependencies": {
"@aws-amplify/api-graphql": "3.4.19",
"@aws-amplify/api-graphql": "3.4.20",
"@aws-amplify/api-rest": "3.5.13",
"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.3.22](https://github.com/aws-amplify/amplify-js/compare/aws-amplify@5.3.21...aws-amplify@5.3.22) (2024-09-13)

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

## [5.3.21](https://github.com/aws-amplify/amplify-js/compare/aws-amplify@5.3.20...aws-amplify@5.3.21) (2024-08-08)

**Note:** Version bump only for package aws-amplify
Expand Down
8 changes: 4 additions & 4 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.21",
"version": "5.3.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 @@ -41,16 +41,16 @@
],
"dependencies": {
"@aws-amplify/analytics": "6.5.13",
"@aws-amplify/api": "5.4.13",
"@aws-amplify/api": "5.4.14",
"@aws-amplify/auth": "5.6.13",
"@aws-amplify/cache": "5.1.19",
"@aws-amplify/core": "5.8.13",
"@aws-amplify/datastore": "4.7.13",
"@aws-amplify/datastore": "4.7.14",
"@aws-amplify/geo": "2.3.13",
"@aws-amplify/interactions": "5.2.19",
"@aws-amplify/notifications": "1.6.14",
"@aws-amplify/predictions": "5.5.14",
"@aws-amplify/pubsub": "5.5.13",
"@aws-amplify/pubsub": "5.6.0",
"@aws-amplify/storage": "5.9.14",
"tslib": "^2.0.0"
},
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.57](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@2.0.56...@aws-amplify/datastore-storage-adapter@2.0.57) (2024-09-13)

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

## [2.0.56](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@2.0.55...@aws-amplify/datastore-storage-adapter@2.0.56) (2024-08-08)

**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.56",
"version": "2.0.57",
"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.8.13",
"@aws-amplify/datastore": "4.7.13",
"@aws-amplify/datastore": "4.7.14",
"@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.14](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@4.7.13...@aws-amplify/datastore@4.7.14) (2024-09-13)

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

## [4.7.13](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@4.7.12...@aws-amplify/datastore@4.7.13) (2024-08-08)

**Note:** Version bump only for package @aws-amplify/datastore
Expand Down
6 changes: 3 additions & 3 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.13",
"version": "4.7.14",
"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.4.13",
"@aws-amplify/api": "5.4.14",
"@aws-amplify/auth": "5.6.13",
"@aws-amplify/core": "5.8.13",
"@aws-amplify/pubsub": "5.5.13",
"@aws-amplify/pubsub": "5.6.0",
"amazon-cognito-identity-js": "6.3.13",
"buffer": "4.9.2",
"idb": "5.0.6",
Expand Down
6 changes: 6 additions & 0 deletions packages/pubsub/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.6.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/pubsub@5.5.13...@aws-amplify/pubsub@5.6.0) (2024-09-13)

### Features

- **pubsub:** v5 - AppSync realtime - pass authToken via subprotocol ([#13726](https://github.com/aws-amplify/amplify-js/issues/13726)) ([774c242](https://github.com/aws-amplify/amplify-js/commit/774c2429eb5b14b2840a96f6d04be360762abc90))

## [5.5.13](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/pubsub@5.5.12...@aws-amplify/pubsub@5.5.13) (2024-08-08)

**Note:** Version bump only for package @aws-amplify/pubsub
Expand Down
2 changes: 1 addition & 1 deletion packages/pubsub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/pubsub",
"version": "5.5.13",
"version": "5.6.0",
"description": "Pubsub category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down

0 comments on commit 94cac71

Please sign in to comment.