Skip to content

Commit

Permalink
chore(release): Publish [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
phani-srikar committed Jan 9, 2023
1 parent cc844bb commit ec0e433
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
8 changes: 8 additions & 0 deletions packages/amplify-codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.3.5](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@3.3.5) (2023-01-09)

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





## [3.3.4](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@3.3.4) (2022-12-02)

**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": "3.3.4",
"version": "3.3.5",
"description": "amplify code generator",
"repository": {
"type": "git",
Expand All @@ -20,7 +20,7 @@
"test-watch": "jest --watch"
},
"dependencies": {
"@aws-amplify/appsync-modelgen-plugin": "2.3.1",
"@aws-amplify/appsync-modelgen-plugin": "2.3.2",
"@aws-amplify/graphql-docs-generator": "3.0.2",
"@aws-amplify/graphql-types-generator": "3.0.0",
"@graphql-codegen/core": "1.8.3",
Expand Down
12 changes: 12 additions & 0 deletions packages/appsync-modelgen-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.3.2](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-01-09)


### Bug Fixes

* **appsync-modelgen-plugin:** associatedWith fields in bidirectional hasone ([6055503](https://github.com/aws-amplify/amplify-codegen/commit/6055503e490a99f2f372d399d1af8c11ff3362ab))
* update JS/TS MIPR ([4846f83](https://github.com/aws-amplify/amplify-codegen/commit/4846f83d9dcb7770c5e38b7e60ff5926de4f0df0))





## [2.3.1](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2022-11-16)


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.3.1",
"version": "2.3.2",
"repository": {
"type": "git",
"url": "https://github.com/aws-amplify/amplify-codegen.git",
Expand Down

0 comments on commit ec0e433

Please sign in to comment.