Skip to content

Commit 3c5ad05

Browse files
chore(release): update monorepo packages versions (#490)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e289988 commit 3c5ad05

3 files changed

Lines changed: 10 additions & 6 deletions

File tree

.changeset/tidy-trains-wait.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/plugins/typescript/msw/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @graphql-codegen/typescript-msw
22

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- [#484](https://github.com/dotansimha/graphql-code-generator-community/pull/484)
8+
[`1f056e99c`](https://github.com/dotansimha/graphql-code-generator-community/commit/1f056e99c18d36557fac4f3c75a52ee9c2a7bfb2)
9+
Thanks [@netanelgilad](https://github.com/netanelgilad)! - future proof types for generated mock
10+
functions - this also adds support for `msw@2`.
11+
312
## 2.0.0
413

514
### Major Changes

packages/plugins/typescript/msw/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/typescript-msw",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"type": "module",
55
"description": "GraphQL Code Generator plugin for generating MSW mock handlers based on GraphQL operations",
66
"repository": {

0 commit comments

Comments
 (0)