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]
 - @aws-amplify/[email protected]
 - [email protected]
 - @aws-amplify/[email protected]
 - @aws-amplify/[email protected]
  • Loading branch information
amplify-data-ci committed May 6, 2024
1 parent 76ed161 commit cbbb1d3
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 9 deletions.
4 changes: 4 additions & 0 deletions packages/amplify-codegen-e2e-core/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.

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

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

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

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-codegen-e2e-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/amplify-codegen-e2e-core",
"version": "1.6.4",
"version": "1.6.5",
"description": "",
"repository": {
"type": "git",
Expand Down
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.1](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-05-06)

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

# [2.45.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-04-25)

### Features
Expand Down
6 changes: 3 additions & 3 deletions 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.0",
"version": "2.45.1",
"description": "",
"repository": {
"type": "git",
Expand All @@ -23,7 +23,7 @@
"clean-e2e-resources": "ts-node ./src/cleanup-e2e-resources.ts"
},
"dependencies": {
"@aws-amplify/amplify-codegen-e2e-core": "1.6.4",
"@aws-amplify/amplify-codegen-e2e-core": "1.6.5",
"@aws-amplify/graphql-schema-test-library": "^1.1.18",
"amazon-cognito-identity-js": "^6.3.6",
"aws-amplify": "^5.3.3",
Expand All @@ -41,8 +41,8 @@
"yargs": "^15.1.0"
},
"devDependencies": {
"@types/jest": "^27.0.0",
"@aws-amplify/backend": "^1.0.0",
"@types/jest": "^27.0.0",
"graphql": "^15.8.0",
"ts-node": "^8.10.1"
},
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.2](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@4.9.2) (2024-05-06)

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

## [4.9.1](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@4.9.1) (2024-04-29)

**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.1",
"version": "4.9.2",
"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.1",
"@aws-amplify/graphql-generator": "0.4.2",
"@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.12.1](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-05-06)

### Bug Fixes

- add missing closing parens on swift hasMany ([#835](https://github.com/aws-amplify/amplify-codegen/issues/835)) ([cfd4c2b](https://github.com/aws-amplify/amplify-codegen/commit/cfd4c2b4ad0fd8a3b74896c849da90cbd45fe8f4))
- java builder steps to respect handleListNullabilityTransparently ([#830](https://github.com/aws-amplify/amplify-codegen/issues/830)) ([5eb0aa8](https://github.com/aws-amplify/amplify-codegen/commit/5eb0aa8bd2ded182aa90fce7355eac99973e8fc8))

# [2.12.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-04-29)

### 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.12.0",
"version": "2.12.1",
"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.2](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-05-06)

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

## [0.4.1](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-04-29)

**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.1",
"version": "0.4.2",
"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.0",
"@aws-amplify/appsync-modelgen-plugin": "2.12.1",
"@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 cbbb1d3

Please sign in to comment.