Skip to content

Commit

Permalink
chore(release): Publish [ci skip]
Browse files Browse the repository at this point in the history
 - @aws-amplify/[email protected]
 - [email protected]
 - @aws-amplify/[email protected]
 - @aws-amplify/[email protected]
  • Loading branch information
amplify-data-ci committed Sep 5, 2024
1 parent 22d8cbe commit 359533d
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 6 deletions.
4 changes: 4 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,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.45.3](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-09-05)

**Note:** Version bump only for package @aws-amplify/amplify-codegen-e2e-tests

## [2.45.2](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-05-22)

**Note:** Version bump only for package @aws-amplify/amplify-codegen-e2e-tests
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.45.2",
"version": "2.45.3",
"description": "",
"repository": {
"type": "git",
Expand Down
4 changes: 4 additions & 0 deletions packages/amplify-codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.9.5](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@4.9.5) (2024-09-05)

**Note:** Version bump only for package amplify-codegen

## [4.9.4](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@4.9.4) (2024-07-01)

**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.4",
"version": "4.9.5",
"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.4",
"@aws-amplify/graphql-generator": "0.4.5",
"@aws-amplify/graphql-types-generator": "3.6.0",
"@graphql-codegen/core": "2.6.6",
"chalk": "^3.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/appsync-modelgen-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.13.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-09-05)

### Features

- **appsync-modelgen-plugin:** add support for generation route definitions ([#869](https://github.com/aws-amplify/amplify-codegen/issues/869)) ([8c4be9a](https://github.com/aws-amplify/amplify-codegen/commit/8c4be9adf8b2ad4dd1ddec90abbbe04674092ecc))
- **conversation:** add conversation route handling in mis ([#872](https://github.com/aws-amplify/amplify-codegen/issues/872)) ([b4821bd](https://github.com/aws-amplify/amplify-codegen/commit/b4821bd3e02b41d35f1cf00f8076c84740975659))

## [2.12.3](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-07-01)

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

## [0.4.5](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-09-05)

**Note:** Version bump only for package @aws-amplify/graphql-generator

## [0.4.4](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-07-01)

**Note:** Version bump only for package @aws-amplify/graphql-generator
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.4.4",
"version": "0.4.5",
"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.12.3",
"@aws-amplify/appsync-modelgen-plugin": "2.13.0",
"@aws-amplify/graphql-directives": "^1.0.1",
"@aws-amplify/graphql-docs-generator": "4.2.1",
"@aws-amplify/graphql-types-generator": "3.6.0",
Expand Down

0 comments on commit 359533d

Please sign in to comment.