Skip to content

Commit 38c47a6

Browse files
committed
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 14df833 commit 38c47a6

File tree

12 files changed

+58
-10
lines changed

12 files changed

+58
-10
lines changed

packages/amplify-codegen-e2e-core/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+
## [1.4.3](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-01-24)
7+
8+
**Note:** Version bump only for package @aws-amplify/amplify-codegen-e2e-core
9+
10+
11+
12+
13+
614
## [1.4.2](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2022-12-02)
715

816
**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.4.2",
3+
"version": "1.4.3",
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.42.3](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-01-24)
7+
8+
**Note:** Version bump only for package @aws-amplify/amplify-codegen-e2e-tests
9+
10+
11+
12+
13+
614
## [2.42.2](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2022-12-02)
715

816
**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.42.2",
3+
"version": "2.42.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-
"@aws-amplify/amplify-codegen-e2e-core": "1.4.2",
25+
"@aws-amplify/amplify-codegen-e2e-core": "1.4.3",
2626
"@aws-amplify/graphql-schema-test-library": "^1.1.18",
2727
"aws-amplify": "^4.3.26",
2828
"aws-appsync": "^4.0.3",

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+
## [3.3.6](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@3.3.6) (2023-01-24)
7+
8+
**Note:** Version bump only for package amplify-codegen
9+
10+
11+
12+
13+
614
## [3.3.5](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@3.3.5) (2023-01-09)
715

816
**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": "3.3.5",
3+
"version": "3.3.6",
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": "2.3.2",
24-
"@aws-amplify/graphql-docs-generator": "3.0.2",
25-
"@aws-amplify/graphql-types-generator": "3.0.0",
23+
"@aws-amplify/appsync-modelgen-plugin": "2.3.3",
24+
"@aws-amplify/graphql-docs-generator": "3.0.3",
25+
"@aws-amplify/graphql-types-generator": "3.0.1",
2626
"@graphql-codegen/core": "2.6.6",
2727
"chalk": "^3.0.0",
2828
"fs-extra": "^8.1.0",

packages/appsync-modelgen-plugin/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.3.3](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-01-24)
7+
8+
**Note:** Version bump only for package @aws-amplify/appsync-modelgen-plugin
9+
10+
11+
12+
13+
614
## [2.3.2](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-01-09)
715

816

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

packages/graphql-docs-generator/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+
## [3.0.3](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-01-24)
7+
8+
**Note:** Version bump only for package @aws-amplify/graphql-docs-generator
9+
10+
11+
12+
13+
614
## [3.0.2](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2022-07-19)
715

816
**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": "3.0.2",
3+
"version": "3.0.3",
44
"description": "amplify graphql docs generator plugin",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)