Skip to content

Commit deba3a0

Browse files
Version Packages
1 parent 3726005 commit deba3a0

File tree

7 files changed

+24
-11
lines changed

7 files changed

+24
-11
lines changed

.changeset/brave-boxes-count.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/backend-deployer/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @aws-amplify/backend-deployer
22

3+
## 2.1.3
4+
5+
### Patch Changes
6+
7+
- 3726005: update aws-cdk/toolkit to latest GA version
8+
- Updated dependencies [3726005]
9+
- @aws-amplify/plugin-types@1.11.0
10+
311
## 2.1.2
412

513
### Patch Changes

packages/backend-deployer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/backend-deployer",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
44
"type": "module",
55
"publishConfig": {
66
"access": "public"
@@ -20,7 +20,7 @@
2020
"license": "Apache-2.0",
2121
"dependencies": {
2222
"@aws-amplify/platform-core": "^1.10.0",
23-
"@aws-amplify/plugin-types": "^1.10.1",
23+
"@aws-amplify/plugin-types": "^1.11.0",
2424
"execa": "^9.5.1",
2525
"tsx": "4.19.4",
2626
"strip-ansi": "^7.1.0",

packages/cli-core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @aws-amplify/cli-core
22

3+
## 2.2.1
4+
5+
### Patch Changes
6+
7+
- 3726005: update aws-cdk/toolkit to latest GA version
8+
39
## 2.2.0
410

511
### Minor Changes

packages/cli-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/cli-core",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"type": "module",
55
"publishConfig": {
66
"access": "public"

packages/plugin-types/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @aws-amplify/plugin-types
22

3+
## 1.11.0
4+
5+
### Minor Changes
6+
7+
- 3726005: update aws-cdk/toolkit to latest GA version
8+
39
## 1.10.1
410

511
### Patch Changes

packages/plugin-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/plugin-types",
3-
"version": "1.10.1",
3+
"version": "1.11.0",
44
"types": "lib/index.d.ts",
55
"type": "commonjs",
66
"publishConfig": {

0 commit comments

Comments
 (0)