Skip to content

Commit

Permalink
chore(release): Publish [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
phani-srikar committed Nov 12, 2021
1 parent 5ee4897 commit 3395490
Show file tree
Hide file tree
Showing 10 changed files with 61 additions and 8 deletions.
13 changes: 13 additions & 0 deletions packages/amplify-codegen-e2e-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.4](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@1.1.4) (2021-11-12)


### Bug Fixes

* **amplify-codegen-e2e-core:** API walkthrough changes ([1f125ac](https://github.com/aws-amplify/amplify-codegen/commit/1f125ac4bf3ba64d6f374221c417e7e6e40f6898))
* **amplify-codegen-e2e-core:** minor add api walkthrough fix ([cee10f9](https://github.com/aws-amplify/amplify-codegen/commit/cee10f968dec6b7a155682b750464195f1281faf))
* **amplify-codegen-e2e-tests:** modelgen test fixes ([0a95ec8](https://github.com/aws-amplify/amplify-codegen/commit/0a95ec88c0df0bd801c3c742c3315323c7b0bb8c))





## [1.1.3](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@1.1.3) (2021-09-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-codegen-e2e-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-codegen-e2e-core",
"version": "1.1.3",
"version": "1.1.4",
"description": "",
"repository": {
"type": "git",
Expand Down
13 changes: 13 additions & 0 deletions packages/amplify-codegen-e2e-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.39.5](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@2.39.5) (2021-11-12)


### Bug Fixes

* **amplify-codegen-e2e-core:** API walkthrough changes ([1f125ac](https://github.com/aws-amplify/amplify-codegen/commit/1f125ac4bf3ba64d6f374221c417e7e6e40f6898))
* **amplify-codegen-e2e-tests:** fix env codegen tests ([f72a9b7](https://github.com/aws-amplify/amplify-codegen/commit/f72a9b758c5cf14df5f4a3e052f94a0735fc7250))
* **amplify-codegen-e2e-tests:** modelgen test fixes ([0a95ec8](https://github.com/aws-amplify/amplify-codegen/commit/0a95ec88c0df0bd801c3c742c3315323c7b0bb8c))





## [2.39.4](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@2.39.4) (2021-09-29)

**Note:** Version bump only for package amplify-codegen-e2e-tests
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-codegen-e2e-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-codegen-e2e-tests",
"version": "2.39.4",
"version": "2.39.5",
"description": "",
"repository": {
"type": "git",
Expand All @@ -22,7 +22,7 @@
"clean-e2e-resources": "ts-node ./src/cleanup-e2e-resources.ts"
},
"dependencies": {
"amplify-codegen-e2e-core": "1.1.3",
"amplify-codegen-e2e-core": "1.1.4",
"aws-amplify": "^3.0.8",
"aws-appsync": "^4.0.3",
"aws-sdk": "^2.845.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/amplify-codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.26.15](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@2.26.15) (2021-11-12)

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





## [2.26.14](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@2.26.14) (2021-11-09)

**Note:** Version bump only for package amplify-codegen
Expand Down
6 changes: 3 additions & 3 deletions packages/amplify-codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-codegen",
"version": "2.26.14",
"version": "2.26.15",
"description": "amplify code generator",
"repository": {
"type": "git",
Expand All @@ -20,9 +20,9 @@
"test-watch": "jest --watch"
},
"dependencies": {
"@aws-amplify/appsync-modelgen-plugin": "1.29.5",
"@aws-amplify/appsync-modelgen-plugin": "1.29.6",
"@aws-amplify/graphql-docs-generator": "2.4.2",
"@aws-amplify/graphql-types-generator": "2.8.4",
"@aws-amplify/graphql-types-generator": "2.8.5",
"@graphql-codegen/core": "1.8.3",
"amplify-codegen-appsync-model-plugin": "^1.22.3",
"amplify-graphql-docs-generator": "^2.2.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/appsync-modelgen-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.29.6](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2021-11-12)

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





## [1.29.5](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2021-11-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/appsync-modelgen-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/appsync-modelgen-plugin",
"version": "1.29.5",
"version": "1.29.6",
"repository": {
"type": "git",
"url": "https://github.com/aws-amplify/amplify-codegen.git",
Expand Down
11 changes: 11 additions & 0 deletions packages/graphql-types-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.8.5](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2021-11-12)


### Bug Fixes

* **graphql-types-generator:** indentation fixes ([f5ca0e4](https://github.com/aws-amplify/amplify-codegen/commit/f5ca0e440e6639345d40b15b605ea5a0a89e7c54))





## [2.8.4](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2021-11-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-types-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/graphql-types-generator",
"version": "2.8.4",
"version": "2.8.5",
"description": "Generate API code or type annotations based on a GraphQL schema and statements",
"repository": {
"type": "git",
Expand Down

0 comments on commit 3395490

Please sign in to comment.