Skip to content

Commit

Permalink
chore(release): Publish [skip release]
Browse files Browse the repository at this point in the history
 - @aws-amplify/adapter-nextjs@1.1.4
 - @aws-amplify/api@6.0.30
 - @aws-amplify/api-graphql@4.0.30
 - @aws-amplify/auth@6.2.1
 - aws-amplify@6.1.4
 - @aws-amplify/datastore@5.0.30
 - @aws-amplify/datastore-storage-adapter@2.1.30
 - @aws-amplify/predictions@6.1.3
 - @aws-amplify/pubsub@6.1.2
 - @aws-amplify/storage@6.3.1
 - tsc-compliance-test@0.1.31
  • Loading branch information
aws-amplify-bot committed Apr 26, 2024
1 parent 5fd0e67 commit 8ec05ae
Show file tree
Hide file tree
Showing 22 changed files with 84 additions and 22 deletions.
6 changes: 6 additions & 0 deletions packages/adapter-nextjs/CHANGELOG.md
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.

## [1.1.4](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/adapter-nextjs@1.0.30...@aws-amplify/adapter-nextjs@1.1.4) (2024-04-26)

### Bug Fixes

- bump package versions ([#13254](https://github.com/aws-amplify/amplify-js/issues/13254)) ([aa490b9](https://github.com/aws-amplify/amplify-js/commit/aa490b9bcbd2a442d9726937cfa59ef8b7859306))

## [1.0.30](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/adapter-nextjs@1.0.29...@aws-amplify/adapter-nextjs@1.0.30) (2024-04-24)

**Note:** Version bump only for package @aws-amplify/adapter-nextjs
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter-nextjs/package.json
@@ -1,7 +1,7 @@
{
"author": "Amazon Web Services",
"name": "@aws-amplify/adapter-nextjs",
"version": "1.1.3",
"version": "1.1.4",
"description": "The adapter for the supporting of using Amplify APIs in Next.js.",
"peerDependencies": {
"aws-amplify": "^6.0.7",
Expand All @@ -15,7 +15,7 @@
"@types/node": "^20.3.1",
"@types/react": "^18.2.13",
"@types/react-dom": "^18.2.6",
"aws-amplify": "6.1.3",
"aws-amplify": "6.1.4",
"jest-fetch-mock": "3.0.3",
"next": ">= 13.5.0 < 15.0.0",
"typescript": "5.0.2"
Expand Down
6 changes: 6 additions & 0 deletions packages/api-graphql/CHANGELOG.md
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.

## [4.0.30](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-graphql@4.0.29...@aws-amplify/api-graphql@4.0.30) (2024-04-26)

### Bug Fixes

- **data:** tests for error response fix ([#13279](https://github.com/aws-amplify/amplify-js/issues/13279)) ([1aef1ee](https://github.com/aws-amplify/amplify-js/commit/1aef1ee0e65d1489e4d86d19a6d017f852f3bafd))

## [4.0.29](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-graphql@4.0.28...@aws-amplify/api-graphql@4.0.29) (2024-04-22)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/api-graphql/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/api-graphql",
"version": "4.0.29",
"version": "4.0.30",
"description": "Api-graphql category of aws-amplify",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand Down
4 changes: 4 additions & 0 deletions packages/api/CHANGELOG.md
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.0.30](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api@6.0.29...@aws-amplify/api@6.0.30) (2024-04-26)

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

## [6.0.29](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api@6.0.28...@aws-amplify/api@6.0.29) (2024-04-22)

**Note:** Version bump only for package @aws-amplify/api
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/api",
"version": "6.0.29",
"version": "6.0.30",
"description": "Api category of aws-amplify",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand Down Expand Up @@ -79,7 +79,7 @@
"server"
],
"dependencies": {
"@aws-amplify/api-graphql": "4.0.29",
"@aws-amplify/api-graphql": "4.0.30",
"@aws-amplify/api-rest": "4.0.28",
"tslib": "^2.5.0"
}
Expand Down
7 changes: 7 additions & 0 deletions packages/auth/CHANGELOG.md
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.

## [6.2.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/auth@6.0.29...@aws-amplify/auth@6.2.1) (2024-04-26)

### Bug Fixes

- **auth:** Impossibility to sign-in when RandomKeyPassword missing ([1ba64c4](https://github.com/aws-amplify/amplify-js/commit/1ba64c4f5d09365cd3df76b46073ac825519cf00))
- bump package versions ([#13254](https://github.com/aws-amplify/amplify-js/issues/13254)) ([aa490b9](https://github.com/aws-amplify/amplify-js/commit/aa490b9bcbd2a442d9726937cfa59ef8b7859306))

## [6.0.29](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/auth@6.0.28...@aws-amplify/auth@6.0.29) (2024-04-24)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/auth",
"version": "6.2.0",
"version": "6.2.1",
"description": "Auth category of aws-amplify",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand Down
7 changes: 7 additions & 0 deletions packages/aws-amplify/CHANGELOG.md
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.

## [6.1.4](https://github.com/aws-amplify/amplify-js/compare/aws-amplify@6.0.30...aws-amplify@6.1.4) (2024-04-26)

### Bug Fixes

- bump package versions ([#13254](https://github.com/aws-amplify/amplify-js/issues/13254)) ([aa490b9](https://github.com/aws-amplify/amplify-js/commit/aa490b9bcbd2a442d9726937cfa59ef8b7859306))
- **data:** tests for error response fix ([#13279](https://github.com/aws-amplify/amplify-js/issues/13279)) ([1aef1ee](https://github.com/aws-amplify/amplify-js/commit/1aef1ee0e65d1489e4d86d19a6d017f852f3bafd))

## [6.0.30](https://github.com/aws-amplify/amplify-js/compare/aws-amplify@6.0.29...aws-amplify@6.0.30) (2024-04-24)

**Note:** Version bump only for package aws-amplify
Expand Down
10 changes: 5 additions & 5 deletions packages/aws-amplify/package.json
@@ -1,6 +1,6 @@
{
"name": "aws-amplify",
"version": "6.1.3",
"version": "6.1.4",
"description": "AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand Down Expand Up @@ -277,12 +277,12 @@
],
"dependencies": {
"@aws-amplify/analytics": "7.0.28",
"@aws-amplify/api": "6.0.29",
"@aws-amplify/auth": "6.2.0",
"@aws-amplify/api": "6.0.30",
"@aws-amplify/auth": "6.2.1",
"@aws-amplify/core": "6.0.28",
"@aws-amplify/datastore": "5.0.29",
"@aws-amplify/datastore": "5.0.30",
"@aws-amplify/notifications": "2.0.28",
"@aws-amplify/storage": "6.3.0",
"@aws-amplify/storage": "6.3.1",
"tslib": "^2.5.0"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/datastore-storage-adapter/CHANGELOG.md
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.1.30](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@2.1.29...@aws-amplify/datastore-storage-adapter@2.1.30) (2024-04-26)

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

## [2.1.29](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@2.1.28...@aws-amplify/datastore-storage-adapter@2.1.29) (2024-04-22)

**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
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/datastore-storage-adapter",
"version": "2.1.29",
"version": "2.1.30",
"description": "SQLite storage adapter for Amplify DataStore ",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@aws-amplify/core": "6.0.28",
"@aws-amplify/datastore": "5.0.29",
"@aws-amplify/datastore": "5.0.30",
"@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
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.30](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@5.0.29...@aws-amplify/datastore@5.0.30) (2024-04-26)

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

## [5.0.29](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@5.0.28...@aws-amplify/datastore@5.0.29) (2024-04-22)

**Note:** Version bump only for package @aws-amplify/datastore
Expand Down
4 changes: 2 additions & 2 deletions packages/datastore/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/datastore",
"version": "5.0.29",
"version": "5.0.30",
"description": "AppSyncLocal support for aws-amplify",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand Down Expand Up @@ -43,7 +43,7 @@
"src"
],
"dependencies": {
"@aws-amplify/api": "6.0.29",
"@aws-amplify/api": "6.0.30",
"buffer": "4.9.2",
"idb": "5.0.6",
"immer": "9.0.6",
Expand Down
6 changes: 6 additions & 0 deletions packages/predictions/CHANGELOG.md
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.

## [6.1.3](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/predictions@6.0.28...@aws-amplify/predictions@6.1.3) (2024-04-26)

### Bug Fixes

- bump package versions ([#13254](https://github.com/aws-amplify/amplify-js/issues/13254)) ([aa490b9](https://github.com/aws-amplify/amplify-js/commit/aa490b9bcbd2a442d9726937cfa59ef8b7859306))

## [6.0.28](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/predictions@6.0.27...@aws-amplify/predictions@6.0.28) (2024-04-22)

**Note:** Version bump only for package @aws-amplify/predictions
Expand Down
4 changes: 2 additions & 2 deletions packages/predictions/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/predictions",
"version": "6.1.2",
"version": "6.1.3",
"description": "Machine learning category of aws-amplify",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand Down Expand Up @@ -43,7 +43,7 @@
"src"
],
"dependencies": {
"@aws-amplify/storage": "6.3.0",
"@aws-amplify/storage": "6.3.1",
"@aws-sdk/client-comprehend": "3.398.0",
"@aws-sdk/client-polly": "3.398.0",
"@aws-sdk/client-rekognition": "3.398.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/pubsub/CHANGELOG.md
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.

## [6.1.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/pubsub@6.0.29...@aws-amplify/pubsub@6.1.2) (2024-04-26)

### Bug Fixes

- bump package versions ([#13254](https://github.com/aws-amplify/amplify-js/issues/13254)) ([aa490b9](https://github.com/aws-amplify/amplify-js/commit/aa490b9bcbd2a442d9726937cfa59ef8b7859306))

## [6.0.29](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/pubsub@6.0.28...@aws-amplify/pubsub@6.0.29) (2024-04-24)

**Note:** Version bump only for package @aws-amplify/pubsub
Expand Down
4 changes: 2 additions & 2 deletions packages/pubsub/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/pubsub",
"version": "6.1.1",
"version": "6.1.2",
"description": "Pubsub category of aws-amplify",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand Down Expand Up @@ -73,7 +73,7 @@
"mqtt"
],
"dependencies": {
"@aws-amplify/auth": "6.2.0",
"@aws-amplify/auth": "6.2.1",
"buffer": "4.9.2",
"graphql": "15.8.0",
"rxjs": "^7.8.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/storage/CHANGELOG.md
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.

## [6.3.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@6.0.28...@aws-amplify/storage@6.3.1) (2024-04-26)

### Bug Fixes

- bump package versions ([#13254](https://github.com/aws-amplify/amplify-js/issues/13254)) ([aa490b9](https://github.com/aws-amplify/amplify-js/commit/aa490b9bcbd2a442d9726937cfa59ef8b7859306))

## [6.0.28](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@6.0.27...@aws-amplify/storage@6.0.28) (2024-04-22)

**Note:** Version bump only for package @aws-amplify/storage
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/storage",
"version": "6.3.0",
"version": "6.3.1",
"description": "Storage category of aws-amplify",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand Down
6 changes: 6 additions & 0 deletions scripts/tsc-compliance-test/CHANGELOG.md
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.

## [0.1.31](https://github.com/aws-amplify/amplify-js/compare/tsc-compliance-test@0.1.30...tsc-compliance-test@0.1.31) (2024-04-26)

### Bug Fixes

- bump package versions ([#13254](https://github.com/aws-amplify/amplify-js/issues/13254)) ([aa490b9](https://github.com/aws-amplify/amplify-js/commit/aa490b9bcbd2a442d9726937cfa59ef8b7859306))

## [0.1.30](https://github.com/aws-amplify/amplify-js/compare/tsc-compliance-test@0.1.29...tsc-compliance-test@0.1.30) (2024-04-24)

**Note:** Version bump only for package tsc-compliance-test
Expand Down
4 changes: 2 additions & 2 deletions scripts/tsc-compliance-test/package.json
@@ -1,11 +1,11 @@
{
"name": "tsc-compliance-test",
"version": "0.1.30",
"version": "0.1.31",
"license": "MIT",
"private": true,
"devDependencies": {
"@types/node": "16.18.82",
"aws-amplify": "6.1.3",
"aws-amplify": "6.1.4",
"typescript": "4.2.x"
},
"scripts": {
Expand Down

0 comments on commit 8ec05ae

Please sign in to comment.