Skip to content

Commit 8250e8e

Browse files
Version Packages (#784)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 54c5329 commit 8250e8e

File tree

6 files changed

+16
-10
lines changed

6 files changed

+16
-10
lines changed

.changeset/orange-scissors-burn.md

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

.changeset/red-berries-promise.md

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

packages/backend-deployer/CHANGELOG.md

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

3+
## 0.4.1
4+
5+
### Patch Changes
6+
7+
- 54c5329c9: Update tsx version
8+
39
## 0.4.0
410

511
### Minor Changes

packages/backend-deployer/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/backend-deployer",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"type": "module",
55
"publishConfig": {
66
"access": "public"

packages/sandbox/CHANGELOG.md

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

3+
## 0.3.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [54c5329c9]
8+
- @aws-amplify/backend-deployer@0.4.1
9+
310
## 0.3.7
411

512
### Patch Changes

packages/sandbox/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/sandbox",
3-
"version": "0.3.7",
3+
"version": "0.3.8",
44
"type": "module",
55
"publishConfig": {
66
"access": "public"
@@ -18,7 +18,7 @@
1818
},
1919
"license": "Apache-2.0",
2020
"dependencies": {
21-
"@aws-amplify/backend-deployer": "0.4.0",
21+
"@aws-amplify/backend-deployer": "0.4.1",
2222
"@aws-amplify/backend-secret": "^0.3.2",
2323
"@aws-amplify/cli-core": "^0.2.0",
2424
"@aws-amplify/client-config": "0.4.2",

0 commit comments

Comments
 (0)