Skip to content

Commit

Permalink
chore(release): update monorepo packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 2, 2024
1 parent 44f24e0 commit 96e4443
Show file tree
Hide file tree
Showing 23 changed files with 82 additions and 52 deletions.
5 changes: 0 additions & 5 deletions .changeset/curly-brooms-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dirty-donuts-invite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-bulldogs-do.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-cars-stare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-rockets-wash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-keys-kiss.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-ravens-compare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-monkeys-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-baboons-smoke.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/plugins/java/kotlin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-codegen/kotlin

## 3.0.1

### Patch Changes

- [#606](https://github.com/dotansimha/graphql-code-generator-community/pull/606)
[`926f515`](https://github.com/dotansimha/graphql-code-generator-community/commit/926f515e242e128d3bc82fa010cf8b2a01c20c7c)
Thanks [@tristanlins](https://github.com/tristanlins)! - fix(kotlin) Omit typesSuffix in enum
names.

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/java/kotlin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/kotlin",
"version": "3.0.0",
"version": "3.0.1",
"type": "module",
"description": "GraphQL Code Generator plugin for generating Kotlin code based on a GraphQL schema",
"repository": {
Expand Down
16 changes: 16 additions & 0 deletions packages/plugins/typescript/graphql-request/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @graphql-codegen/typescript-graphql-request

## 6.2.0

### Minor Changes

- [#549](https://github.com/dotansimha/graphql-code-generator-community/pull/549)
[`ad8258c`](https://github.com/dotansimha/graphql-code-generator-community/commit/ad8258c66edd732a1b5ef2536021f06e44219daa)
Thanks [@pentla](https://github.com/pentla)! - Fix TypeScript error when moduleResolution is
"nodenext" or "bundler"

### Patch Changes

- [#559](https://github.com/dotansimha/graphql-code-generator-community/pull/559)
[`64c2c10`](https://github.com/dotansimha/graphql-code-generator-community/commit/64c2c10e82b1efe6a8ea7a3c4d9ed5b340945503)
Thanks [@mtlewis](https://github.com/mtlewis)! - Fix unused parameter in generated code which
caused TS errors for users of the package.

## 6.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/graphql-request/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/typescript-graphql-request",
"version": "6.1.0",
"version": "6.2.0",
"type": "module",
"description": "GraphQL Code Generator plugin for generating a ready-to-use SDK based on graphql-request and GraphQL operations",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/plugins/typescript/msw/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-codegen/typescript-msw

## 3.0.0

### Major Changes

- [#594](https://github.com/dotansimha/graphql-code-generator-community/pull/594)
[`40f3676`](https://github.com/dotansimha/graphql-code-generator-community/commit/40f3676ae8799b61fb564cf4f1f51a6724e6dea8)
Thanks [@lachieh](https://github.com/lachieh)! - Corrected compatibility with `msw@^2`. Types used
are incompatible with `msw@^1`.

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/msw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/typescript-msw",
"version": "2.1.0",
"version": "3.0.0",
"type": "module",
"description": "GraphQL Code Generator plugin for generating MSW mock handlers based on GraphQL operations",
"repository": {
Expand Down
10 changes: 10 additions & 0 deletions packages/plugins/typescript/nest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @graphql-codegen/typescript-nest

## 1.0.0

### Major Changes

- [#548](https://github.com/dotansimha/graphql-code-generator-community/pull/548)
[`cda1ba3`](https://github.com/dotansimha/graphql-code-generator-community/commit/cda1ba3b337f6cef12415c521a11d755a26f9add)
Thanks [@bridges-wood](https://github.com/bridges-wood)! - Add GraphQL Code Generator plugin for
generating NestJS compatible types
2 changes: 1 addition & 1 deletion packages/plugins/typescript/nest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/typescript-nest",
"version": "0.0.0",
"version": "1.0.0",
"type": "module",
"description": "GraphQL Code Generator plugin for generating NestJS compatible types",
"repository": {
Expand Down
14 changes: 14 additions & 0 deletions packages/plugins/typescript/react-apollo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @graphql-codegen/typescript-react-apollo

## 4.2.0

### Minor Changes

- [#483](https://github.com/dotansimha/graphql-code-generator-community/pull/483)
[`ba7e551`](https://github.com/dotansimha/graphql-code-generator-community/commit/ba7e551bd1b9827ceefa05b4b11a900200f3668d)
Thanks [@rickdunkin](https://github.com/rickdunkin)! - Apollo Client `useFragment` hook

### Patch Changes

- [#464](https://github.com/dotansimha/graphql-code-generator-community/pull/464)
[`fa53f8f`](https://github.com/dotansimha/graphql-code-generator-community/commit/fa53f8f63dea02912fdf4153f32c7f2ae28dae83)
Thanks [@namoscato](https://github.com/namoscato)! - fix: loosen defaultBaseOptions type

## 4.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/react-apollo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/typescript-react-apollo",
"version": "4.1.0",
"version": "4.2.0",
"type": "module",
"description": "GraphQL Code Generator plugin for generating a ready-to-use React Components/HOC/Hooks based on GraphQL operations",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/plugins/typescript/react-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-codegen/typescript-react-query

## 6.1.0

### Minor Changes

- [#552](https://github.com/dotansimha/graphql-code-generator-community/pull/552)
[`b403529`](https://github.com/dotansimha/graphql-code-generator-community/commit/b403529bb2805c58285707e4615532140c7e4156)
Thanks [@neil585456525](https://github.com/neil585456525)! - Fix importOperationTypesFrom missing
prefix

## 6.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/react-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/typescript-react-query",
"version": "6.0.0",
"version": "6.1.0",
"type": "module",
"description": "GraphQL Code Generator plugin for generating a ready-to-use React-Query Hooks based on GraphQL operations",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/plugins/typescript/vue-apollo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-codegen/typescript-vue-apollo

## 4.1.1

### Patch Changes

- [#557](https://github.com/dotansimha/graphql-code-generator-community/pull/557)
[`c2b4a1b`](https://github.com/dotansimha/graphql-code-generator-community/commit/c2b4a1b6f13808745860c814ae38667cfee8e0b9)
Thanks [@FloEdelmann](https://github.com/FloEdelmann)! - Make lazy query's variables optional

## 4.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/vue-apollo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/typescript-vue-apollo",
"version": "4.1.0",
"version": "4.1.1",
"type": "module",
"description": "GraphQL Code Generator plugin for generating ready-to-use Vue-Apollo composition functions based on GraphQL operations",
"repository": {
Expand Down

0 comments on commit 96e4443

Please sign in to comment.