Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: bump package versions #13254

Merged
merged 3 commits into from
Apr 25, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.0.28",
"version": "1.1.3",
"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.28",
"aws-amplify": "6.1.3",
"jest-fetch-mock": "3.0.3",
"next": ">= 13.5.0 < 15.0.0",
"typescript": "5.0.2"
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.0.27",
"version": "6.2.0",
"description": "Auth category of aws-amplify",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand Down
6 changes: 3 additions & 3 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.0.28",
"version": "6.1.3",
"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,11 +278,11 @@
"dependencies": {
"@aws-amplify/analytics": "7.0.27",
"@aws-amplify/api": "6.0.28",
"@aws-amplify/auth": "6.0.27",
"@aws-amplify/auth": "6.2.0",
"@aws-amplify/core": "6.0.27",
"@aws-amplify/datastore": "5.0.28",
"@aws-amplify/notifications": "2.0.27",
"@aws-amplify/storage": "6.0.27",
"@aws-amplify/storage": "6.3.0",
"tslib": "^2.5.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/predictions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/predictions",
"version": "6.0.27",
"version": "6.1.2",
"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.0.27",
"@aws-amplify/storage": "6.3.0",
"@aws-sdk/client-comprehend": "3.398.0",
"@aws-sdk/client-polly": "3.398.0",
"@aws-sdk/client-rekognition": "3.398.0",
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.0.27",
"version": "6.1.1",
"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.27",
"@aws-amplify/auth": "6.2.0",
"buffer": "4.9.2",
"graphql": "15.8.0",
"rxjs": "^7.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/storage",
"version": "6.0.27",
"version": "6.3.0",
"description": "Storage category of aws-amplify",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion scripts/tsc-compliance-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"devDependencies": {
"@types/node": "^16.11.7",
"aws-amplify": "6.0.28",
"aws-amplify": "6.1.3",
"typescript": "4.2.x"
},
"scripts": {
Expand Down
Loading