Skip to content

Commit bdde4bd

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

File tree

6 files changed

+40
-4
lines changed

6 files changed

+40
-4
lines changed

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.38.1](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@2.38.1) (2021-06-02)
7+
8+
**Note:** Version bump only for package amplify-codegen-e2e-tests
9+
10+
11+
12+
13+
614
# 2.38.0 (2021-05-25)
715

816

packages/amplify-codegen-e2e-tests/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-tests",
3-
"version": "2.38.0",
3+
"version": "2.38.1",
44
"description": "",
55
"repository": {
66
"type": "git",

packages/amplify-codegen/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.25.1](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@2.25.1) (2021-06-02)
7+
8+
9+
### Bug Fixes
10+
11+
* **appsync-modelgen-plugin:** skip query/mutation/sub types ([#180](https://github.com/aws-amplify/amplify-codegen/issues/180)) ([aa0dbb3](https://github.com/aws-amplify/amplify-codegen/commit/aa0dbb31e9ebe285ec643ef98335021561dd2168))
12+
13+
14+
15+
16+
617
# [2.25.0](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@2.25.0) (2021-05-25)
718

819

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.25.0",
3+
"version": "2.25.1",
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.24.0",
23+
"@aws-amplify/appsync-modelgen-plugin": "1.25.0",
2424
"@aws-amplify/graphql-docs-generator": "2.3.4",
2525
"@aws-amplify/graphql-types-generator": "2.8.0",
2626
"@graphql-codegen/core": "1.8.3",

packages/appsync-modelgen-plugin/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.25.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2021-06-02)
7+
8+
9+
### Bug Fixes
10+
11+
* **appsync-modelgen-plugin:** include auth rule provider in the Java models, if available ([#168](https://github.com/aws-amplify/amplify-codegen/issues/168)) ([69cd61a](https://github.com/aws-amplify/amplify-codegen/commit/69cd61a4fe111d4950896c0debfb64415e14b512))
12+
* **appsync-modelgen-plugin:** skip query/mutation/sub types ([#180](https://github.com/aws-amplify/amplify-codegen/issues/180)) ([aa0dbb3](https://github.com/aws-amplify/amplify-codegen/commit/aa0dbb31e9ebe285ec643ef98335021561dd2168))
13+
14+
15+
### Features
16+
17+
* **modelgen:** ios - support public/private [@auth](https://github.com/auth) rules ([#181](https://github.com/aws-amplify/amplify-codegen/issues/181)) ([a649136](https://github.com/aws-amplify/amplify-codegen/commit/a6491366e84c9b7ef07da0e9678d6ad1194e88d7))
18+
19+
20+
21+
22+
623
# [1.24.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2021-05-25)
724

825

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

0 commit comments

Comments
 (0)