Skip to content

Commit 14774ee

Browse files
committed
chore(release): Publish [ci skip]
- [email protected] - @aws-amplify/[email protected]
1 parent 36927ca commit 14774ee

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-3
lines changed

packages/amplify-codegen/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.0](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@3.3.0) (2022-10-21)
7+
8+
9+
### Features
10+
11+
* allow model-introspection to be invoked internally to the CLI ([#494](https://github.com/aws-amplify/amplify-codegen/issues/494)) ([b5efb9b](https://github.com/aws-amplify/amplify-codegen/commit/b5efb9b6e44d0ab23f56de94035a0262c5b50b93))
12+
13+
14+
15+
16+
617
# [3.2.0](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@3.2.0) (2022-10-12)
718

819

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.2.0",
3+
"version": "3.3.0",
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.0",
23+
"@aws-amplify/appsync-modelgen-plugin": "2.2.1",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.2.1](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2022-10-21)
7+
8+
9+
### Bug Fixes
10+
11+
* **model-introspection:** add type export at package root ([#497](https://github.com/aws-amplify/amplify-codegen/issues/497)) ([c930769](https://github.com/aws-amplify/amplify-codegen/commit/c930769419a182870abcf02f1d313a8372c505c5))
12+
13+
14+
15+
16+
617
# [2.2.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2022-10-12)
718

819

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

0 commit comments

Comments
 (0)