Skip to content

Commit

Permalink
Version Packages (#1744)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 15, 2024
1 parent 157175a commit 6295919
Show file tree
Hide file tree
Showing 12 changed files with 39 additions and 26 deletions.
7 changes: 0 additions & 7 deletions .changeset/empty-cameras-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-ghosts-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-teachers-fold.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/real-ghosts-dance.md

This file was deleted.

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

## 1.1.6

### Patch Changes

- 157175a: Fix a case where domain is not included in outputs if name property is specified

## 1.1.5

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

## 1.1.1

### Patch Changes

- 44ca7d7: refactor top level cli error handling
- Updated dependencies [44ca7d7]
- Updated dependencies [ca92f23]
- @aws-amplify/platform-core@1.0.2
- @aws-amplify/sandbox@1.0.6

## 1.1.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/backend-cli",
"version": "1.1.0",
"version": "1.1.1",
"description": "Command line interface for various Amplify tools",
"bin": {
"ampx": "lib/ampx.js",
Expand Down Expand Up @@ -38,8 +38,8 @@
"@aws-amplify/deployed-backend-client": "^1.0.1",
"@aws-amplify/form-generator": "^1.0.0",
"@aws-amplify/model-generator": "^1.0.1",
"@aws-amplify/platform-core": "^1.0.1",
"@aws-amplify/sandbox": "^1.0.5",
"@aws-amplify/platform-core": "^1.0.2",
"@aws-amplify/sandbox": "^1.0.6",
"@aws-amplify/schema-generator": "^1.1.0",
"@aws-sdk/client-amplify": "^3.465.0",
"@aws-sdk/client-cloudformation": "^3.465.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/platform-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @aws-amplify/platform-core

## 1.0.2

### Patch Changes

- 44ca7d7: refactor top level cli error handling
- ca92f23: wrap yargs validation errors in AmplifyUserError

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/platform-core",
"version": "1.0.1",
"version": "1.0.2",
"type": "commonjs",
"publishConfig": {
"access": "public"
Expand Down
9 changes: 9 additions & 0 deletions packages/sandbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @aws-amplify/sandbox

## 1.0.6

### Patch Changes

- 44ca7d7: refactor top level cli error handling
- Updated dependencies [44ca7d7]
- Updated dependencies [ca92f23]
- @aws-amplify/platform-core@1.0.2

## 1.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/sandbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/sandbox",
"version": "1.0.5",
"version": "1.0.6",
"type": "module",
"publishConfig": {
"access": "public"
Expand All @@ -23,7 +23,7 @@
"@aws-amplify/cli-core": "^1.0.0",
"@aws-amplify/client-config": "^1.0.5",
"@aws-amplify/deployed-backend-client": "^1.0.2",
"@aws-amplify/platform-core": "^1.0.1",
"@aws-amplify/platform-core": "^1.0.2",
"@aws-sdk/client-cloudformation": "^3.465.0",
"@aws-sdk/credential-providers": "^3.465.0",
"@aws-sdk/client-ssm": "^3.465.0",
Expand Down

0 comments on commit 6295919

Please sign in to comment.