Skip to content

Commit

Permalink
chore(release): Publish [ci skip]
Browse files Browse the repository at this point in the history
 - @aws-amplify/amplify-codegen-e2e-tests@2.45.0
 - amplify-codegen@4.9.0
 - @aws-amplify/appsync-modelgen-plugin@2.11.0
 - @aws-amplify/graphql-generator@0.4.0
 - @aws-amplify/graphql-types-generator@3.6.0
  • Loading branch information
amplify-data-ci committed Apr 25, 2024
1 parent 971a394 commit d2f08ba
Show file tree
Hide file tree
Showing 10 changed files with 55 additions and 9 deletions.
6 changes: 6 additions & 0 deletions packages/amplify-codegen-e2e-tests/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.45.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/amplify-codegen-e2e-tests@2.44.4...@aws-amplify/amplify-codegen-e2e-tests@2.45.0) (2024-04-25)

### Features

- enable codegen to run in browser ([#789](https://github.com/aws-amplify/amplify-codegen/issues/789)) ([f51b5d3](https://github.com/aws-amplify/amplify-codegen/commit/f51b5d3bbac23f7f63e0adc0bd2aad67b0621977))

## [2.44.4](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/amplify-codegen-e2e-tests@2.44.3...@aws-amplify/amplify-codegen-e2e-tests@2.44.4) (2024-04-03)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-codegen-e2e-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/amplify-codegen-e2e-tests",
"version": "2.44.4",
"version": "2.45.0",
"description": "",
"repository": {
"type": "git",
Expand Down
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.9.0](https://github.com/aws-amplify/amplify-codegen/compare/amplify-codegen@4.8.0...amplify-codegen@4.9.0) (2024-04-25)

### Features

- enable codegen to run in browser ([#789](https://github.com/aws-amplify/amplify-codegen/issues/789)) ([f51b5d3](https://github.com/aws-amplify/amplify-codegen/commit/f51b5d3bbac23f7f63e0adc0bd2aad67b0621977))

# [4.8.0](https://github.com/aws-amplify/amplify-codegen/compare/amplify-codegen@4.7.4...amplify-codegen@4.8.0) (2024-04-03)

### Features
Expand Down
6 changes: 3 additions & 3 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.8.0",
"version": "4.9.0",
"description": "Amplify Code Generator",
"repository": {
"type": "git",
Expand All @@ -23,8 +23,8 @@
"dependencies": {
"@aws-amplify/graphql-directives": "^1.0.1",
"@aws-amplify/graphql-docs-generator": "4.2.1",
"@aws-amplify/graphql-generator": "0.3.0",
"@aws-amplify/graphql-types-generator": "3.5.0",
"@aws-amplify/graphql-generator": "0.4.0",
"@aws-amplify/graphql-types-generator": "3.6.0",
"@graphql-codegen/core": "2.6.6",
"chalk": "^3.0.0",
"fs-extra": "^8.1.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/appsync-modelgen-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.11.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/appsync-modelgen-plugin@2.10.0...@aws-amplify/appsync-modelgen-plugin@2.11.0) (2024-04-25)

### Bug Fixes

- do not remove belongsTo target names when using references ([#814](https://github.com/aws-amplify/amplify-codegen/issues/814)) ([de394dd](https://github.com/aws-amplify/amplify-codegen/commit/de394dda82febe22e1cdeccf22d4c36fae91cf2b))
- missing targetNames in hasOne reference ([02a581f](https://github.com/aws-amplify/amplify-codegen/commit/02a581f6a9700961d2522d1b14f0f808b8758999))
- return reference behavior to main for all but introspection ([#824](https://github.com/aws-amplify/amplify-codegen/issues/824)) ([e7320a9](https://github.com/aws-amplify/amplify-codegen/commit/e7320a9933b6c7fe11d3cb602b0d8d2a39ed177a))
- use standalone ajv validation for model introspection schema ([#807](https://github.com/aws-amplify/amplify-codegen/issues/807)) ([9f55941](https://github.com/aws-amplify/amplify-codegen/commit/9f559413621dcc4a4a5158a129e575371c6d8c35))

### Features

- dart api model .fromJson() refactor ([#593](https://github.com/aws-amplify/amplify-codegen/issues/593)) ([f83eba1](https://github.com/aws-amplify/amplify-codegen/commit/f83eba153d94644cc2896f1916cf1efb3f7b151b))
- enable codegen to run in browser ([#789](https://github.com/aws-amplify/amplify-codegen/issues/789)) ([f51b5d3](https://github.com/aws-amplify/amplify-codegen/commit/f51b5d3bbac23f7f63e0adc0bd2aad67b0621977))
- set correct association with references ([#793](https://github.com/aws-amplify/amplify-codegen/issues/793)) ([a6efa72](https://github.com/aws-amplify/amplify-codegen/commit/a6efa72cd3345d52b43bd4754af0826351930bfb))

# [2.10.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/appsync-modelgen-plugin@2.9.0...@aws-amplify/appsync-modelgen-plugin@2.10.0) (2024-04-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.10.0",
"version": "2.11.0",
"repository": {
"type": "git",
"url": "https://github.com/aws-amplify/amplify-codegen.git",
Expand Down
13 changes: 13 additions & 0 deletions packages/graphql-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.4.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/graphql-generator@0.3.0...@aws-amplify/graphql-generator@0.4.0) (2024-04-25)

- fix!: use transformer version 2 by default (#813) ([854bfea](https://github.com/aws-amplify/amplify-codegen/commit/854bfea9cb692fba558d224d039c027f0240a20b)), closes [#813](https://github.com/aws-amplify/amplify-codegen/issues/813)

### Features

- dart api model .fromJson() refactor ([#593](https://github.com/aws-amplify/amplify-codegen/issues/593)) ([f83eba1](https://github.com/aws-amplify/amplify-codegen/commit/f83eba153d94644cc2896f1916cf1efb3f7b151b))
- enable codegen to run in browser ([#789](https://github.com/aws-amplify/amplify-codegen/issues/789)) ([f51b5d3](https://github.com/aws-amplify/amplify-codegen/commit/f51b5d3bbac23f7f63e0adc0bd2aad67b0621977))

### BREAKING CHANGES

- use transformer version 2 by default

# [0.3.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/graphql-generator@0.2.4...@aws-amplify/graphql-generator@0.3.0) (2024-04-03)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 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.3.0",
"version": "0.4.0",
"description": "GraphQL API code generator",
"repository": {
"type": "git",
Expand All @@ -24,10 +24,10 @@
"extract-api": "ts-node ../../scripts/extract-api.ts"
},
"dependencies": {
"@aws-amplify/appsync-modelgen-plugin": "2.10.0",
"@aws-amplify/appsync-modelgen-plugin": "2.11.0",
"@aws-amplify/graphql-directives": "^1.0.1",
"@aws-amplify/graphql-docs-generator": "4.2.1",
"@aws-amplify/graphql-types-generator": "3.5.0",
"@aws-amplify/graphql-types-generator": "3.6.0",
"@graphql-codegen/core": "^2.6.6",
"@graphql-tools/apollo-engine-loader": "^8.0.0",
"graphql": "^15.5.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/graphql-types-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.

# [3.6.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/graphql-types-generator@3.5.0...@aws-amplify/graphql-types-generator@3.6.0) (2024-04-25)

### Features

- enable codegen to run in browser ([#789](https://github.com/aws-amplify/amplify-codegen/issues/789)) ([f51b5d3](https://github.com/aws-amplify/amplify-codegen/commit/f51b5d3bbac23f7f63e0adc0bd2aad67b0621977))

# [3.5.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/graphql-types-generator@3.4.6...@aws-amplify/graphql-types-generator@3.5.0) (2024-04-03)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-types-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/graphql-types-generator",
"version": "3.5.0",
"version": "3.6.0",
"description": "Generate API code or type annotations based on a GraphQL schema and statements",
"repository": {
"type": "git",
Expand Down

0 comments on commit d2f08ba

Please sign in to comment.