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.0.30
 - @aws-amplify/auth@6.0.29
 - aws-amplify@6.0.30
 - @aws-amplify/pubsub@6.0.29
 - tsc-compliance-test@0.1.30
  • Loading branch information
aws-amplify-bot committed Apr 24, 2024
1 parent d9ac70c commit 84fa563
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 9 deletions.
4 changes: 4 additions & 0 deletions packages/adapter-nextjs/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.

## [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

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

**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.0.29",
"version": "1.0.30",
"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.0.29",
"aws-amplify": "6.0.30",
"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/auth/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.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

- **auth:** listen for pageshow event listener ([9844af8](https://github.com/aws-amplify/amplify-js/commit/9844af82f8ea21090b123c64890fb356b25180e3))

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

**Note:** Version bump only for package @aws-amplify/auth
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/auth",
"version": "6.0.28",
"version": "6.0.29",
"description": "Auth category of aws-amplify",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand Down
4 changes: 4 additions & 0 deletions packages/aws-amplify/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@6.0.29...aws-amplify@6.0.30) (2024-04-24)

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

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

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/aws-amplify/package.json
@@ -1,6 +1,6 @@
{
"name": "aws-amplify",
"version": "6.0.29",
"version": "6.0.30",
"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 @@ -278,7 +278,7 @@
"dependencies": {
"@aws-amplify/analytics": "7.0.28",
"@aws-amplify/api": "6.0.29",
"@aws-amplify/auth": "6.0.28",
"@aws-amplify/auth": "6.0.29",
"@aws-amplify/core": "6.0.28",
"@aws-amplify/datastore": "5.0.29",
"@aws-amplify/notifications": "2.0.28",
Expand Down
4 changes: 4 additions & 0 deletions packages/pubsub/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.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

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

**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.0.28",
"version": "6.0.29",
"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.0.28",
"@aws-amplify/auth": "6.0.29",
"buffer": "4.9.2",
"graphql": "15.8.0",
"rxjs": "^7.8.1",
Expand Down
4 changes: 4 additions & 0 deletions scripts/tsc-compliance-test/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.

## [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

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

**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.29",
"version": "0.1.30",
"license": "MIT",
"private": true,
"devDependencies": {
"@types/node": "16.18.82",
"aws-amplify": "6.0.29",
"aws-amplify": "6.0.30",
"typescript": "4.2.x"
},
"scripts": {
Expand Down

0 comments on commit 84fa563

Please sign in to comment.