Skip to content

Commit 522fb23

Browse files
committed
chore(release): Publish [ci skip]
- @aws-amplify/[email protected] - @aws-amplify/[email protected] - [email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected]
1 parent f967ba0 commit 522fb23

File tree

10 files changed

+170
-8
lines changed

10 files changed

+170
-8
lines changed

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

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,69 @@
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.3.0 (2022-07-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **e2e:** api add walkthrough question ([#305](https://github.com/aws-amplify/amplify-codegen/issues/305)) ([d1e4fe3](https://github.com/aws-amplify/amplify-codegen/commit/d1e4fe33f27196ddbd69fe06bab1a4c0cf6e6900))
12+
* **e2e:** use cli internal for e2e ([#444](https://github.com/aws-amplify/amplify-codegen/issues/444)) ([2d4e993](https://github.com/aws-amplify/amplify-codegen/commit/2d4e993bc399f3e89ae54b87af647502fb44b91f))
13+
* repo dev dependencies of cli components ([#304](https://github.com/aws-amplify/amplify-codegen/issues/304)) ([e4a7456](https://github.com/aws-amplify/amplify-codegen/commit/e4a745660552b643adfedc91481e4f5798778edc))
14+
* updating occurrences of amplify publish in e2e-core as well ([d9e221d](https://github.com/aws-amplify/amplify-codegen/commit/d9e221d17ec53ea21513aa2e09eb45b4e5f66bc3))
15+
16+
17+
18+
## 2.26.15 (2021-11-12)
19+
20+
21+
### Bug Fixes
22+
23+
* **amplify-codegen-e2e-core:** API walkthrough changes ([1f125ac](https://github.com/aws-amplify/amplify-codegen/commit/1f125ac4bf3ba64d6f374221c417e7e6e40f6898))
24+
* **amplify-codegen-e2e-core:** minor add api walkthrough fix ([cee10f9](https://github.com/aws-amplify/amplify-codegen/commit/cee10f968dec6b7a155682b750464195f1281faf))
25+
* **amplify-codegen-e2e-tests:** modelgen test fixes ([0a95ec8](https://github.com/aws-amplify/amplify-codegen/commit/0a95ec88c0df0bd801c3c742c3315323c7b0bb8c))
26+
27+
28+
29+
## 2.26.6 (2021-09-29)
30+
31+
32+
### Bug Fixes
33+
34+
* **e2e:** build error ([6d31ac5](https://github.com/aws-amplify/amplify-codegen/commit/6d31ac57acb28ec1706de48c8206cfc39cbe5e0d))
35+
* **e2e:** fix export regions ([#244](https://github.com/aws-amplify/amplify-codegen/issues/244)) ([105d06b](https://github.com/aws-amplify/amplify-codegen/commit/105d06bc147d026a3d2fc1772002c00330d28f48))
36+
* **e2e:** update amplify configure region ([d717041](https://github.com/aws-amplify/amplify-codegen/commit/d71704122a62f584963663db89de932f06115af9))
37+
38+
39+
40+
## 2.26.4 (2021-08-27)
41+
42+
43+
### Bug Fixes
44+
45+
* **amplify-codegen-e2e-core:** remove pull status table checks ([e70a079](https://github.com/aws-amplify/amplify-codegen/commit/e70a079fecf3baf058c8e86327e743660d80b439))
46+
47+
48+
49+
## 2.26.2 (2021-07-28)
50+
51+
52+
### Bug Fixes
53+
54+
* E2e testing ([#206](https://github.com/aws-amplify/amplify-codegen/issues/206)) ([bc13041](https://github.com/aws-amplify/amplify-codegen/commit/bc130412e3b65c9c44a17360d933f2b50f5e9974))
55+
56+
57+
58+
# 2.25.0 (2021-05-25)
59+
60+
61+
### Features
62+
63+
* add E2e testing ([#169](https://github.com/aws-amplify/amplify-codegen/issues/169)) ([19e17df](https://github.com/aws-amplify/amplify-codegen/commit/19e17df3c04bf5c18341efa1a53a5ecf4a7cc42e)), closes [#151](https://github.com/aws-amplify/amplify-codegen/issues/151) [#156](https://github.com/aws-amplify/amplify-codegen/issues/156) [#157](https://github.com/aws-amplify/amplify-codegen/issues/157) [#163](https://github.com/aws-amplify/amplify-codegen/issues/163)
64+
65+
66+
67+
68+
669
# 1.2.0 (2022-07-05)
770

871

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.2.0",
3+
"version": "1.3.0",
44
"description": "",
55
"repository": {
66
"type": "git",

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

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,78 @@
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.41.0 (2022-07-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **e2e:** use cli internal for e2e ([#444](https://github.com/aws-amplify/amplify-codegen/issues/444)) ([2d4e993](https://github.com/aws-amplify/amplify-codegen/commit/2d4e993bc399f3e89ae54b87af647502fb44b91f))
12+
* repo dev dependencies of cli components ([#304](https://github.com/aws-amplify/amplify-codegen/issues/304)) ([e4a7456](https://github.com/aws-amplify/amplify-codegen/commit/e4a745660552b643adfedc91481e4f5798778edc))
13+
* update expected messages per change to CLI https://github.com/aws-amplify/amplify-cli/pull/8573 ([7f4bf48](https://github.com/aws-amplify/amplify-codegen/commit/7f4bf48cae98241467a3191e62315ce0e8213a2a))
14+
15+
16+
### Reverts
17+
18+
* Revert "build: update packages (#325)" (#343) ([694856a](https://github.com/aws-amplify/amplify-codegen/commit/694856a38513aacfa071a02090de8fdc7fc9a1fd)), closes [#325](https://github.com/aws-amplify/amplify-codegen/issues/325) [#343](https://github.com/aws-amplify/amplify-codegen/issues/343)
19+
20+
21+
22+
## 2.26.15 (2021-11-12)
23+
24+
25+
### Bug Fixes
26+
27+
* **amplify-codegen-e2e-core:** API walkthrough changes ([1f125ac](https://github.com/aws-amplify/amplify-codegen/commit/1f125ac4bf3ba64d6f374221c417e7e6e40f6898))
28+
* **amplify-codegen-e2e-tests:** fix env codegen tests ([f72a9b7](https://github.com/aws-amplify/amplify-codegen/commit/f72a9b758c5cf14df5f4a3e052f94a0735fc7250))
29+
* **amplify-codegen-e2e-tests:** modelgen test fixes ([0a95ec8](https://github.com/aws-amplify/amplify-codegen/commit/0a95ec88c0df0bd801c3c742c3315323c7b0bb8c))
30+
31+
32+
33+
## 2.26.6 (2021-09-29)
34+
35+
36+
37+
## 2.26.4 (2021-08-27)
38+
39+
40+
41+
## 2.26.2 (2021-07-28)
42+
43+
44+
### Bug Fixes
45+
46+
* E2e testing ([#206](https://github.com/aws-amplify/amplify-codegen/issues/206)) ([bc13041](https://github.com/aws-amplify/amplify-codegen/commit/bc130412e3b65c9c44a17360d933f2b50f5e9974))
47+
48+
49+
50+
## 2.26.1 (2021-07-12)
51+
52+
53+
54+
# 2.26.0 (2021-06-30)
55+
56+
57+
### Features
58+
59+
* **codegen:** iOS index directive support ([#174](https://github.com/aws-amplify/amplify-codegen/issues/174)) ([abb966c](https://github.com/aws-amplify/amplify-codegen/commit/abb966c647b08537564f85314a4266a5cbe33ffd))
60+
61+
62+
63+
## 2.25.1 (2021-06-02)
64+
65+
66+
67+
# 2.25.0 (2021-05-25)
68+
69+
70+
### Features
71+
72+
* add E2e testing ([#169](https://github.com/aws-amplify/amplify-codegen/issues/169)) ([19e17df](https://github.com/aws-amplify/amplify-codegen/commit/19e17df3c04bf5c18341efa1a53a5ecf4a7cc42e)), closes [#151](https://github.com/aws-amplify/amplify-codegen/issues/151) [#156](https://github.com/aws-amplify/amplify-codegen/issues/156) [#157](https://github.com/aws-amplify/amplify-codegen/issues/157) [#163](https://github.com/aws-amplify/amplify-codegen/issues/163)
73+
74+
75+
76+
77+
678
# 2.40.0 (2022-07-05)
779

880

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.40.0",
3+
"version": "2.41.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.2.0",
25+
"@aws-amplify/amplify-codegen-e2e-core": "1.3.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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.0.2](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@3.0.2) (2022-07-19)
7+
8+
**Note:** Version bump only for package amplify-codegen
9+
10+
11+
12+
13+
614
## [3.0.1](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@3.0.1) (2022-07-05)
715

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

packages/amplify-codegen/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amplify-codegen",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "amplify code generator",
55
"repository": {
66
"type": "git",
@@ -20,8 +20,8 @@
2020
"test-watch": "jest --watch"
2121
},
2222
"dependencies": {
23-
"@aws-amplify/appsync-modelgen-plugin": "2.0.1",
24-
"@aws-amplify/graphql-docs-generator": "3.0.1",
23+
"@aws-amplify/appsync-modelgen-plugin": "2.0.2",
24+
"@aws-amplify/graphql-docs-generator": "3.0.2",
2525
"@aws-amplify/graphql-types-generator": "3.0.0",
2626
"@graphql-codegen/core": "1.8.3",
2727
"chalk": "^3.0.0",

packages/appsync-modelgen-plugin/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+
## [2.0.2](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2022-07-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **appsync-dart-visitor:** generate correct model id filed name ([#429](https://github.com/aws-amplify/amplify-codegen/issues/429)) ([59f049d](https://github.com/aws-amplify/amplify-codegen/commit/59f049dbb4dbe80f7a2767ccd3105abb3e017120))
12+
13+
14+
15+
16+
617
## [2.0.1](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2022-07-05)
718

819

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

packages/graphql-docs-generator/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.0.2](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2022-07-19)
7+
8+
**Note:** Version bump only for package @aws-amplify/graphql-docs-generator
9+
10+
11+
12+
13+
614
## [3.0.1](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2022-07-05)
715

816
**Note:** Version bump only for package @aws-amplify/graphql-docs-generator

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

0 commit comments

Comments
 (0)