Skip to content

Commit 096fc62

Browse files
Version Packages (#726)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ee7acf7 commit 096fc62

File tree

6 files changed

+17
-13
lines changed

6 files changed

+17
-13
lines changed

.changeset/few-eels-beam.md

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

.changeset/old-scissors-doubt.md

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

packages/cli/CHANGELOG.md

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

3+
## 0.9.1
4+
5+
### Patch Changes
6+
7+
- 43d09b642: fix: update package.json metadata
8+
- Updated dependencies [f081c223c]
9+
- @aws-amplify/form-generator@0.6.0
10+
311
## 0.9.0
412

513
### Minor Changes

packages/cli/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-cli",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "Command line interface for various Amplify tools",
55
"bin": {
66
"amplify": "lib/amplify.js"
@@ -35,7 +35,7 @@
3535
"@aws-amplify/cli-core": "^0.2.0",
3636
"@aws-amplify/client-config": "^0.4.2",
3737
"@aws-amplify/deployed-backend-client": "^0.3.3",
38-
"@aws-amplify/form-generator": "^0.5.0",
38+
"@aws-amplify/form-generator": "^0.6.0",
3939
"@aws-amplify/model-generator": "^0.2.3",
4040
"@aws-amplify/platform-core": "^0.3.0",
4141
"@aws-amplify/sandbox": "^0.3.5",

packages/form-generator/CHANGELOG.md

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

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- f081c223c: Manually exclude timestamp fields from generated forms
8+
39
## 0.5.0
410

511
### Minor Changes

packages/form-generator/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/form-generator",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"type": "module",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)