Skip to content

Commit

Permalink
Version Packages (alpha) (#504)
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 Oct 26, 2023
1 parent 7141c18 commit 7c9d3ca
Show file tree
Hide file tree
Showing 29 changed files with 153 additions and 41 deletions.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"calm-fans-tie",
"chatty-horses-fry",
"chatty-monkeys-relax",
"chilled-maps-own",
"chilly-melons-wonder",
"chilly-tables-pump",
"clean-horses-vanish",
Expand Down Expand Up @@ -122,6 +123,7 @@
"pretty-donkeys-film",
"pretty-phones-burn",
"proud-clouds-notice",
"proud-hairs-smash",
"quick-turkeys-kneel",
"rare-cars-own",
"red-baboons-carry",
Expand All @@ -140,6 +142,7 @@
"soft-wombats-crash",
"sour-nails-clean",
"sour-rockets-care",
"spotty-mugs-shout",
"stale-steaks-hope",
"strange-cheetahs-drive",
"stupid-games-deliver",
Expand Down
9 changes: 9 additions & 0 deletions packages/auth-construct/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @aws-amplify/auth-construct-alpha

## 0.2.0-alpha.17

### Patch Changes

- 8f99476e: chore: upgrade aws-cdk to 2.103.0
- Updated dependencies [8f99476e]
- @aws-amplify/backend-output-storage@0.2.0-alpha.5
- @aws-amplify/plugin-types@0.2.0-alpha.11

## 0.2.0-alpha.16

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/auth-construct/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/auth-construct-alpha",
"version": "0.2.0-alpha.16",
"version": "0.2.0-alpha.17",
"type": "commonjs",
"publishConfig": {
"access": "public"
Expand All @@ -19,8 +19,8 @@
"license": "Apache-2.0",
"dependencies": {
"@aws-amplify/backend-output-schemas": "^0.2.0-alpha.7",
"@aws-amplify/backend-output-storage": "^0.2.0-alpha.4",
"@aws-amplify/plugin-types": "^0.2.0-alpha.10"
"@aws-amplify/backend-output-storage": "^0.2.0-alpha.5",
"@aws-amplify/plugin-types": "^0.2.0-alpha.11"
},
"peerDependencies": {
"aws-cdk-lib": "^2.103.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/backend-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @aws-amplify/backend-auth

## 0.2.0-alpha.14

### Patch Changes

- 8f99476e: chore: upgrade aws-cdk to 2.103.0
- Updated dependencies [8f99476e]
- @aws-amplify/backend-output-storage@0.2.0-alpha.5
- @aws-amplify/auth-construct-alpha@0.2.0-alpha.17
- @aws-amplify/plugin-types@0.2.0-alpha.11

## 0.2.0-alpha.13

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/backend-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/backend-auth",
"version": "0.2.0-alpha.13",
"version": "0.2.0-alpha.14",
"type": "module",
"publishConfig": {
"access": "public"
Expand All @@ -18,12 +18,12 @@
},
"license": "Apache-2.0",
"dependencies": {
"@aws-amplify/auth-construct-alpha": "^0.2.0-alpha.16",
"@aws-amplify/backend-output-storage": "0.2.0-alpha.4",
"@aws-amplify/plugin-types": "^0.2.0-alpha.10"
"@aws-amplify/auth-construct-alpha": "^0.2.0-alpha.17",
"@aws-amplify/backend-output-storage": "0.2.0-alpha.5",
"@aws-amplify/plugin-types": "^0.2.0-alpha.11"
},
"devDependencies": {
"@aws-amplify/backend": "^0.2.0-alpha.10"
"@aws-amplify/backend": "^0.2.0-alpha.11"
},
"peerDependencies": {
"aws-cdk-lib": "^2.103.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/backend-deployer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @aws-amplify/backend-deployer

## 0.2.0-alpha.11

### Patch Changes

- 8f99476e: chore: upgrade aws-cdk to 2.103.0
- 991403ec: use modern tsc features at compilation
- Updated dependencies [8f99476e]
- @aws-amplify/plugin-types@0.2.0-alpha.11

## 0.2.0-alpha.10

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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": "0.2.0-alpha.10",
"version": "0.2.0-alpha.11",
"type": "module",
"publishConfig": {
"access": "public"
Expand All @@ -19,7 +19,7 @@
"license": "Apache-2.0",
"dependencies": {
"@aws-amplify/platform-core": "^0.1.1-alpha.3",
"@aws-amplify/plugin-types": "^0.2.0-alpha.9",
"@aws-amplify/plugin-types": "^0.2.0-alpha.11",
"execa": "^7.2.0",
"tsx": "^3.12.6"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/backend-function/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @aws-amplify/backend-function

## 0.1.1-alpha.10

### Patch Changes

- 8f99476e: chore: upgrade aws-cdk to 2.103.0
- Updated dependencies [8f99476e]
- @aws-amplify/backend-output-storage@0.2.0-alpha.5
- @aws-amplify/function-construct-alpha@0.1.1-alpha.6
- @aws-amplify/plugin-types@0.2.0-alpha.11

## 0.1.1-alpha.9

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/backend-function/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/backend-function",
"version": "0.1.1-alpha.9",
"version": "0.1.1-alpha.10",
"type": "module",
"publishConfig": {
"access": "public"
Expand All @@ -18,13 +18,13 @@
},
"license": "Apache-2.0",
"dependencies": {
"@aws-amplify/backend-output-storage": "0.2.0-alpha.4",
"@aws-amplify/function-construct-alpha": "^0.1.1-alpha.5",
"@aws-amplify/plugin-types": "^0.2.0-alpha.10",
"@aws-amplify/backend-output-storage": "0.2.0-alpha.5",
"@aws-amplify/function-construct-alpha": "^0.1.1-alpha.6",
"@aws-amplify/plugin-types": "^0.2.0-alpha.11",
"execa": "^7.1.1"
},
"devDependencies": {
"@aws-amplify/backend": "^0.2.0-alpha.10"
"@aws-amplify/backend": "^0.2.0-alpha.11"
},
"peerDependencies": {
"aws-cdk-lib": "^2.103.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/backend-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @aws-amplify/backend-graphql

## 0.2.0-alpha.12

### Patch Changes

- 8f99476e: chore: upgrade aws-cdk to 2.103.0
- Updated dependencies [8f99476e]
- @aws-amplify/backend-output-storage@0.2.0-alpha.5
- @aws-amplify/plugin-types@0.2.0-alpha.11

## 0.2.0-alpha.11

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/backend-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/backend-graphql",
"version": "0.2.0-alpha.11",
"version": "0.2.0-alpha.12",
"type": "module",
"publishConfig": {
"access": "public"
Expand All @@ -18,17 +18,17 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-amplify/backend": "^0.2.0-alpha.10"
"@aws-amplify/backend": "^0.2.0-alpha.11"
},
"peerDependencies": {
"aws-cdk-lib": "^2.103.0",
"constructs": "^10.0.0"
},
"dependencies": {
"@aws-amplify/backend-output-storage": "0.2.0-alpha.4",
"@aws-amplify/backend-output-storage": "0.2.0-alpha.5",
"@aws-amplify/backend-output-schemas": "^0.2.0-alpha.7",
"@aws-amplify/graphql-api-construct": "^1.1.4",
"@aws-amplify/plugin-types": "^0.2.0-alpha.10",
"@aws-amplify/plugin-types": "^0.2.0-alpha.11",
"@aws-amplify/amplify-api-next-types-alpha": "^0.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/backend-output-schemas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-amplify/plugin-types": "0.2.0-alpha.10"
"@aws-amplify/plugin-types": "0.2.0-alpha.11"
},
"peerDependencies": {
"zod": "^3.21.4"
Expand Down
6 changes: 6 additions & 0 deletions packages/backend-output-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @aws-amplify/backend-output-storage

## 0.2.0-alpha.5

### Patch Changes

- 8f99476e: chore: upgrade aws-cdk to 2.103.0

## 0.2.0-alpha.4

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/backend-output-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/backend-output-storage",
"version": "0.2.0-alpha.4",
"version": "0.2.0-alpha.5",
"type": "commonjs",
"publishConfig": {
"access": "public"
Expand Down
10 changes: 10 additions & 0 deletions packages/backend-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @aws-amplify/backend-storage

## 0.2.0-alpha.9

### Patch Changes

- 8f99476e: chore: upgrade aws-cdk to 2.103.0
- Updated dependencies [8f99476e]
- @aws-amplify/backend-output-storage@0.2.0-alpha.5
- @aws-amplify/storage-construct-alpha@0.1.1-alpha.10
- @aws-amplify/plugin-types@0.2.0-alpha.11

## 0.2.0-alpha.8

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/backend-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/backend-storage",
"version": "0.2.0-alpha.8",
"version": "0.2.0-alpha.9",
"type": "module",
"publishConfig": {
"access": "public"
Expand All @@ -18,12 +18,12 @@
},
"license": "Apache-2.0",
"dependencies": {
"@aws-amplify/backend-output-storage": "^0.2.0-alpha.4",
"@aws-amplify/storage-construct-alpha": "^0.1.1-alpha.9",
"@aws-amplify/plugin-types": "^0.2.0-alpha.10"
"@aws-amplify/backend-output-storage": "^0.2.0-alpha.5",
"@aws-amplify/storage-construct-alpha": "^0.1.1-alpha.10",
"@aws-amplify/plugin-types": "^0.2.0-alpha.11"
},
"devDependencies": {
"@aws-amplify/backend": "^0.2.0-alpha.10"
"@aws-amplify/backend": "^0.2.0-alpha.11"
},
"peerDependencies": {
"aws-cdk-lib": "^2.103.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @aws-amplify/backend

## 0.2.0-alpha.11

### Patch Changes

- 8f99476e: chore: upgrade aws-cdk to 2.103.0
- Updated dependencies [8f99476e]
- @aws-amplify/backend-output-storage@0.2.0-alpha.5
- @aws-amplify/plugin-types@0.2.0-alpha.11

## 0.2.0-alpha.10

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/backend",
"version": "0.2.0-alpha.10",
"version": "0.2.0-alpha.11",
"type": "module",
"publishConfig": {
"access": "public"
Expand All @@ -24,10 +24,10 @@
"license": "Apache-2.0",
"dependencies": {
"@aws-amplify/backend-output-schemas": "^0.2.0-alpha.7",
"@aws-amplify/backend-output-storage": "^0.2.0-alpha.4",
"@aws-amplify/backend-output-storage": "^0.2.0-alpha.5",
"@aws-amplify/backend-secret": "^0.2.0-alpha.5",
"@aws-amplify/platform-core": "^0.1.1-alpha.3",
"@aws-amplify/plugin-types": "^0.2.0-alpha.10"
"@aws-amplify/plugin-types": "^0.2.0-alpha.11"
},
"peerDependencies": {
"aws-cdk-lib": "~2.103.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @aws-amplify/backend-cli

## 0.2.0-alpha.14

### Patch Changes

- 7141c188: chore: validate that the profile can vend credentials before moving on
- Updated dependencies [8f99476e]
- @aws-amplify/sandbox@0.2.0-alpha.18

## 0.2.0-alpha.13

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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": "0.2.0-alpha.13",
"version": "0.2.0-alpha.14",
"description": "Command line interface for various Amplify tools",
"bin": {
"amplify": "lib/amplify.js"
Expand Down Expand Up @@ -35,7 +35,7 @@
"@aws-amplify/form-generator": "^0.2.0-alpha.4",
"@aws-amplify/model-generator": "^0.2.0-alpha.6",
"@aws-amplify/platform-core": "^0.1.1-alpha.3",
"@aws-amplify/sandbox": "^0.2.0-alpha.17",
"@aws-amplify/sandbox": "^0.2.0-alpha.18",
"@aws-sdk/credential-provider-ini": "^3.360.0",
"@aws-sdk/credential-providers": "^3.360.0",
"execa": "^7.2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/function-construct/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @aws-amplify/function-construct-alpha

## 0.1.1-alpha.6

### Patch Changes

- 8f99476e: chore: upgrade aws-cdk to 2.103.0

## 0.1.1-alpha.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/function-construct/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/function-construct-alpha",
"version": "0.1.1-alpha.5",
"version": "0.1.1-alpha.6",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"version": "0.2.0-alpha.9",
"type": "module",
"devDependencies": {
"@aws-amplify/backend": "0.2.0-alpha.10",
"@aws-amplify/backend-auth": "0.2.0-alpha.13",
"@aws-amplify/backend-storage": "0.2.0-alpha.8",
"@aws-amplify/backend": "0.2.0-alpha.11",
"@aws-amplify/backend-auth": "0.2.0-alpha.14",
"@aws-amplify/backend-storage": "0.2.0-alpha.9",
"@aws-amplify/amplify-api-next-alpha": "^0.3.2",
"@aws-sdk/client-cloudformation": "^3.421.0",
"execa": "^8.0.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @aws-amplify/plugin-types

## 0.2.0-alpha.11

### Patch Changes

- 8f99476e: chore: upgrade aws-cdk to 2.103.0

## 0.2.0-alpha.10

### Minor Changes
Expand Down
Loading

0 comments on commit 7c9d3ca

Please sign in to comment.