Skip to content

Commit

Permalink
chore: Publish v6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
offirgolan committed Dec 7, 2021
1 parent 95e5e97 commit 9f4179a
Show file tree
Hide file tree
Showing 24 changed files with 139 additions and 31 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.0.2](https://github.com/netflix/pollyjs/compare/v6.0.1...v6.0.2) (2021-12-07)


### Bug Fixes

* **core:** Fix types for registering adapters and persisters ([#435](https://github.com/netflix/pollyjs/issues/435)) ([cc2fa19](https://github.com/netflix/pollyjs/commit/cc2fa197a5c0a5fdef4602c4a207d31f3e677897))





## [6.0.1](https://github.com/netflix/pollyjs/compare/v6.0.0...v6.0.1) (2021-12-06)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "6.0.1",
"version": "6.0.2",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": ["packages/@pollyjs/*"],
Expand Down
8 changes: 8 additions & 0 deletions packages/@pollyjs/adapter-fetch/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.

## [6.0.2](https://github.com/netflix/pollyjs/compare/v6.0.1...v6.0.2) (2021-12-07)

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





## [6.0.1](https://github.com/netflix/pollyjs/compare/v6.0.0...v6.0.1) (2021-12-06)


Expand Down
10 changes: 5 additions & 5 deletions packages/@pollyjs/adapter-fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pollyjs/adapter-fetch",
"version": "6.0.1",
"version": "6.0.2",
"description": "Fetch adapter for @pollyjs",
"main": "dist/cjs/pollyjs-adapter-fetch.js",
"module": "dist/es/pollyjs-adapter-fetch.js",
Expand Down Expand Up @@ -42,15 +42,15 @@
"watch-all": "npm-run-all --parallel build:watch test:build:watch"
},
"dependencies": {
"@pollyjs/adapter": "^6.0.1",
"@pollyjs/adapter": "^6.0.2",
"@pollyjs/utils": "^6.0.1",
"detect-node": "^2.1.0",
"to-arraybuffer": "^1.0.1"
},
"devDependencies": {
"@pollyjs/core": "^6.0.1",
"@pollyjs/persister-local-storage": "^6.0.1",
"@pollyjs/persister-rest": "^6.0.1",
"@pollyjs/core": "^6.0.2",
"@pollyjs/persister-local-storage": "^6.0.2",
"@pollyjs/persister-rest": "^6.0.2",
"rollup": "^1.14.6"
}
}
8 changes: 8 additions & 0 deletions packages/@pollyjs/adapter-node-http/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.

## [6.0.2](https://github.com/netflix/pollyjs/compare/v6.0.1...v6.0.2) (2021-12-07)

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





## [6.0.1](https://github.com/netflix/pollyjs/compare/v6.0.0...v6.0.1) (2021-12-06)


Expand Down
8 changes: 4 additions & 4 deletions packages/@pollyjs/adapter-node-http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pollyjs/adapter-node-http",
"version": "6.0.1",
"version": "6.0.2",
"description": "Node HTTP adapter for @pollyjs",
"main": "dist/cjs/pollyjs-adapter-node-http.js",
"module": "dist/es/pollyjs-adapter-node-http.js",
Expand Down Expand Up @@ -45,14 +45,14 @@
"watch-all": "npm-run-all --parallel build:watch test:build:watch"
},
"dependencies": {
"@pollyjs/adapter": "^6.0.1",
"@pollyjs/adapter": "^6.0.2",
"@pollyjs/utils": "^6.0.1",
"lodash-es": "^4.17.21",
"nock": "^13.2.1"
},
"devDependencies": {
"@pollyjs/core": "^6.0.1",
"@pollyjs/persister-fs": "^6.0.1",
"@pollyjs/core": "^6.0.2",
"@pollyjs/persister-fs": "^6.0.2",
"form-data": "^4.0.0",
"get-stream": "^6.0.1",
"node-fetch": "^2.6.6",
Expand Down
8 changes: 8 additions & 0 deletions packages/@pollyjs/adapter-puppeteer/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.

## [6.0.2](https://github.com/netflix/pollyjs/compare/v6.0.1...v6.0.2) (2021-12-07)

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





## [6.0.1](https://github.com/netflix/pollyjs/compare/v6.0.0...v6.0.1) (2021-12-06)


Expand Down
8 changes: 4 additions & 4 deletions packages/@pollyjs/adapter-puppeteer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pollyjs/adapter-puppeteer",
"version": "6.0.1",
"version": "6.0.2",
"description": "File system persister for @pollyjs",
"main": "dist/cjs/pollyjs-adapter-puppeteer.js",
"module": "dist/es/pollyjs-adapter-puppeteer.js",
Expand Down Expand Up @@ -41,12 +41,12 @@
"watch-all": "npm-run-all --parallel build:watch test:build:watch"
},
"dependencies": {
"@pollyjs/adapter": "^6.0.1",
"@pollyjs/adapter": "^6.0.2",
"@pollyjs/utils": "^6.0.1"
},
"devDependencies": {
"@pollyjs/core": "^6.0.1",
"@pollyjs/persister-fs": "^6.0.1",
"@pollyjs/core": "^6.0.2",
"@pollyjs/persister-fs": "^6.0.2",
"node-fetch": "^2.6.6",
"puppeteer": "1.10.0",
"rollup": "^1.14.6"
Expand Down
8 changes: 8 additions & 0 deletions packages/@pollyjs/adapter-xhr/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.

## [6.0.2](https://github.com/netflix/pollyjs/compare/v6.0.1...v6.0.2) (2021-12-07)

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





## [6.0.1](https://github.com/netflix/pollyjs/compare/v6.0.0...v6.0.1) (2021-12-06)


Expand Down
8 changes: 4 additions & 4 deletions packages/@pollyjs/adapter-xhr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pollyjs/adapter-xhr",
"version": "6.0.1",
"version": "6.0.2",
"description": "XHR adapter for @pollyjs",
"main": "dist/cjs/pollyjs-adapter-xhr.js",
"module": "dist/es/pollyjs-adapter-xhr.js",
Expand Down Expand Up @@ -43,13 +43,13 @@
},
"dependencies": {
"@offirgolan/nise": "^4.1.0",
"@pollyjs/adapter": "^6.0.1",
"@pollyjs/adapter": "^6.0.2",
"@pollyjs/utils": "^6.0.1",
"to-arraybuffer": "^1.0.1"
},
"devDependencies": {
"@pollyjs/core": "^6.0.1",
"@pollyjs/persister-rest": "^6.0.1",
"@pollyjs/core": "^6.0.2",
"@pollyjs/persister-rest": "^6.0.2",
"rollup": "^1.14.6"
}
}
11 changes: 11 additions & 0 deletions packages/@pollyjs/adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.0.2](https://github.com/netflix/pollyjs/compare/v6.0.1...v6.0.2) (2021-12-07)


### Bug Fixes

* **core:** Fix types for registering adapters and persisters ([#435](https://github.com/netflix/pollyjs/issues/435)) ([cc2fa19](https://github.com/netflix/pollyjs/commit/cc2fa197a5c0a5fdef4602c4a207d31f3e677897))





## [6.0.1](https://github.com/netflix/pollyjs/compare/v6.0.0...v6.0.1) (2021-12-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/@pollyjs/adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pollyjs/adapter",
"version": "6.0.1",
"version": "6.0.2",
"description": "Extendable base adapter class used by @pollyjs",
"main": "dist/cjs/pollyjs-adapter.js",
"module": "dist/es/pollyjs-adapter.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/@pollyjs/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.0.2](https://github.com/netflix/pollyjs/compare/v6.0.1...v6.0.2) (2021-12-07)


### Bug Fixes

* **core:** Fix types for registering adapters and persisters ([#435](https://github.com/netflix/pollyjs/issues/435)) ([cc2fa19](https://github.com/netflix/pollyjs/commit/cc2fa197a5c0a5fdef4602c4a207d31f3e677897))





## [6.0.1](https://github.com/netflix/pollyjs/compare/v6.0.0...v6.0.1) (2021-12-06)


Expand Down
6 changes: 3 additions & 3 deletions packages/@pollyjs/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pollyjs/core",
"version": "6.0.1",
"version": "6.0.2",
"description": "Record, replay, and stub HTTP Interactions",
"main": "dist/cjs/pollyjs-core.js",
"module": "dist/es/pollyjs-core.js",
Expand Down Expand Up @@ -55,8 +55,8 @@
"slugify": "^1.6.3"
},
"devDependencies": {
"@pollyjs/adapter": "^6.0.1",
"@pollyjs/persister": "^6.0.1",
"@pollyjs/adapter": "^6.0.2",
"@pollyjs/persister": "^6.0.2",
"rollup": "^1.14.6"
}
}
8 changes: 8 additions & 0 deletions packages/@pollyjs/persister-fs/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.

## [6.0.2](https://github.com/netflix/pollyjs/compare/v6.0.1...v6.0.2) (2021-12-07)

**Note:** Version bump only for package @pollyjs/persister-fs





## [6.0.1](https://github.com/netflix/pollyjs/compare/v6.0.0...v6.0.1) (2021-12-06)


Expand Down
4 changes: 2 additions & 2 deletions packages/@pollyjs/persister-fs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pollyjs/persister-fs",
"version": "6.0.1",
"version": "6.0.2",
"description": "File system persister for @pollyjs",
"main": "dist/cjs/pollyjs-persister-fs.js",
"module": "dist/es/pollyjs-persister-fs.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@pollyjs/node-server": "^6.0.1",
"@pollyjs/persister": "^6.0.1"
"@pollyjs/persister": "^6.0.2"
},
"devDependencies": {
"fixturify": "^2.1.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/@pollyjs/persister-in-memory/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.

## [6.0.2](https://github.com/netflix/pollyjs/compare/v6.0.1...v6.0.2) (2021-12-07)

**Note:** Version bump only for package @pollyjs/persister-in-memory





## [6.0.1](https://github.com/netflix/pollyjs/compare/v6.0.0...v6.0.1) (2021-12-06)


Expand Down
4 changes: 2 additions & 2 deletions packages/@pollyjs/persister-in-memory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pollyjs/persister-in-memory",
"version": "6.0.1",
"version": "6.0.2",
"private": true,
"description": "In memory storage persister for @pollyjs",
"main": "dist/cjs/pollyjs-persister-in-memory.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
"watch-all": "npm-run-all --parallel build:watch test:build:watch"
},
"dependencies": {
"@pollyjs/persister": "^6.0.1"
"@pollyjs/persister": "^6.0.2"
},
"devDependencies": {
"rollup": "^1.14.6"
Expand Down
8 changes: 8 additions & 0 deletions packages/@pollyjs/persister-local-storage/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.

## [6.0.2](https://github.com/netflix/pollyjs/compare/v6.0.1...v6.0.2) (2021-12-07)

**Note:** Version bump only for package @pollyjs/persister-local-storage





## [6.0.1](https://github.com/netflix/pollyjs/compare/v6.0.0...v6.0.1) (2021-12-06)


Expand Down
4 changes: 2 additions & 2 deletions packages/@pollyjs/persister-local-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pollyjs/persister-local-storage",
"version": "6.0.1",
"version": "6.0.2",
"description": "Local storage persister for @pollyjs",
"main": "dist/cjs/pollyjs-persister-local-storage.js",
"module": "dist/es/pollyjs-persister-local-storage.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
"watch-all": "npm-run-all --parallel build:watch test:build:watch"
},
"dependencies": {
"@pollyjs/persister": "^6.0.1"
"@pollyjs/persister": "^6.0.2"
},
"devDependencies": {
"rollup": "^1.14.6"
Expand Down
8 changes: 8 additions & 0 deletions packages/@pollyjs/persister-rest/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.

## [6.0.2](https://github.com/netflix/pollyjs/compare/v6.0.1...v6.0.2) (2021-12-07)

**Note:** Version bump only for package @pollyjs/persister-rest





## [6.0.1](https://github.com/netflix/pollyjs/compare/v6.0.0...v6.0.1) (2021-12-06)


Expand Down
4 changes: 2 additions & 2 deletions packages/@pollyjs/persister-rest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pollyjs/persister-rest",
"version": "6.0.1",
"version": "6.0.2",
"description": "REST persister for @pollyjs",
"main": "dist/cjs/pollyjs-persister-rest.js",
"module": "dist/es/pollyjs-persister-rest.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
"watch-all": "npm-run-all --parallel build:watch test:build:watch"
},
"dependencies": {
"@pollyjs/persister": "^6.0.1",
"@pollyjs/persister": "^6.0.2",
"@pollyjs/utils": "^6.0.1"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/@pollyjs/persister/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.0.2](https://github.com/netflix/pollyjs/compare/v6.0.1...v6.0.2) (2021-12-07)


### Bug Fixes

* **core:** Fix types for registering adapters and persisters ([#435](https://github.com/netflix/pollyjs/issues/435)) ([cc2fa19](https://github.com/netflix/pollyjs/commit/cc2fa197a5c0a5fdef4602c4a207d31f3e677897))





## [6.0.1](https://github.com/netflix/pollyjs/compare/v6.0.0...v6.0.1) (2021-12-06)


Expand Down
Loading

0 comments on commit 9f4179a

Please sign in to comment.