Skip to content

Commit 1a4209c

Browse files
committed
chore(release): Publish [ci skip]
- [email protected] - @aws-amplify/[email protected]
1 parent 00d4f0f commit 1a4209c

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-3
lines changed

packages/amplify-codegen/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [3.3.2](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@3.3.2) (2022-11-03)
7+
8+
**Note:** Version bump only for package amplify-codegen
9+
10+
11+
12+
13+
614
## [3.3.1](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@3.3.1) (2022-10-25)
715

816
**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": "3.3.1",
3+
"version": "3.3.2",
44
"description": "amplify code generator",
55
"repository": {
66
"type": "git",
@@ -20,7 +20,7 @@
2020
"test-watch": "jest --watch"
2121
},
2222
"dependencies": {
23-
"@aws-amplify/appsync-modelgen-plugin": "2.2.2",
23+
"@aws-amplify/appsync-modelgen-plugin": "2.3.0",
2424
"@aws-amplify/graphql-docs-generator": "3.0.2",
2525
"@aws-amplify/graphql-types-generator": "3.0.0",
2626
"@graphql-codegen/core": "1.8.3",

packages/appsync-modelgen-plugin/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.3.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2022-11-03)
7+
8+
9+
### Bug Fixes
10+
11+
* addressing missing key for unidirectional [@has](https://github.com/has)Many on JS ([#507](https://github.com/aws-amplify/amplify-codegen/issues/507)) ([51fd6de](https://github.com/aws-amplify/amplify-codegen/commit/51fd6dea1193bc67cce3167dd972d589c82b63b2))
12+
13+
14+
### Features
15+
16+
* **introspection:** add primary key info in model schema ([#503](https://github.com/aws-amplify/amplify-codegen/issues/503)) ([82b6625](https://github.com/aws-amplify/amplify-codegen/commit/82b662523965b9ae73ef5d6f5f2c4c9ab7a12ba3))
17+
18+
19+
20+
21+
622
## [2.2.2](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2022-10-25)
723

824

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

0 commit comments

Comments
 (0)