Skip to content

Commit 5d6575a

Browse files
committed
chore(release): Publish [ci skip]
- [email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected]
1 parent 3ab7f3f commit 5d6575a

File tree

6 files changed

+36
-5
lines changed

6 files changed

+36
-5
lines changed

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.3](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@2.26.3) (2021-08-18)
7+
8+
**Note:** Version bump only for package amplify-codegen
9+
10+
11+
12+
13+
614
## [2.26.2](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@2.26.2) (2021-07-28)
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": "2.26.2",
3+
"version": "2.26.3",
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.27.1",
23+
"@aws-amplify/appsync-modelgen-plugin": "1.27.2",
2424
"@aws-amplify/graphql-docs-generator": "2.3.4",
25-
"@aws-amplify/graphql-types-generator": "2.8.0",
25+
"@aws-amplify/graphql-types-generator": "2.8.1",
2626
"@graphql-codegen/core": "1.8.3",
2727
"amplify-codegen-appsync-model-plugin": "^1.22.3",
2828
"amplify-graphql-docs-generator": "^2.2.1",

packages/appsync-modelgen-plugin/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.2](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2021-08-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **appsync-modelgen-plugin:** dart model internal constructor with no internal fields ([#210](https://github.com/aws-amplify/amplify-codegen/issues/210)) ([4d743b9](https://github.com/aws-amplify/amplify-codegen/commit/4d743b9cf29545591ae7dae0cf13619a1dac9513))
12+
* **appsync-modelgen-plugin:** remove warning and uuid check for java ([#198](https://github.com/aws-amplify/amplify-codegen/issues/198)) ([6f932d0](https://github.com/aws-amplify/amplify-codegen/commit/6f932d006fb7bd3c19e280acf0d05c3d05f0ae0d))
13+
14+
15+
16+
17+
618
## [1.27.1](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2021-07-28)
719

820

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

packages/graphql-types-generator/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.8.1](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2021-08-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **graphql-types-generator:** add wrapper for sub response in angular ([#209](https://github.com/aws-amplify/amplify-codegen/issues/209)) ([c025bd2](https://github.com/aws-amplify/amplify-codegen/commit/c025bd26fe2c14d56f15a9b8db8b1e4ebbe277d1))
12+
13+
14+
15+
16+
617
# [2.8.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2021-05-25)
718

819

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.0",
3+
"version": "2.8.1",
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)