Skip to content

Commit e4b2bee

Browse files
committed
chore(release): Publish [ci skip]
- [email protected] - [email protected] - [email protected] - @aws-amplify/[email protected]
1 parent 93c027c commit e4b2bee

File tree

8 files changed

+51
-6
lines changed

8 files changed

+51
-6
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.1.3](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@1.1.3) (2021-09-29)
7+
8+
9+
### Bug Fixes
10+
11+
* **e2e:** build error ([6d31ac5](https://github.com/aws-amplify/amplify-codegen/commit/6d31ac57acb28ec1706de48c8206cfc39cbe5e0d))
12+
* **e2e:** fix export regions ([#244](https://github.com/aws-amplify/amplify-codegen/issues/244)) ([105d06b](https://github.com/aws-amplify/amplify-codegen/commit/105d06bc147d026a3d2fc1772002c00330d28f48))
13+
* **e2e:** update amplify configure region ([d717041](https://github.com/aws-amplify/amplify-codegen/commit/d71704122a62f584963663db89de932f06115af9))
14+
15+
16+
17+
18+
619
## [1.1.2](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@1.1.2) (2021-08-27)
720

821

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

packages/amplify-codegen-e2e-tests/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+
## [2.39.4](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@2.39.4) (2021-09-29)
7+
8+
**Note:** Version bump only for package amplify-codegen-e2e-tests
9+
10+
11+
12+
13+
614
## [2.39.3](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@2.39.3) (2021-08-27)
715

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

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": "amplify-codegen-e2e-tests",
3-
"version": "2.39.3",
3+
"version": "2.39.4",
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-
"amplify-codegen-e2e-core": "1.1.2",
25+
"amplify-codegen-e2e-core": "1.1.3",
2626
"aws-amplify": "^3.0.8",
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+
## [2.26.6](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@2.26.6) (2021-09-29)
7+
8+
**Note:** Version bump only for package amplify-codegen
9+
10+
11+
12+
13+
614
## [2.26.5](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@2.26.5) (2021-09-15)
715

816
**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": "2.26.5",
3+
"version": "2.26.6",
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": "1.27.4",
23+
"@aws-amplify/appsync-modelgen-plugin": "1.28.0",
2424
"@aws-amplify/graphql-docs-generator": "2.3.4",
2525
"@aws-amplify/graphql-types-generator": "2.8.2",
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+
# [1.28.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2021-09-29)
7+
8+
9+
### Bug Fixes
10+
11+
* **appsync-modelgen-plugin:** remove UUID check in java ([#243](https://github.com/aws-amplify/amplify-codegen/issues/243)) ([aa14e86](https://github.com/aws-amplify/amplify-codegen/commit/aa14e86aa8e7704da8cc06842f4b893cb0f22278))
12+
13+
14+
### Features
15+
16+
* **appsync-modelgen-plugin:** Many to many directive ([#238](https://github.com/aws-amplify/amplify-codegen/issues/238)) ([cf95f9c](https://github.com/aws-amplify/amplify-codegen/commit/cf95f9ce77e5a5f8701332f87b813b0d6face228)), closes [#217](https://github.com/aws-amplify/amplify-codegen/issues/217)
17+
18+
19+
20+
21+
622
## [1.27.4](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2021-09-15)
723

824
**Note:** Version bump only for package @aws-amplify/appsync-modelgen-plugin

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

0 commit comments

Comments
 (0)