Skip to content

Commit

Permalink
chore(release): Publish [ci skip]
Browse files Browse the repository at this point in the history
 - amplify-codegen@4.10.0
 - @aws-amplify/appsync-modelgen-plugin@2.14.0
 - @aws-amplify/graphql-generator@0.5.0
  • Loading branch information
amplify-data-ci committed Oct 28, 2024
1 parent ff6ffa6 commit 2d29c88
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 8 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.10.0](https://github.com/aws-amplify/amplify-codegen/compare/amplify-codegen@4.9.7...amplify-codegen@4.10.0) (2024-10-28)

### Features

- Sync codegen behavior implementation adding generateModelsSync ([#894](https://github.com/aws-amplify/amplify-codegen/issues/894)) ([fac63c1](https://github.com/aws-amplify/amplify-codegen/commit/fac63c1497b1e4b1f0f22e977500378afdd9a6d9))

## [4.9.7](https://github.com/aws-amplify/amplify-codegen/compare/amplify-codegen@4.9.6...amplify-codegen@4.9.7) (2024-10-03)

**Note:** Version bump only for package amplify-codegen
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.9.7",
"version": "4.10.0",
"description": "Amplify Code Generator",
"repository": {
"type": "git",
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"@aws-amplify/graphql-directives": "^1.0.1",
"@aws-amplify/graphql-docs-generator": "4.2.1",
"@aws-amplify/graphql-generator": "0.4.7",
"@aws-amplify/graphql-generator": "0.5.0",
"@aws-amplify/graphql-types-generator": "3.6.0",
"@graphql-codegen/core": "^2.6.6",
"chalk": "^3.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/appsync-modelgen-plugin/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.14.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/appsync-modelgen-plugin@2.13.2...@aws-amplify/appsync-modelgen-plugin@2.14.0) (2024-10-28)

### Bug Fixes

- add owner field to conversation model ([#893](https://github.com/aws-amplify/amplify-codegen/issues/893)) ([705ac3a](https://github.com/aws-amplify/amplify-codegen/commit/705ac3ad6c422cedb32428ad4970b04e58cf2984))

### Features

- remove `update: null` for conversation model in MIS ([#895](https://github.com/aws-amplify/amplify-codegen/issues/895)) ([bef8bb2](https://github.com/aws-amplify/amplify-codegen/commit/bef8bb2a94ed9cb60f36f861ce91fb1148f68bae))
- Sync codegen behavior implementation adding generateModelsSync ([#894](https://github.com/aws-amplify/amplify-codegen/issues/894)) ([fac63c1](https://github.com/aws-amplify/amplify-codegen/commit/fac63c1497b1e4b1f0f22e977500378afdd9a6d9))

## [2.13.2](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/appsync-modelgen-plugin@2.13.1...@aws-amplify/appsync-modelgen-plugin@2.13.2) (2024-10-03)

### Bug Fixes
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.13.2",
"version": "2.14.0",
"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.5.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/graphql-generator@0.4.7...@aws-amplify/graphql-generator@0.5.0) (2024-10-28)

### Features

- Sync codegen behavior implementation adding generateModelsSync ([#894](https://github.com/aws-amplify/amplify-codegen/issues/894)) ([fac63c1](https://github.com/aws-amplify/amplify-codegen/commit/fac63c1497b1e4b1f0f22e977500378afdd9a6d9))

## [0.4.7](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/graphql-generator@0.4.6...@aws-amplify/graphql-generator@0.4.7) (2024-10-03)

**Note:** Version bump only for package @aws-amplify/graphql-generator
Expand Down
9 changes: 4 additions & 5 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.4.7",
"version": "0.5.0",
"description": "GraphQL API code generator",
"repository": {
"type": "git",
Expand All @@ -23,18 +23,17 @@
"test-watch": "jest --watch",
"extract-api": "ts-node ../../scripts/extract-api.ts",
"check-codegen-version": "bash ./scripts/check-codegen-version.sh"

},
"dependencies": {
"@aws-amplify/appsync-modelgen-plugin": "2.13.2",
"@aws-amplify/appsync-modelgen-plugin": "2.14.0",
"@aws-amplify/graphql-directives": "^1.0.1",
"@aws-amplify/graphql-docs-generator": "4.2.1",
"@aws-amplify/graphql-types-generator": "3.6.0",
"@graphql-codegen/core": "^2.6.6",
"@graphql-tools/schema": "^9.0.0",
"@graphql-tools/utils": "^9.2.1",
"@graphql-codegen/plugin-helpers": "^3.1.1",
"@graphql-tools/apollo-engine-loader": "^8.0.0",
"@graphql-tools/schema": "^9.0.0",
"@graphql-tools/utils": "^9.2.1",
"graphql": "^15.5.0",
"prettier": "^1.19.1"
},
Expand Down

0 comments on commit 2d29c88

Please sign in to comment.