Skip to content

Commit 37eccf2

Browse files
committed
chore: Publish v6.0.6
1 parent 53c8a99 commit 37eccf2

File tree

32 files changed

+174
-46
lines changed

32 files changed

+174
-46
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [6.0.6](https://github.com/netflix/pollyjs/compare/v6.0.5...v6.0.6) (2023-07-20)
7+
8+
**Note:** Version bump only for package pollyjs
9+
10+
11+
12+
13+
614
## [6.0.5](https://github.com/netflix/pollyjs/compare/v6.0.4...v6.0.5) (2022-04-04)
715

816

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "6.0.5",
2+
"version": "6.0.6",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"packages": ["packages/@pollyjs/*"],

packages/@pollyjs/adapter-fetch/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [6.0.6](https://github.com/netflix/pollyjs/compare/v6.0.5...v6.0.6) (2023-07-20)
7+
8+
**Note:** Version bump only for package @pollyjs/adapter-fetch
9+
10+
11+
12+
13+
614
## [6.0.5](https://github.com/netflix/pollyjs/compare/v6.0.4...v6.0.5) (2022-04-04)
715

816
**Note:** Version bump only for package @pollyjs/adapter-fetch

packages/@pollyjs/adapter-fetch/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pollyjs/adapter-fetch",
3-
"version": "6.0.5",
3+
"version": "6.0.6",
44
"description": "Fetch adapter for @pollyjs",
55
"main": "dist/cjs/pollyjs-adapter-fetch.js",
66
"module": "dist/es/pollyjs-adapter-fetch.js",
@@ -42,15 +42,15 @@
4242
"watch-all": "npm-run-all --parallel build:watch test:build:watch"
4343
},
4444
"dependencies": {
45-
"@pollyjs/adapter": "^6.0.4",
46-
"@pollyjs/utils": "^6.0.1",
45+
"@pollyjs/adapter": "^6.0.6",
46+
"@pollyjs/utils": "^6.0.6",
4747
"detect-node": "^2.1.0",
4848
"to-arraybuffer": "^1.0.1"
4949
},
5050
"devDependencies": {
51-
"@pollyjs/core": "^6.0.5",
52-
"@pollyjs/persister-local-storage": "^6.0.5",
53-
"@pollyjs/persister-rest": "^6.0.5",
51+
"@pollyjs/core": "^6.0.6",
52+
"@pollyjs/persister-local-storage": "^6.0.6",
53+
"@pollyjs/persister-rest": "^6.0.6",
5454
"rollup": "^1.14.6"
5555
}
5656
}

packages/@pollyjs/adapter-node-http/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [6.0.6](https://github.com/netflix/pollyjs/compare/v6.0.5...v6.0.6) (2023-07-20)
7+
8+
**Note:** Version bump only for package @pollyjs/adapter-node-http
9+
10+
11+
12+
13+
614
## [6.0.5](https://github.com/netflix/pollyjs/compare/v6.0.4...v6.0.5) (2022-04-04)
715

816
**Note:** Version bump only for package @pollyjs/adapter-node-http

packages/@pollyjs/adapter-node-http/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pollyjs/adapter-node-http",
3-
"version": "6.0.5",
3+
"version": "6.0.6",
44
"description": "Node HTTP adapter for @pollyjs",
55
"main": "dist/cjs/pollyjs-adapter-node-http.js",
66
"module": "dist/es/pollyjs-adapter-node-http.js",
@@ -45,14 +45,14 @@
4545
"watch-all": "npm-run-all --parallel build:watch test:build:watch"
4646
},
4747
"dependencies": {
48-
"@pollyjs/adapter": "^6.0.4",
49-
"@pollyjs/utils": "^6.0.1",
48+
"@pollyjs/adapter": "^6.0.6",
49+
"@pollyjs/utils": "^6.0.6",
5050
"lodash-es": "^4.17.21",
5151
"nock": "^13.2.1"
5252
},
5353
"devDependencies": {
54-
"@pollyjs/core": "^6.0.5",
55-
"@pollyjs/persister-fs": "^6.0.5",
54+
"@pollyjs/core": "^6.0.6",
55+
"@pollyjs/persister-fs": "^6.0.6",
5656
"form-data": "^4.0.0",
5757
"get-stream": "^6.0.1",
5858
"node-fetch": "^2.6.6",

packages/@pollyjs/adapter-puppeteer/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [6.0.6](https://github.com/netflix/pollyjs/compare/v6.0.5...v6.0.6) (2023-07-20)
7+
8+
**Note:** Version bump only for package @pollyjs/adapter-puppeteer
9+
10+
11+
12+
13+
614
## [6.0.5](https://github.com/netflix/pollyjs/compare/v6.0.4...v6.0.5) (2022-04-04)
715

816
**Note:** Version bump only for package @pollyjs/adapter-puppeteer

packages/@pollyjs/adapter-puppeteer/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pollyjs/adapter-puppeteer",
3-
"version": "6.0.5",
3+
"version": "6.0.6",
44
"description": "File system persister for @pollyjs",
55
"main": "dist/cjs/pollyjs-adapter-puppeteer.js",
66
"module": "dist/es/pollyjs-adapter-puppeteer.js",
@@ -41,12 +41,12 @@
4141
"watch-all": "npm-run-all --parallel build:watch test:build:watch"
4242
},
4343
"dependencies": {
44-
"@pollyjs/adapter": "^6.0.4",
45-
"@pollyjs/utils": "^6.0.1"
44+
"@pollyjs/adapter": "^6.0.6",
45+
"@pollyjs/utils": "^6.0.6"
4646
},
4747
"devDependencies": {
48-
"@pollyjs/core": "^6.0.5",
49-
"@pollyjs/persister-fs": "^6.0.5",
48+
"@pollyjs/core": "^6.0.6",
49+
"@pollyjs/persister-fs": "^6.0.6",
5050
"node-fetch": "^2.6.6",
5151
"puppeteer": "1.10.0",
5252
"rollup": "^1.14.6"

packages/@pollyjs/adapter-xhr/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [6.0.6](https://github.com/netflix/pollyjs/compare/v6.0.5...v6.0.6) (2023-07-20)
7+
8+
**Note:** Version bump only for package @pollyjs/adapter-xhr
9+
10+
11+
12+
13+
614
## [6.0.5](https://github.com/netflix/pollyjs/compare/v6.0.4...v6.0.5) (2022-04-04)
715

816
**Note:** Version bump only for package @pollyjs/adapter-xhr

packages/@pollyjs/adapter-xhr/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pollyjs/adapter-xhr",
3-
"version": "6.0.5",
3+
"version": "6.0.6",
44
"description": "XHR adapter for @pollyjs",
55
"main": "dist/cjs/pollyjs-adapter-xhr.js",
66
"module": "dist/es/pollyjs-adapter-xhr.js",
@@ -43,13 +43,13 @@
4343
},
4444
"dependencies": {
4545
"@offirgolan/nise": "^4.1.0",
46-
"@pollyjs/adapter": "^6.0.4",
47-
"@pollyjs/utils": "^6.0.1",
46+
"@pollyjs/adapter": "^6.0.6",
47+
"@pollyjs/utils": "^6.0.6",
4848
"to-arraybuffer": "^1.0.1"
4949
},
5050
"devDependencies": {
51-
"@pollyjs/core": "^6.0.5",
52-
"@pollyjs/persister-rest": "^6.0.5",
51+
"@pollyjs/core": "^6.0.6",
52+
"@pollyjs/persister-rest": "^6.0.6",
5353
"rollup": "^1.14.6"
5454
}
5555
}

0 commit comments

Comments
 (0)