Skip to content

Commit a7737f6

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

File tree

6 files changed

+19
-5
lines changed

6 files changed

+19
-5
lines changed

packages/amplify-codegen/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.10.1](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@4.10.1) (2024-11-07)
7+
8+
**Note:** Version bump only for package amplify-codegen
9+
610
# [4.10.0](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@4.10.0) (2024-10-28)
711

812
### Features

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.10.0",
3+
"version": "4.10.1",
44
"description": "Amplify Code Generator",
55
"repository": {
66
"type": "git",
@@ -23,7 +23,7 @@
2323
"dependencies": {
2424
"@aws-amplify/graphql-directives": "^1.0.1",
2525
"@aws-amplify/graphql-docs-generator": "4.2.1",
26-
"@aws-amplify/graphql-generator": "0.5.0",
26+
"@aws-amplify/graphql-generator": "0.5.1",
2727
"@aws-amplify/graphql-types-generator": "3.6.0",
2828
"@graphql-codegen/core": "^2.6.6",
2929
"chalk": "^3.0.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.15.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-11-07)
7+
8+
### Features
9+
10+
- **ai:** support streaming ([#899](https://github.com/aws-amplify/amplify-codegen/issues/899)) ([7b8ee57](https://github.com/aws-amplify/amplify-codegen/commit/7b8ee574df3bc0ee8ac781f7809742063db66802))
11+
612
# [2.14.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-10-28)
713

814
### Bug Fixes

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

packages/graphql-generator/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.5.1](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-11-07)
7+
8+
**Note:** Version bump only for package @aws-amplify/graphql-generator
9+
610
# [0.5.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-10-28)
711

812
### Features

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.5.0",
3+
"version": "0.5.1",
44
"description": "GraphQL API code generator",
55
"repository": {
66
"type": "git",
@@ -25,7 +25,7 @@
2525
"check-codegen-version": "bash ./scripts/check-codegen-version.sh"
2626
},
2727
"dependencies": {
28-
"@aws-amplify/appsync-modelgen-plugin": "2.14.0",
28+
"@aws-amplify/appsync-modelgen-plugin": "2.15.0",
2929
"@aws-amplify/graphql-directives": "^1.0.1",
3030
"@aws-amplify/graphql-docs-generator": "4.2.1",
3131
"@aws-amplify/graphql-types-generator": "3.6.0",

0 commit comments

Comments
 (0)