Skip to content

Commit e907ec4

Browse files
chore(release): Publish [ci skip]
- @aws-amplify/[email protected] - @aws-amplify/[email protected] - [email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected]
1 parent 0769f32 commit e907ec4

File tree

12 files changed

+34
-10
lines changed

12 files changed

+34
-10
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.5.2 (2023-07-25)
7+
8+
**Note:** Version bump only for package @aws-amplify/amplify-codegen-e2e-core
9+
610
## 1.5.1 (2023-07-24)
711

812
**Note:** Version bump only for package @aws-amplify/amplify-codegen-e2e-core

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": "@aws-amplify/amplify-codegen-e2e-core",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"description": "",
55
"repository": {
66
"type": "git",

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.43.2 (2023-07-25)
7+
8+
**Note:** Version bump only for package @aws-amplify/amplify-codegen-e2e-tests
9+
610
## 2.43.1 (2023-07-24)
711

812
**Note:** Version bump only for package @aws-amplify/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": "@aws-amplify/amplify-codegen-e2e-tests",
3-
"version": "2.43.1",
3+
"version": "2.43.2",
44
"description": "",
55
"repository": {
66
"type": "git",
@@ -23,7 +23,7 @@
2323
"clean-cb-e2e-resources": "ts-node ./src/cleanup-cb-e2e-resources.ts"
2424
},
2525
"dependencies": {
26-
"@aws-amplify/amplify-codegen-e2e-core": "1.5.1",
26+
"@aws-amplify/amplify-codegen-e2e-core": "1.5.2",
2727
"@aws-amplify/graphql-schema-test-library": "^1.1.18",
2828
"aws-amplify": "^5.3.3",
2929
"aws-appsync": "^4.1.9",

packages/amplify-codegen/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## 4.1.6 (2023-07-25)
7+
8+
**Note:** Version bump only for package amplify-codegen
9+
610
## 4.1.5 (2023-07-24)
711

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

packages/amplify-codegen/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amplify-codegen",
3-
"version": "4.1.5",
3+
"version": "4.1.6",
44
"description": "Amplify code generator",
55
"repository": {
66
"type": "git",
@@ -21,9 +21,9 @@
2121
"extract-api": "ts-node ../../scripts/extract-api.ts"
2222
},
2323
"dependencies": {
24-
"@aws-amplify/appsync-modelgen-plugin": "2.5.2",
25-
"@aws-amplify/graphql-docs-generator": "4.0.4",
26-
"@aws-amplify/graphql-types-generator": "3.0.4",
24+
"@aws-amplify/appsync-modelgen-plugin": "2.5.3",
25+
"@aws-amplify/graphql-docs-generator": "4.0.5",
26+
"@aws-amplify/graphql-types-generator": "3.0.5",
2727
"@graphql-codegen/core": "2.6.6",
2828
"chalk": "^3.0.0",
2929
"fs-extra": "^8.1.0",

packages/appsync-modelgen-plugin/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.5.3 (2023-07-25)
7+
8+
**Note:** Version bump only for package @aws-amplify/appsync-modelgen-plugin
9+
610
## 2.5.2 (2023-07-24)
711

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

packages/graphql-docs-generator/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## 4.0.5 (2023-07-25)
7+
8+
**Note:** Version bump only for package @aws-amplify/graphql-docs-generator
9+
610
## 4.0.4 (2023-07-24)
711

812
**Note:** Version bump only for package @aws-amplify/graphql-docs-generator

packages/graphql-docs-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-docs-generator",
3-
"version": "4.0.4",
3+
"version": "4.0.5",
44
"description": "amplify graphql docs generator plugin",
55
"repository": {
66
"type": "git",

packages/graphql-types-generator/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## 3.0.5 (2023-07-25)
7+
8+
**Note:** Version bump only for package @aws-amplify/graphql-types-generator
9+
610
## 3.0.4 (2023-07-24)
711

812
**Note:** Version bump only for package @aws-amplify/graphql-types-generator

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": "3.0.4",
3+
"version": "3.0.5",
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)