Skip to content

Commit ac1db5f

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

File tree

6 files changed

+23
-5
lines changed

6 files changed

+23
-5
lines changed

packages/amplify-codegen/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.6.4](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@4.6.4) (2023-10-02)
7+
8+
### Bug Fixes
9+
10+
- ensure posix path sep is used ([#728](https://github.com/aws-amplify/amplify-codegen/issues/728)) ([9c9e1ba](https://github.com/aws-amplify/amplify-codegen/commit/9c9e1ba4d29b8fab30598397aac434c65b143a3a))
11+
612
## [4.6.3](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@4.6.3) (2023-09-26)
713

814
### Bug Fixes

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": "4.6.3",
3+
"version": "4.6.4",
44
"description": "Amplify Code Generator",
55
"repository": {
66
"type": "git",
@@ -22,7 +22,7 @@
2222
},
2323
"dependencies": {
2424
"@aws-amplify/graphql-docs-generator": "4.2.0",
25-
"@aws-amplify/graphql-generator": "0.1.3",
25+
"@aws-amplify/graphql-generator": "0.1.4",
2626
"@aws-amplify/graphql-types-generator": "3.4.2",
2727
"@graphql-codegen/core": "2.6.6",
2828
"aws-sdk": "^2.1465.0",

packages/appsync-modelgen-plugin/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.7.4](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-10-02)
7+
8+
### Bug Fixes
9+
10+
- set correct type for array of enum ([#703](https://github.com/aws-amplify/amplify-codegen/issues/703)) ([cdca3eb](https://github.com/aws-amplify/amplify-codegen/commit/cdca3eb7fa8b1de395201699357105d707c7b7f3))
11+
612
## [2.7.3](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-09-26)
713

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

packages/graphql-generator/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
## [0.1.4](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-10-02)
7+
8+
### Bug Fixes
9+
10+
- ensure posix path sep is used ([#728](https://github.com/aws-amplify/amplify-codegen/issues/728)) ([9c9e1ba](https://github.com/aws-amplify/amplify-codegen/commit/9c9e1ba4d29b8fab30598397aac434c65b143a3a))
11+
612
## [0.1.3](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-09-26)
713

814
### Bug Fixes

packages/graphql-generator/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/graphql-generator",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "GraphQL API code generator",
55
"repository": {
66
"type": "git",
@@ -24,7 +24,7 @@
2424
"extract-api": "ts-node ../../scripts/extract-api.ts"
2525
},
2626
"dependencies": {
27-
"@aws-amplify/appsync-modelgen-plugin": "2.7.3",
27+
"@aws-amplify/appsync-modelgen-plugin": "2.7.4",
2828
"@aws-amplify/graphql-docs-generator": "4.2.0",
2929
"@aws-amplify/graphql-types-generator": "3.4.2",
3030
"@graphql-codegen/core": "^2.6.6",

0 commit comments

Comments
 (0)