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.27
 - @aws-amplify/analytics@7.0.27
 - @aws-amplify/api@6.0.27
 - @aws-amplify/api-graphql@4.0.27
 - @aws-amplify/api-rest@4.0.27
 - @aws-amplify/auth@6.0.27
 - aws-amplify@6.0.27
 - @aws-amplify/core@6.0.27
 - @aws-amplify/datastore@5.0.27
 - @aws-amplify/datastore-storage-adapter@2.1.27
 - @aws-amplify/geo@3.0.27
 - @aws-amplify/interactions@6.0.27
 - @aws-amplify/notifications@2.0.27
 - @aws-amplify/predictions@6.0.27
 - @aws-amplify/pubsub@6.0.27
 - @aws-amplify/react-native@1.0.28
 - @aws-amplify/react-native-example@0.0.28
 - @aws-amplify/rtn-push-notification@1.2.28
 - @aws-amplify/rtn-web-browser@1.0.28
 - @aws-amplify/storage@6.0.27
 - tsc-compliance-test@0.1.27
  • Loading branch information
aws-amplify-bot committed Apr 2, 2024
1 parent e7317d6 commit 39ac7cc
Show file tree
Hide file tree
Showing 42 changed files with 142 additions and 58 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.27 (2024-04-02)

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

## 1.0.26 (2024-04-01)

**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.26",
"version": "1.0.27",
"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.26",
"aws-amplify": "6.0.27",
"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/analytics/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.

## 7.0.27 (2024-04-02)

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

## 7.0.26 (2024-04-01)

**Note:** Version bump only for package @aws-amplify/analytics
Expand Down
6 changes: 3 additions & 3 deletions packages/analytics/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/analytics",
"version": "7.0.26",
"version": "7.0.27",
"description": "Analytics category of aws-amplify",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand Down Expand Up @@ -103,8 +103,8 @@
"@aws-amplify/core": "^6.0.0"
},
"devDependencies": {
"@aws-amplify/core": "6.0.26",
"@aws-amplify/react-native": "1.0.27",
"@aws-amplify/core": "6.0.27",
"@aws-amplify/react-native": "1.0.28",
"@aws-sdk/types": "3.398.0",
"typescript": "5.0.2"
}
Expand Down
4 changes: 4 additions & 0 deletions packages/api-graphql/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.

## 4.0.27 (2024-04-02)

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

## 4.0.26 (2024-04-01)

**Note:** Version bump only for package @aws-amplify/api-graphql
Expand Down
6 changes: 3 additions & 3 deletions packages/api-graphql/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/api-graphql",
"version": "4.0.26",
"version": "4.0.27",
"description": "Api-graphql category of aws-amplify",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand Down Expand Up @@ -85,8 +85,8 @@
"server"
],
"dependencies": {
"@aws-amplify/api-rest": "4.0.26",
"@aws-amplify/core": "6.0.26",
"@aws-amplify/api-rest": "4.0.27",
"@aws-amplify/core": "6.0.27",
"@aws-amplify/data-schema-types": "^0.7.14",
"@aws-sdk/types": "3.387.0",
"graphql": "15.8.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/api-rest/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.

## 4.0.27 (2024-04-02)

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

## 4.0.26 (2024-04-01)

**Note:** Version bump only for package @aws-amplify/api-rest
Expand Down
6 changes: 3 additions & 3 deletions packages/api-rest/package.json
@@ -1,7 +1,7 @@
{
"name": "@aws-amplify/api-rest",
"private": false,
"version": "4.0.26",
"version": "4.0.27",
"description": "Api-rest category of aws-amplify",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand Down Expand Up @@ -87,8 +87,8 @@
"@aws-amplify/core": "^6.0.0"
},
"devDependencies": {
"@aws-amplify/core": "6.0.26",
"@aws-amplify/react-native": "1.0.27",
"@aws-amplify/core": "6.0.27",
"@aws-amplify/react-native": "1.0.28",
"typescript": "5.0.2"
},
"size-limit": [
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.27 (2024-04-02)

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

## 6.0.26 (2024-04-01)

**Note:** Version bump only for package @aws-amplify/api
Expand Down
6 changes: 3 additions & 3 deletions packages/api/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/api",
"version": "6.0.26",
"version": "6.0.27",
"description": "Api category of aws-amplify",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand Down Expand Up @@ -79,8 +79,8 @@
"server"
],
"dependencies": {
"@aws-amplify/api-graphql": "4.0.26",
"@aws-amplify/api-rest": "4.0.26",
"@aws-amplify/api-graphql": "4.0.27",
"@aws-amplify/api-rest": "4.0.27",
"tslib": "^2.5.0"
}
}
4 changes: 4 additions & 0 deletions packages/auth/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.27 (2024-04-02)

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

## 6.0.26 (2024-04-01)

**Note:** Version bump only for package @aws-amplify/auth
Expand Down
6 changes: 3 additions & 3 deletions packages/auth/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/auth",
"version": "6.0.26",
"version": "6.0.27",
"description": "Auth category of aws-amplify",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand Down Expand Up @@ -97,8 +97,8 @@
"@aws-amplify/core": "^6.0.0"
},
"devDependencies": {
"@aws-amplify/core": "6.0.26",
"@aws-amplify/react-native": "1.0.27",
"@aws-amplify/core": "6.0.27",
"@aws-amplify/react-native": "1.0.28",
"@jest/test-sequencer": "^29.7.0",
"typescript": "5.0.2"
}
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.27 (2024-04-02)

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

