Skip to content

Commit 929947a

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

File tree

8 files changed

+90
-11
lines changed

8 files changed

+90
-11
lines changed

packages/amplify-codegen/CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,24 @@
22

33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5-
5+
6+
# [3.0.0](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@3.0.0) (2022-04-25)
7+
8+
9+
### chore
10+
11+
* mv bump associated with revert to caret-versioning in CLI ([#412](https://github.com/aws-amplify/amplify-codegen/issues/412)) ([8f00f73](https://github.com/aws-amplify/amplify-codegen/commit/8f00f73a561aebea18009104e95096cc626e7a65))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* no-op to bump major-version
17+
18+
19+
20+
21+
22+
623
## [2.28.1](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@2.28.1) (2022-02-24)
724

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

packages/amplify-codegen/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amplify-codegen",
3-
"version": "2.28.1",
3+
"version": "3.0.0",
44
"description": "amplify code generator",
55
"repository": {
66
"type": "git",
@@ -20,9 +20,9 @@
2020
"test-watch": "jest --watch"
2121
},
2222
"dependencies": {
23-
"@aws-amplify/appsync-modelgen-plugin": "1.32.0",
24-
"@aws-amplify/graphql-docs-generator": "2.4.2",
25-
"@aws-amplify/graphql-types-generator": "2.8.6",
23+
"@aws-amplify/appsync-modelgen-plugin": "2.0.0",
24+
"@aws-amplify/graphql-docs-generator": "3.0.0",
25+
"@aws-amplify/graphql-types-generator": "3.0.0",
2626
"@graphql-codegen/core": "1.8.3",
2727
"chalk": "^3.0.0",
2828
"fs-extra": "^8.1.0",

packages/appsync-modelgen-plugin/CHANGELOG.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,35 @@
22

33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5-
5+
6+
# [2.0.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2022-04-25)
7+
8+
9+
### Bug Fixes
10+
11+
* **appsync-dart-visitor:** update ignored linter rules ([#404](https://github.com/aws-amplify/amplify-codegen/issues/404)) ([7d2fdaf](https://github.com/aws-amplify/amplify-codegen/commit/7d2fdaff6e0512d76ad0efbc19acf67b1b738d23))
12+
* **modelgen-java:** inconsistence of required fields between builder and copy ([#416](https://github.com/aws-amplify/amplify-codegen/issues/416)) ([c434a69](https://github.com/aws-amplify/amplify-codegen/commit/c434a69129eb16f7bb20f7672b2d869f31d8a678))
13+
14+
15+
### chore
16+
17+
* mv bump associated with revert to caret-versioning in CLI ([#412](https://github.com/aws-amplify/amplify-codegen/issues/412)) ([8f00f73](https://github.com/aws-amplify/amplify-codegen/commit/8f00f73a561aebea18009104e95096cc626e7a65))
18+
19+
20+
### Features
21+
22+
* **appsync-modelgen-plugin:** add sort key field in manyToMany models ([#401](https://github.com/aws-amplify/amplify-codegen/issues/401)) ([5716d10](https://github.com/aws-amplify/amplify-codegen/commit/5716d1015c4b1a46c6677b0b028ee19d31bb2a92))
23+
24+
25+
### BREAKING CHANGES
26+
27+
* no-op to bump major-version
28+
29+
30+
31+
32+
33+
634
# [1.32.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2022-02-24)
735

836

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": "1.32.0",
3+
"version": "2.0.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/aws-amplify/amplify-codegen.git",

packages/graphql-docs-generator/CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,24 @@
22

33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5-
5+
6+
# [3.0.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2022-04-25)
7+
8+
9+
### chore
10+
11+
* mv bump associated with revert to caret-versioning in CLI ([#412](https://github.com/aws-amplify/amplify-codegen/issues/412)) ([8f00f73](https://github.com/aws-amplify/amplify-codegen/commit/8f00f73a561aebea18009104e95096cc626e7a65))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* no-op to bump major-version
17+
18+
19+
20+
21+
22+
623
## [2.4.2](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2021-11-09)
724

825

packages/graphql-docs-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/graphql-docs-generator",
3-
"version": "2.4.2",
3+
"version": "3.0.0",
44
"description": "amplify graphql docs generator plugin",
55
"repository": {
66
"type": "git",

packages/graphql-types-generator/CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,24 @@
22

33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5-
5+
6+
# [3.0.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2022-04-25)
7+
8+
9+
### chore
10+
11+
* mv bump associated with revert to caret-versioning in CLI ([#412](https://github.com/aws-amplify/amplify-codegen/issues/412)) ([8f00f73](https://github.com/aws-amplify/amplify-codegen/commit/8f00f73a561aebea18009104e95096cc626e7a65))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* no-op to bump major-version
17+
18+
19+
20+
21+
22+
623
## [2.8.6](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2021-11-17)
724

825
**Note:** Version bump only for package @aws-amplify/graphql-types-generator

packages/graphql-types-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/graphql-types-generator",
3-
"version": "2.8.6",
3+
"version": "3.0.0",
44
"description": "Generate API code or type annotations based on a GraphQL schema and statements",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)