Skip to content

Commit

Permalink
chore(release): Publish [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
amplify-data-ci committed Oct 2, 2023
1 parent fbe38d6 commit ac1db5f
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 5 deletions.
6 changes: 6 additions & 0 deletions packages/amplify-codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.6.4](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@4.6.4) (2023-10-02)

### Bug Fixes

- 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))

## [4.6.3](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@4.6.3) (2023-09-26)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-codegen",
"version": "4.6.3",
"version": "4.6.4",
"description": "Amplify Code Generator",
"repository": {
"type": "git",
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@aws-amplify/graphql-docs-generator": "4.2.0",
"@aws-amplify/graphql-generator": "0.1.3",
"@aws-amplify/graphql-generator": "0.1.4",
"@aws-amplify/graphql-types-generator": "3.4.2",
"@graphql-codegen/core": "2.6.6",
"aws-sdk": "^2.1465.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/appsync-modelgen-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.7.4](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-10-02)

### Bug Fixes

- 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))

## [2.7.3](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-09-26)

**Note:** Version bump only for package @aws-amplify/appsync-modelgen-plugin
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": "2.7.3",
"version": "2.7.4",
"repository": {
"type": "git",
"url": "https://github.com/aws-amplify/amplify-codegen.git",
Expand Down
6 changes: 6 additions & 0 deletions packages/graphql-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.4](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-10-02)

### Bug Fixes

- 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))

## [0.1.3](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-09-26)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/graphql-generator",
"version": "0.1.3",
"version": "0.1.4",
"description": "GraphQL API code generator",
"repository": {
"type": "git",
Expand All @@ -24,7 +24,7 @@
"extract-api": "ts-node ../../scripts/extract-api.ts"
},
"dependencies": {
"@aws-amplify/appsync-modelgen-plugin": "2.7.3",
"@aws-amplify/appsync-modelgen-plugin": "2.7.4",
"@aws-amplify/graphql-docs-generator": "4.2.0",
"@aws-amplify/graphql-types-generator": "3.4.2",
"@graphql-codegen/core": "^2.6.6",
Expand Down

0 comments on commit ac1db5f

Please sign in to comment.