Skip to content

Commit

Permalink
chore(release): v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alharris-at committed Nov 18, 2021
1 parent b726682 commit e23b818
Show file tree
Hide file tree
Showing 11 changed files with 58 additions and 13 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.11.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v0.10.1...v0.11.0) (2021-11-18)


### Bug Fixes

* fix it ([39fca33](https://github.com/aws-amplify/amplify-codegen-ui/commit/39fca3317be3529b6bcef408727cd2ccb71c0c79))
* fixing typescript version to 4.4.x, since 4.5.2 breaks the imports ([25c2dc9](https://github.com/aws-amplify/amplify-codegen-ui/commit/25c2dc970fab06abf7554d7ff69de4b12f65abd0))





## [0.10.1](https://github.com/aws-amplify/amplify-codegen-ui/compare/v0.10.0...v0.10.1) (2021-11-17)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/*"
],
"exact": true,
"version": "0.10.1",
"version": "0.11.0",
"command": {
"version": {
"message": "chore(release): %s"
Expand Down
11 changes: 11 additions & 0 deletions packages/codegen-ui-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.11.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v0.10.1...v0.11.0) (2021-11-18)


### Bug Fixes

* fixing typescript version to 4.4.x, since 4.5.2 breaks the imports ([25c2dc9](https://github.com/aws-amplify/amplify-codegen-ui/commit/25c2dc970fab06abf7554d7ff69de4b12f65abd0))





## [0.10.1](https://github.com/aws-amplify/amplify-codegen-ui/compare/v0.10.0...v0.10.1) (2021-11-17)


Expand Down
4 changes: 2 additions & 2 deletions packages/codegen-ui-react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/codegen-ui-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/codegen-ui-react",
"version": "0.10.1",
"version": "0.11.0",
"description": "Amplify UI React code generation implementation",
"author": "Amazon Web Services",
"repository": "https://github.com/aws-amplify/amplify-codegen-ui.git",
Expand All @@ -21,7 +21,7 @@
"@types/react": "^17.0.4"
},
"dependencies": {
"@aws-amplify/codegen-ui": "0.10.1",
"@aws-amplify/codegen-ui": "0.11.0",
"@types/temp": "^0.9.1",
"prettier": "2.3.2",
"temp": "^0.9.4",
Expand Down
11 changes: 11 additions & 0 deletions packages/codegen-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.11.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v0.10.1...v0.11.0) (2021-11-18)


### Bug Fixes

* fixing typescript version to 4.4.x, since 4.5.2 breaks the imports ([25c2dc9](https://github.com/aws-amplify/amplify-codegen-ui/commit/25c2dc970fab06abf7554d7ff69de4b12f65abd0))





## [0.10.1](https://github.com/aws-amplify/amplify-codegen-ui/compare/v0.10.0...v0.10.1) (2021-11-17)


Expand Down
4 changes: 2 additions & 2 deletions packages/codegen-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/codegen-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/codegen-ui",
"version": "0.10.1",
"version": "0.11.0",
"description": "generic component code generation interface definitions",
"author": "Amazon Web Services",
"homepage": "https://docs.amplify.aws/",
Expand Down
11 changes: 11 additions & 0 deletions packages/test-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.11.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v0.10.1...v0.11.0) (2021-11-18)


### Bug Fixes

* fixing typescript version to 4.4.x, since 4.5.2 breaks the imports ([25c2dc9](https://github.com/aws-amplify/amplify-codegen-ui/commit/25c2dc970fab06abf7554d7ff69de4b12f65abd0))





## [0.10.1](https://github.com/aws-amplify/amplify-codegen-ui/compare/v0.10.0...v0.10.1) (2021-11-17)

**Note:** Version bump only for package @aws-amplify/codegen-ui-test-generator
Expand Down
4 changes: 2 additions & 2 deletions packages/test-generator/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/test-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/codegen-ui-test-generator",
"version": "0.10.1",
"version": "0.11.0",
"description": "Test generator with sample JSON files",
"author": "Amazon Web Services",
"repository": "https://github.com/aws-amplify/amplify-codegen-ui.git",
Expand All @@ -22,8 +22,8 @@
"lib"
],
"dependencies": {
"@aws-amplify/codegen-ui": "0.10.1",
"@aws-amplify/codegen-ui-react": "0.10.1",
"@aws-amplify/codegen-ui": "0.11.0",
"@aws-amplify/codegen-ui-react": "0.11.0",
"@types/node": "^15.12.1",
"loglevel": "^1.7.1",
"typescript": "^4.2.4"
Expand Down

0 comments on commit e23b818

Please sign in to comment.