Skip to content

Commit 9174eab

Browse files
chore(release): Publish [ci skip]
- @aws-amplify/[email protected] - @aws-amplify/[email protected] - [email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected]
1 parent 2b642c0 commit 9174eab

File tree

10 files changed

+44
-8
lines changed

10 files changed

+44
-8
lines changed

packages/amplify-codegen-e2e-core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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+
## [1.6.7](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2025-02-25)
7+
8+
### Bug Fixes
9+
10+
- use correct region in amplify configure ([#939](https://github.com/aws-amplify/amplify-codegen/issues/939)) ([d791086](https://github.com/aws-amplify/amplify-codegen/commit/d79108689591e80a902ba8d5fcd3b2bc2282ca06))
11+
- use latest cli core ([#928](https://github.com/aws-amplify/amplify-codegen/issues/928)) ([d5d5102](https://github.com/aws-amplify/amplify-codegen/commit/d5d51028d64e69e47a051c980966d618af2cd133))
12+
613
## [1.6.6](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-10-17)
714

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

packages/amplify-codegen-e2e-core/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/amplify-codegen-e2e-core",
3-
"version": "1.6.6",
3+
"version": "1.6.7",
44
"description": "",
55
"repository": {
66
"type": "git",

packages/amplify-codegen-e2e-tests/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.46.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2025-02-25)
7+
8+
### Bug Fixes
9+
10+
- add script to use node 18.20 for e2e tests ([#937](https://github.com/aws-amplify/amplify-codegen/issues/937)) ([b115fe4](https://github.com/aws-amplify/amplify-codegen/commit/b115fe42ca2396337c0d6ea91a6d77b903df472e))
11+
- cleanup detection of regional availability ([#940](https://github.com/aws-amplify/amplify-codegen/issues/940)) ([9f37a8c](https://github.com/aws-amplify/amplify-codegen/commit/9f37a8c21e67ac95fd9d1058fb857a4e7025e6d7))
12+
- handle pagination when fetching region list in cleanup ([#941](https://github.com/aws-amplify/amplify-codegen/issues/941)) ([3d1151c](https://github.com/aws-amplify/amplify-codegen/commit/3d1151c8592c0bbbde8e4367f3975921848928a3))
13+
- remove dup licenses acceptance ([#933](https://github.com/aws-amplify/amplify-codegen/issues/933)) ([9f8111e](https://github.com/aws-amplify/amplify-codegen/commit/9f8111ef25be0549603cac97e76da396acd57f2d))
14+
- use latest cli core ([#928](https://github.com/aws-amplify/amplify-codegen/issues/928)) ([d5d5102](https://github.com/aws-amplify/amplify-codegen/commit/d5d51028d64e69e47a051c980966d618af2cd133))
15+
16+
### Features
17+
18+
- add regionalized build spec for three canaries ([#934](https://github.com/aws-amplify/amplify-codegen/issues/934)) ([f1c23f4](https://github.com/aws-amplify/amplify-codegen/commit/f1c23f4b1b2aaa6cc0f3693f986d16a5d17e4e70)), closes [#933](https://github.com/aws-amplify/amplify-codegen/issues/933)
19+
620
## [2.45.5](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-11-14)
721

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

packages/amplify-codegen-e2e-tests/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/amplify-codegen-e2e-tests",
3-
"version": "2.45.5",
3+
"version": "2.46.0",
44
"description": "",
55
"repository": {
66
"type": "git",
@@ -23,7 +23,7 @@
2323
"clean-e2e-resources": "ts-node ./src/cleanup-e2e-resources.ts"
2424
},
2525
"dependencies": {
26-
"@aws-amplify/amplify-codegen-e2e-core": "1.6.6",
26+
"@aws-amplify/amplify-codegen-e2e-core": "1.6.7",
2727
"@aws-amplify/graphql-schema-test-library": "^3.0.0",
2828
"amazon-cognito-identity-js": "^6.3.6",
2929
"aws-amplify": "^5.3.3",

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.3](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@4.10.3) (2025-02-25)
7+
8+
**Note:** Version bump only for package amplify-codegen
9+
610
## [4.10.2](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@4.10.2) (2024-11-14)
711

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

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.2",
3+
"version": "4.10.3",
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.2",
26+
"@aws-amplify/graphql-generator": "0.5.3",
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.2](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2025-02-25)
7+
8+
### Bug Fixes
9+
10+
- keep foreign keys on native platforms when they are part of the primary key ([#887](https://github.com/aws-amplify/amplify-codegen/issues/887)) ([b4c4af5](https://github.com/aws-amplify/amplify-codegen/commit/b4c4af5aeadab8f7794bc3c980e649a729103793))
11+
- stop pascal casing enums for MIS ([#931](https://github.com/aws-amplify/amplify-codegen/issues/931)) ([f763085](https://github.com/aws-amplify/amplify-codegen/commit/f7630858151dbe2f9f5f22e907aa6f64c010462f))
12+
613
## [2.15.1](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-11-14)
714

815
### 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.15.1",
3+
"version": "2.15.2",
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.3](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2025-02-25)
7+
8+
**Note:** Version bump only for package @aws-amplify/graphql-generator
9+
610
## [0.5.2](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-11-14)
711

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

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.2",
3+
"version": "0.5.3",
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.15.1",
28+
"@aws-amplify/appsync-modelgen-plugin": "2.15.2",
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)