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.28
 - @aws-amplify/api@6.0.28
 - @aws-amplify/api-graphql@4.0.28
 - aws-amplify@6.0.28
 - @aws-amplify/datastore@5.0.28
 - @aws-amplify/datastore-storage-adapter@2.1.28
 - tsc-compliance-test@0.1.28
  • Loading branch information
aws-amplify-bot committed Apr 9, 2024
1 parent 044165e commit 50cbf0c
Show file tree
Hide file tree
Showing 14 changed files with 42 additions and 14 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.28](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/adapter-nextjs@1.0.27...@aws-amplify/adapter-nextjs@1.0.28) (2024-04-09)

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

## 1.0.27 (2024-04-02)

**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.27",
"version": "1.0.28",
"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.27",
"aws-amplify": "6.0.28",
"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/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.28](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-graphql@4.0.27...@aws-amplify/api-graphql@4.0.28) (2024-04-09)

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

## 4.0.27 (2024-04-02)

**Note:** Version bump only for package @aws-amplify/api-graphql
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.27",
"version": "4.0.28",
"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.28](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api@6.0.27...@aws-amplify/api@6.0.28) (2024-04-09)

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

## 6.0.27 (2024-04-02)

**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.27",
"version": "6.0.28",
"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.27",
"@aws-amplify/api-graphql": "4.0.28",
"@aws-amplify/api-rest": "4.0.27",
"tslib": "^2.5.0"
}
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.28](https://github.com/aws-amplify/amplify-js/compare/aws-amplify@6.0.27...aws-amplify@6.0.28) (2024-04-09)

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

## 6.0.27 (2024-04-02)

**Note:** Version bump only for package aws-amplify
Expand Down
6 changes: 3 additions & 3 deletions packages/aws-amplify/package.json
@@ -1,6 +1,6 @@
{
"name": "aws-amplify",
"version": "6.0.27",
"version": "6.0.28",
"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,10 +277,10 @@
],
"dependencies": {
"@aws-amplify/analytics": "7.0.27",
"@aws-amplify/api": "6.0.27",
"@aws-amplify/api": "6.0.28",
"@aws-amplify/auth": "6.0.27",
"@aws-amplify/core": "6.0.27",
"@aws-amplify/datastore": "5.0.27",
"@aws-amplify/datastore": "5.0.28",
"@aws-amplify/notifications": "2.0.27",
"@aws-amplify/storage": "6.0.27",
"tslib": "^2.5.0"
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.28](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@2.1.27...@aws-amplify/datastore-storage-adapter@2.1.28) (2024-04-09)

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

## 2.1.27 (2024-04-02)

**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.27",
"version": "2.1.28",
"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.27",
"@aws-amplify/datastore": "5.0.27",
"@aws-amplify/datastore": "5.0.28",
"@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.28](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@5.0.27...@aws-amplify/datastore@5.0.28) (2024-04-09)

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

## 5.0.27 (2024-04-02)

**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.27",
"version": "5.0.28",
"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.27",
"@aws-amplify/api": "6.0.28",
"buffer": "4.9.2",
"idb": "5.0.6",
"immer": "9.0.6",
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.28](https://github.com/aws-amplify/amplify-js/compare/tsc-compliance-test@0.1.27...tsc-compliance-test@0.1.28) (2024-04-09)

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

## 0.1.27 (2024-04-02)

**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.27",
"version": "0.1.28",
"license": "MIT",
"private": true,
"devDependencies": {
"@types/node": "^16.11.7",
"aws-amplify": "6.0.27",
"aws-amplify": "6.0.28",
"typescript": "4.2.x"
},
"scripts": {
Expand Down

0 comments on commit 50cbf0c

Please sign in to comment.