## 6.0.26 (2024-04-01)

**Note:** Version bump only for package aws-amplify
Expand Down
16 changes: 8 additions & 8 deletions packages/aws-amplify/package.json
@@ -1,6 +1,6 @@
{
"name": "aws-amplify",
"version": "6.0.26",
"version": "6.0.27",
"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 @@ -276,13 +276,13 @@
"utils"
],
"dependencies": {
"@aws-amplify/analytics": "7.0.26",
"@aws-amplify/api": "6.0.26",
"@aws-amplify/auth": "6.0.26",
"@aws-amplify/core": "6.0.26",
"@aws-amplify/datastore": "5.0.26",
"@aws-amplify/notifications": "2.0.26",
"@aws-amplify/storage": "6.0.26",
"@aws-amplify/analytics": "7.0.27",
"@aws-amplify/api": "6.0.27",
"@aws-amplify/auth": "6.0.27",
"@aws-amplify/core": "6.0.27",
"@aws-amplify/datastore": "5.0.27",
"@aws-amplify/notifications": "2.0.27",
"@aws-amplify/storage": "6.0.27",
"tslib": "^2.5.0"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/core/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.27 (2024-04-02)

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

## 6.0.26 (2024-04-01)

**Note:** Version bump only for package @aws-amplify/core
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/core",
"version": "6.0.26",
"version": "6.0.27",
"description": "Core category of aws-amplify",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand Down Expand Up @@ -60,7 +60,7 @@
"uuid": "^9.0.0"
},
"devDependencies": {
"@aws-amplify/react-native": "1.0.27",
"@aws-amplify/react-native": "1.0.28",
"@types/js-cookie": "3.0.2",
"genversion": "^2.2.0",
"typescript": "5.0.2"
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.27 (2024-04-02)

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

## 2.1.26 (2024-04-01)

**Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
Expand Down
6 changes: 3 additions & 3 deletions packages/datastore-storage-adapter/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/datastore-storage-adapter",
"version": "2.1.26",
"version": "2.1.27",
"description": "SQLite storage adapter for Amplify DataStore ",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand Down Expand Up @@ -35,8 +35,8 @@
"@aws-amplify/core": "^6.0.0"
},
"devDependencies": {
"@aws-amplify/core": "6.0.26",
"@aws-amplify/datastore": "5.0.26",
"@aws-amplify/core": "6.0.27",
"@aws-amplify/datastore": "5.0.27",
"@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.27 (2024-04-02)

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

## 5.0.26 (2024-04-01)

**Note:** Version bump only for package @aws-amplify/datastore
Expand Down
8 changes: 4 additions & 4 deletions packages/datastore/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/datastore",
"version": "5.0.26",
"version": "5.0.27",
"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.26",
"@aws-amplify/api": "6.0.27",
"buffer": "4.9.2",
"idb": "5.0.6",
"immer": "9.0.6",
Expand All @@ -54,8 +54,8 @@
"@aws-amplify/core": "^6.0.0"
},
"devDependencies": {
"@aws-amplify/core": "6.0.26",
"@aws-amplify/react-native": "1.0.27",
"@aws-amplify/core": "6.0.27",
"@aws-amplify/react-native": "1.0.28",
"@types/uuid-validate": "^0.0.1",
"dexie": "3.2.2",
"dexie-export-import": "1.0.3",
Expand Down
4 changes: 4 additions & 0 deletions packages/geo/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.

## 3.0.27 (2024-04-02)

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

## 3.0.26 (2024-04-01)

**Note:** Version bump only for package @aws-amplify/geo
Expand Down
4 changes: 2 additions & 2 deletions packages/geo/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/geo",
"version": "3.0.26",
"version": "3.0.27",
"description": "Geo category for aws-amplify",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand Down Expand Up @@ -76,7 +76,7 @@
"@aws-amplify/core": "^6.0.0"
},
"devDependencies": {
"@aws-amplify/core": "6.0.26",
"@aws-amplify/core": "6.0.27",
"typescript": "5.0.2"
},
"size-limit": [
Expand Down
4 changes: 4 additions & 0 deletions packages/interactions/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.27 (2024-04-02)

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

## 6.0.26 (2024-04-01)

**Note:** Version bump only for package @aws-amplify/interactions
Expand Down
4 changes: 2 additions & 2 deletions packages/interactions/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/interactions",
"version": "6.0.26",
"version": "6.0.27",
"description": "Interactions category of aws-amplify",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand Down Expand Up @@ -81,7 +81,7 @@
"uuid": "^9.0.0"
},
"devDependencies": {
"@aws-amplify/core": "6.0.26",
"@aws-amplify/core": "6.0.27",
"typescript": "^5.0.2"
},
"size-limit": [
Expand Down
4 changes: 4 additions & 0 deletions packages/notifications/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.0.27 (2024-04-02)

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

## 2.0.26 (2024-04-01)

**Note:** Version bump only for package @aws-amplify/notifications
Expand Down

0 comments on commit 39ac7cc

Please sign in to comment.