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.2.5
 - @aws-amplify/auth@6.3.6
 - aws-amplify@6.3.7
 - @aws-amplify/pubsub@6.1.10
 - tsc-compliance-test@0.1.40
  • Loading branch information
aws-amplify-bot committed Jun 18, 2024
1 parent 5c6b6f1 commit 83f892a
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 9 deletions.
4 changes: 4 additions & 0 deletions packages/adapter-nextjs/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.

## [1.2.5](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/adapter-nextjs@1.2.4...@aws-amplify/adapter-nextjs@1.2.5) (2024-06-18)

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

## [1.2.4](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/adapter-nextjs@1.2.3...@aws-amplify/adapter-nextjs@1.2.4) (2024-06-07)

**Note:** Version bump only for package @aws-amplify/adapter-nextjs
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter-nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Amazon Web Services",
"name": "@aws-amplify/adapter-nextjs",
"version": "1.2.4",
"version": "1.2.5",
"description": "The adapter for the supporting of using Amplify APIs in Next.js.",
"peerDependencies": {
"aws-amplify": "^6.0.7",
Expand All @@ -16,7 +16,7 @@
"@types/node": "^20.3.1",
"@types/react": "^18.2.13",
"@types/react-dom": "^18.2.6",
"aws-amplify": "6.3.6",
"aws-amplify": "6.3.7",
"jest-fetch-mock": "3.0.3",
"next": ">= 13.5.0 < 15.0.0",
"typescript": "5.0.2"
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.

## [6.3.6](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/auth@6.3.5...@aws-amplify/auth@6.3.6) (2024-06-18)

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

## [6.3.5](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/auth@6.3.4...@aws-amplify/auth@6.3.5) (2024-06-07)

**Note:** Version bump only for package @aws-amplify/auth
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/auth",
"version": "6.3.5",
"version": "6.3.6",
"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
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.7](https://github.com/aws-amplify/amplify-js/compare/aws-amplify@6.3.6...aws-amplify@6.3.7) (2024-06-18)

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

## [6.3.6](https://github.com/aws-amplify/amplify-js/compare/aws-amplify@6.3.5...aws-amplify@6.3.6) (2024-06-07)

**Note:** Version bump only for package aws-amplify
Expand Down
4 changes: 2 additions & 2 deletions packages/aws-amplify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-amplify",
"version": "6.3.6",
"version": "6.3.7",
"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.35",
"@aws-amplify/api": "6.0.37",
"@aws-amplify/auth": "6.3.5",
"@aws-amplify/auth": "6.3.6",
"@aws-amplify/core": "6.3.2",
"@aws-amplify/datastore": "5.0.37",
"@aws-amplify/notifications": "2.0.35",
Expand Down
4 changes: 4 additions & 0 deletions packages/pubsub/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.1.10](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/pubsub@6.1.9...@aws-amplify/pubsub@6.1.10) (2024-06-18)

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

## [6.1.9](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/pubsub@6.1.8...@aws-amplify/pubsub@6.1.9) (2024-06-07)

**Note:** Version bump only for package @aws-amplify/pubsub
Expand Down
4 changes: 2 additions & 2 deletions packages/pubsub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/pubsub",
"version": "6.1.9",
"version": "6.1.10",
"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.3.5",
"@aws-amplify/auth": "6.3.6",
"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
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.

## [0.1.40](https://github.com/aws-amplify/amplify-js/compare/tsc-compliance-test@0.1.39...tsc-compliance-test@0.1.40) (2024-06-18)

**Note:** Version bump only for package tsc-compliance-test

## [0.1.39](https://github.com/aws-amplify/amplify-js/compare/tsc-compliance-test@0.1.38...tsc-compliance-test@0.1.39) (2024-06-07)

**Note:** Version bump only for package tsc-compliance-test
Expand Down
4 changes: 2 additions & 2 deletions scripts/tsc-compliance-test/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "tsc-compliance-test",
"version": "0.1.39",
"version": "0.1.40",
"license": "MIT",
"private": true,
"devDependencies": {
"@types/node": "16.18.82",
"aws-amplify": "6.3.6",
"aws-amplify": "6.3.7",
"typescript": "4.2.x"
},
"scripts": {
Expand Down

0 comments on commit 83f892a

Please sign in to comment.