Skip to content

Commit 7bffdd5

Browse files
committed
chore(release): Publish [ci skip]
- @aws-amplify/[email protected] - @aws-amplify/[email protected] - [email protected] - @aws-amplify/[email protected]
1 parent 7586332 commit 7bffdd5

File tree

8 files changed

+66
-6
lines changed

8 files changed

+66
-6
lines changed

packages/amplify-codegen-e2e-core/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.4.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2022-09-02)
7+
8+
9+
### Features
10+
11+
* **amplify-codegen:** new codegen command of model intropection ([#476](https://github.com/aws-amplify/amplify-codegen/issues/476)) ([ab991c3](https://github.com/aws-amplify/amplify-codegen/commit/ab991c302eb4fad540422ba2099ac6a15176e2cb))
12+
13+
14+
15+
16+
617
# 1.3.0 (2022-07-19)
718

819

packages/amplify-codegen-e2e-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/amplify-codegen-e2e-core",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "",
55
"repository": {
66
"type": "git",

packages/amplify-codegen-e2e-tests/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.42.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2022-09-02)
7+
8+
9+
### Bug Fixes
10+
11+
* simplify outputDirParam handling ([#483](https://github.com/aws-amplify/amplify-codegen/issues/483)) ([e6f75ca](https://github.com/aws-amplify/amplify-codegen/commit/e6f75cae5521ddb7ceab0766765ba239a8ddb7f1))
12+
13+
14+
### Features
15+
16+
* **amplify-codegen:** new codegen command of model intropection ([#476](https://github.com/aws-amplify/amplify-codegen/issues/476)) ([ab991c3](https://github.com/aws-amplify/amplify-codegen/commit/ab991c302eb4fad540422ba2099ac6a15176e2cb))
17+
18+
19+
20+
21+
622
# 2.41.0 (2022-07-19)
723

824

packages/amplify-codegen-e2e-tests/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/amplify-codegen-e2e-tests",
3-
"version": "2.41.0",
3+
"version": "2.42.0",
44
"description": "",
55
"repository": {
66
"type": "git",
@@ -22,7 +22,7 @@
2222
"clean-e2e-resources": "ts-node ./src/cleanup-e2e-resources.ts"
2323
},
2424
"dependencies": {
25-
"@aws-amplify/amplify-codegen-e2e-core": "1.3.0",
25+
"@aws-amplify/amplify-codegen-e2e-core": "1.4.0",
2626
"aws-amplify": "^4.3.26",
2727
"aws-appsync": "^4.0.3",
2828
"aws-sdk": "^2.845.0",

packages/amplify-codegen/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.1.0](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@3.1.0) (2022-09-02)
7+
8+
9+
### Bug Fixes
10+
11+
* simplify outputDirParam handling ([#483](https://github.com/aws-amplify/amplify-codegen/issues/483)) ([e6f75ca](https://github.com/aws-amplify/amplify-codegen/commit/e6f75cae5521ddb7ceab0766765ba239a8ddb7f1))
12+
* support pre-release version tags for dart version check ([#477](https://github.com/aws-amplify/amplify-codegen/issues/477)) ([cf712a6](https://github.com/aws-amplify/amplify-codegen/commit/cf712a6f562ef89fd3e4eed80fb5ef1986a41ccf))
13+
14+
15+
### Features
16+
17+
* **amplify-codegen:** new codegen command of model intropection ([#476](https://github.com/aws-amplify/amplify-codegen/issues/476)) ([ab991c3](https://github.com/aws-amplify/amplify-codegen/commit/ab991c302eb4fad540422ba2099ac6a15176e2cb))
18+
19+
20+
21+
22+
623
## [3.0.5](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@3.0.5) (2022-08-05)
724

825
**Note:** Version bump only for package amplify-codegen

packages/amplify-codegen/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amplify-codegen",
3-
"version": "3.0.5",
3+
"version": "3.1.0",
44
"description": "amplify code generator",
55
"repository": {
66
"type": "git",
@@ -20,7 +20,7 @@
2020
"test-watch": "jest --watch"
2121
},
2222
"dependencies": {
23-
"@aws-amplify/appsync-modelgen-plugin": "2.0.5",
23+
"@aws-amplify/appsync-modelgen-plugin": "2.1.0",
2424
"@aws-amplify/graphql-docs-generator": "3.0.2",
2525
"@aws-amplify/graphql-types-generator": "3.0.0",
2626
"@graphql-codegen/core": "1.8.3",

packages/appsync-modelgen-plugin/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.1.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2022-09-02)
7+
8+
9+
### Bug Fixes
10+
11+
* simplify outputDirParam handling ([#483](https://github.com/aws-amplify/amplify-codegen/issues/483)) ([e6f75ca](https://github.com/aws-amplify/amplify-codegen/commit/e6f75cae5521ddb7ceab0766765ba239a8ddb7f1))
12+
13+
14+
### Features
15+
16+
* **amplify-codegen:** new codegen command of model intropection ([#476](https://github.com/aws-amplify/amplify-codegen/issues/476)) ([ab991c3](https://github.com/aws-amplify/amplify-codegen/commit/ab991c302eb4fad540422ba2099ac6a15176e2cb))
17+
18+
19+
20+
21+
622
## [2.0.5](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2022-08-05)
723

824

packages/appsync-modelgen-plugin/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/appsync-modelgen-plugin",
3-
"version": "2.0.5",
3+
"version": "2.1.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/aws-amplify/amplify-codegen.git",

0 commit comments

Comments
 (0)