Skip to content

Commit 08c3f7f

Browse files
committed
chore: release [skip ci]
1 parent 0740611 commit 08c3f7f

File tree

2 files changed

+23
-18
lines changed

2 files changed

+23
-18
lines changed

packages/playwright-msw/CHANGELOG.md

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,42 +2,47 @@
22

33
<!-- MONODEPLOY:BELOW -->
44

5-
## [2.2.1](https://github.com/valendres/playwright-msw/compare/[email protected].0...playwright-msw@2.2.1) "playwright-msw" (2023-03-10)<a name="2.2.1"></a>
5+
## [3.0.0](https://github.com/valendres/playwright-msw/compare/[email protected].1...playwright-msw@3.0.0) "playwright-msw" (2023-12-05)<a name="3.0.0"></a>
66

7-
### Bug Fixes
7+
### Breaking Changes
8+
9+
- playwright-msw now requires [email protected] and node 18 ([cb7d144](https://github.com/valendres/playwright-msw/commits/cb7d144))
810

9-
* vue compatibility ([3634be1](https://github.com/valendres/playwright-msw/commits/3634be1))
10-
* race condition which breaks compatibility with vue (#61) ([3634be1](https://github.com/valendres/playwright-msw/commits/3634be1))
11+
### Bug Fixes
1112

13+
- actually log active handlers ([cb7d144](https://github.com/valendres/playwright-msw/commits/cb7d144))
1214

15+
### Features
1316

17+
- add support for MSW 2.x (#77) ([cb7d144](https://github.com/valendres/playwright-msw/commits/cb7d144))
1418

15-
## [2.2.0](https://github.com/valendres/playwright-msw/compare/playwright-msw@2.1[email protected].0) "playwright-msw" (2023-02-06)<a name="2.2.0"></a>
19+
## [2.2.1](https://github.com/valendres/playwright-msw/compare/playwright-msw@2.2[email protected].1) "playwright-msw" (2023-03-10)<a name="2.2.1"></a>
1620

1721
### Bug Fixes
1822

19-
* handler delay not being respected ([3d08816](https://github.com/valendres/playwright-msw/commits/3d08816))
20-
* handler delay not being respected (#49) ([3d08816](https://github.com/valendres/playwright-msw/commits/3d08816))
21-
* bypass initial page requests (#47) ([d1053b5](https://github.com/valendres/playwright-msw/commits/d1053b5))
22-
* unknown error code: "error" ([ef50166](https://github.com/valendres/playwright-msw/commits/ef50166))
23-
* compatibility issue issue with msw>=0.49.3 ([ef50166](https://github.com/valendres/playwright-msw/commits/ef50166))
24-
* unknown error code "error" when used with [email protected] (#57) ([ef50166](https://github.com/valendres/playwright-msw/commits/ef50166))
23+
- vue compatibility ([3634be1](https://github.com/valendres/playwright-msw/commits/3634be1))
24+
- race condition which breaks compatibility with vue (#61) ([3634be1](https://github.com/valendres/playwright-msw/commits/3634be1))
2525

26-
### Features
26+
## [2.2.0](https://github.com/valendres/playwright-msw/compare/[email protected]@2.2.0) "playwright-msw" (2023-02-06)<a name="2.2.0"></a>
2727

28-
* allow initial api calls not to be mocked ([d1053b5](https://github.com/valendres/playwright-msw/commits/d1053b5))
28+
### Bug Fixes
2929

30+
- handler delay not being respected ([3d08816](https://github.com/valendres/playwright-msw/commits/3d08816))
31+
- handler delay not being respected (#49) ([3d08816](https://github.com/valendres/playwright-msw/commits/3d08816))
32+
- bypass initial page requests (#47) ([d1053b5](https://github.com/valendres/playwright-msw/commits/d1053b5))
33+
- unknown error code: "error" ([ef50166](https://github.com/valendres/playwright-msw/commits/ef50166))
34+
- compatibility issue issue with msw>=0.49.3 ([ef50166](https://github.com/valendres/playwright-msw/commits/ef50166))
35+
- unknown error code "error" when used with [email protected] (#57) ([ef50166](https://github.com/valendres/playwright-msw/commits/ef50166))
3036

37+
### Features
3138

39+
- allow initial api calls not to be mocked ([d1053b5](https://github.com/valendres/playwright-msw/commits/d1053b5))
3240

3341
## [2.1.0](https://github.com/valendres/playwright-msw/compare/[email protected]@2.1.0) "playwright-msw" (2022-12-08)<a name="2.1.0"></a>
3442

3543
### Features
3644

37-
* add support for mocking cross-origin requests (#44) ([6d24ecc](https://github.com/valendres/playwright-msw/commits/6d24ecc))
38-
39-
40-
45+
- add support for mocking cross-origin requests (#44) ([6d24ecc](https://github.com/valendres/playwright-msw/commits/6d24ecc))
4146

4247
## [2.0.2](https://github.com/valendres/playwright-msw/compare/[email protected]@2.0.2) "playwright-msw" (2022-12-08)<a name="2.0.2"></a>
4348

packages/playwright-msw/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playwright-msw",
3-
"version": "2.2.1",
3+
"version": "3.0.0",
44
"description": "A Mock Service Worker API for Playwright.",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)