Skip to content

Commit c81695e

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

File tree

8 files changed

+47
-6
lines changed

8 files changed

+47
-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.1.2](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@1.1.2) (2021-08-27)
7+
8+
9+
### Bug Fixes
10+
11+
* **amplify-codegen-e2e-core:** remove pull status table checks ([e70a079](https://github.com/aws-amplify/amplify-codegen/commit/e70a079fecf3baf058c8e86327e743660d80b439))
12+
13+
14+
15+
16+
617
## [1.1.1](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@1.1.1) (2021-07-28)
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": "amplify-codegen-e2e-core",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
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.3](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@2.39.3) (2021-08-27)
7+
8+
**Note:** Version bump only for package amplify-codegen-e2e-tests
9+
10+
11+
12+
13+
614
## [2.39.2](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@2.39.2) (2021-07-28)
715

816

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.2",
3+
"version": "2.39.3",
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.1",
25+
"amplify-codegen-e2e-core": "1.1.2",
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.4](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@2.26.4) (2021-08-27)
7+
8+
**Note:** Version bump only for package amplify-codegen
9+
10+
11+
12+
13+
614
## [2.26.3](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@2.26.3) (2021-08-18)
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.3",
3+
"version": "2.26.4",
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.2",
23+
"@aws-amplify/appsync-modelgen-plugin": "1.27.3",
2424
"@aws-amplify/graphql-docs-generator": "2.3.4",
2525
"@aws-amplify/graphql-types-generator": "2.8.1",
2626
"@graphql-codegen/core": "1.8.3",

packages/appsync-modelgen-plugin/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.27.3](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2021-08-27)
7+
8+
9+
### Bug Fixes
10+
11+
* add null safety ff check ([9940457](https://github.com/aws-amplify/amplify-codegen/commit/994045773bd63d8a192856dbd2c498ddfd4be679))
12+
* apply toJson changes for float and int ([3d1d7ac](https://github.com/aws-amplify/amplify-codegen/commit/3d1d7ac19c69f23cdf8aa1e2194dc3156f914cf0))
13+
* **appsync-modelgen-plugin:** add type cast for float fromJson ([7044492](https://github.com/aws-amplify/amplify-codegen/commit/7044492ee5fec8498c235ed69d96190da9f8842b))
14+
* **appsync-modelgen-plugin:** remove unnecessary null-aware operators ([#227](https://github.com/aws-amplify/amplify-codegen/issues/227)) ([a1c4e34](https://github.com/aws-amplify/amplify-codegen/commit/a1c4e346046f113f9111a6450901b11a48c79c32))
15+
16+
17+
18+
19+
620
## [1.27.2](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2021-08-18)
721

822

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

0 commit comments

Comments
 (0)