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

Version Packages #2527

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/gold-crabs-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-pens-walk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-steaks-repair.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-pants-smash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-sheep-double.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/ai-constructs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @aws-amplify/ai-constructs

## 1.2.4

### Patch Changes

- 7d1415e: Adapt unit test to handle new cdk release

## 1.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ai-constructs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/ai-constructs",
"version": "1.2.3",
"version": "1.2.4",
"type": "commonjs",
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions packages/backend-deployer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @aws-amplify/backend-deployer

## 1.1.18

### Patch Changes

- 920f128: updated mapping with schema errors from toolkit

## 1.1.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/backend-deployer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/backend-deployer",
"version": "1.1.17",
"version": "1.1.18",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down
11 changes: 11 additions & 0 deletions packages/cli-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @aws-amplify/cli-core

## 1.3.0

### Minor Changes

- 7348f29: Refactor printer to use ora and add two new APIs

### Patch Changes

- cdb5156: Bumps [@inquirer/prompts](https://github.com/SBoudrias/Inquirer.js) from 3.3.2 to 7.3.2.
- f6171a2: update start spinner api to accept the id instead of generating a new

## 1.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/cli-core",
"version": "1.2.4",
"version": "1.3.0",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down
10 changes: 10 additions & 0 deletions packages/create-amplify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# create-amplify

## 1.0.10

### Patch Changes

- 7348f29: Refactor printer to use ora and add two new APIs
- Updated dependencies [cdb5156]
- Updated dependencies [7348f29]
- Updated dependencies [f6171a2]
- @aws-amplify/[email protected]

## 1.0.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/create-amplify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-amplify",
"version": "1.0.9",
"version": "1.0.10",
"type": "module",
"main": "lib/index.js",
"publishConfig": {
Expand All @@ -17,7 +17,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@aws-amplify/cli-core": "^1.2.3",
"@aws-amplify/cli-core": "^1.3.0",
"@aws-amplify/platform-core": "^1.6.0",
"@aws-amplify/plugin-types": "^1.8.0",
"execa": "^9.5.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/deployed-backend-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @aws-amplify/deployed-backend-client

## 1.5.1

### Patch Changes

- 5700572: correctly handle non backend outputs from stack metadata

## 1.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/deployed-backend-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/deployed-backend-client",
"version": "1.5.0",
"version": "1.5.1",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down