Skip to content

Commit

Permalink
chore: Publish v5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
offirgolan committed Jun 2, 2021
1 parent 247be0a commit bd3f819
Show file tree
Hide file tree
Showing 32 changed files with 192 additions and 52 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.

## [5.1.1](https://github.com/netflix/pollyjs/compare/v5.1.0...v5.1.1) (2021-06-02)


### Bug Fixes

* Handle failed arraybuffer instanceof checks ([#393](https://github.com/netflix/pollyjs/issues/393)) ([247be0a](https://github.com/netflix/pollyjs/commit/247be0a))





# [5.1.0](https://github.com/netflix/pollyjs/compare/v5.0.2...v5.1.0) (2020-12-12)


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": "5.1.0",
"version": "5.1.1",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": ["packages/@pollyjs/*"],
Expand Down
11 changes: 11 additions & 0 deletions packages/@pollyjs/adapter-fetch/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.

## [5.1.1](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/adapter-fetch/compare/v5.1.0...v5.1.1) (2021-06-02)


### Bug Fixes

* Handle failed arraybuffer instanceof checks ([#393](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/adapter-fetch/issues/393)) ([247be0a](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/adapter-fetch/commit/247be0a))





# [5.1.0](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/adapter-fetch/compare/v5.0.2...v5.1.0) (2020-12-12)

**Note:** Version bump only for package @pollyjs/adapter-fetch
Expand Down
12 changes: 6 additions & 6 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": "5.1.0",
"version": "5.1.1",
"description": "Fetch adapter for @pollyjs",
"main": "dist/cjs/pollyjs-adapter-fetch.js",
"module": "dist/es/pollyjs-adapter-fetch.js",
Expand Down Expand Up @@ -40,15 +40,15 @@
"watch-all": "npm-run-all --parallel build:watch test:build:watch"
},
"dependencies": {
"@pollyjs/adapter": "^5.0.0",
"@pollyjs/utils": "^5.0.0",
"@pollyjs/adapter": "^5.1.1",
"@pollyjs/utils": "^5.1.1",
"detect-node": "^2.0.4",
"to-arraybuffer": "^1.0.1"
},
"devDependencies": {
"@pollyjs/core": "^5.1.0",
"@pollyjs/persister-local-storage": "^5.0.0",
"@pollyjs/persister-rest": "^5.0.0",
"@pollyjs/core": "^5.1.1",
"@pollyjs/persister-local-storage": "^5.1.1",
"@pollyjs/persister-rest": "^5.1.1",
"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.

## [5.1.1](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/adapter-node-http/compare/v5.1.0...v5.1.1) (2021-06-02)

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





# [5.1.0](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/adapter-node-http/compare/v5.0.2...v5.1.0) (2020-12-12)

**Note:** Version bump only for package @pollyjs/adapter-node-http
Expand Down
10 changes: 5 additions & 5 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": "5.1.0",
"version": "5.1.1",
"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 @@ -43,14 +43,14 @@
"watch-all": "npm-run-all --parallel build:watch test:build:watch"
},
"dependencies": {
"@pollyjs/adapter": "^5.0.0",
"@pollyjs/utils": "^5.0.0",
"@pollyjs/adapter": "^5.1.1",
"@pollyjs/utils": "^5.1.1",
"lodash-es": "^4.17.11",
"nock": "^12.0.3"
},
"devDependencies": {
"@pollyjs/core": "^5.1.0",
"@pollyjs/persister-fs": "^5.0.0",
"@pollyjs/core": "^5.1.1",
"@pollyjs/persister-fs": "^5.1.1",
"form-data": "^2.5.1",
"get-stream": "^5.1.0",
"node-fetch": "^2.6.0",
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.

## [5.1.1](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/adapter-puppeteer/compare/v5.1.0...v5.1.1) (2021-06-02)

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





# [5.1.0](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/adapter-puppeteer/compare/v5.0.2...v5.1.0) (2020-12-12)


Expand Down
10 changes: 5 additions & 5 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": "5.1.0",
"version": "5.1.1",
"description": "File system persister for @pollyjs",
"main": "dist/cjs/pollyjs-adapter-puppeteer.js",
"module": "dist/es/pollyjs-adapter-puppeteer.js",
Expand Down Expand Up @@ -39,12 +39,12 @@
"watch-all": "npm-run-all --parallel build:watch test:build:watch"
},
"dependencies": {
"@pollyjs/adapter": "^5.0.0",
"@pollyjs/utils": "^5.0.0"
"@pollyjs/adapter": "^5.1.1",
"@pollyjs/utils": "^5.1.1"
},
"devDependencies": {
"@pollyjs/core": "^5.1.0",
"@pollyjs/persister-fs": "^5.0.0",
"@pollyjs/core": "^5.1.1",
"@pollyjs/persister-fs": "^5.1.1",
"node-fetch": "^2.6.0",
"puppeteer": "1.10.0",
"rollup": "^1.14.6"
Expand Down
11 changes: 11 additions & 0 deletions packages/@pollyjs/adapter-xhr/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.

## [5.1.1](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/adapter-xhr/compare/v5.1.0...v5.1.1) (2021-06-02)


### Bug Fixes

* Handle failed arraybuffer instanceof checks ([#393](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/adapter-xhr/issues/393)) ([247be0a](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/adapter-xhr/commit/247be0a))





# [5.1.0](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/adapter-xhr/compare/v5.0.2...v5.1.0) (2020-12-12)

**Note:** Version bump only for package @pollyjs/adapter-xhr
Expand Down
10 changes: 5 additions & 5 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": "5.1.0",
"version": "5.1.1",
"description": "XHR adapter for @pollyjs",
"main": "dist/cjs/pollyjs-adapter-xhr.js",
"module": "dist/es/pollyjs-adapter-xhr.js",
Expand Down Expand Up @@ -41,13 +41,13 @@
},
"dependencies": {
"@offirgolan/nise": "^4.1.0",
"@pollyjs/adapter": "^5.0.0",
"@pollyjs/utils": "^5.0.0",
"@pollyjs/adapter": "^5.1.1",
"@pollyjs/utils": "^5.1.1",
"to-arraybuffer": "^1.0.1"
},
"devDependencies": {
"@pollyjs/core": "^5.1.0",
"@pollyjs/persister-rest": "^5.0.0",
"@pollyjs/core": "^5.1.1",
"@pollyjs/persister-rest": "^5.1.1",
"rollup": "^1.14.6"
}
}
8 changes: 8 additions & 0 deletions packages/@pollyjs/adapter/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.

## [5.1.1](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/adapter/compare/v5.1.0...v5.1.1) (2021-06-02)

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





# [5.0.0](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/adapter/compare/v4.3.0...v5.0.0) (2020-06-23)


Expand Down
4 changes: 2 additions & 2 deletions packages/@pollyjs/adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pollyjs/adapter",
"version": "5.0.0",
"version": "5.1.1",
"description": "Extendable base adapter class used by @pollyjs",
"main": "dist/cjs/pollyjs-adapter.js",
"module": "dist/es/pollyjs-adapter.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"@pollyjs/utils": "^5.0.0"
"@pollyjs/utils": "^5.1.1"
},
"devDependencies": {
"rollup": "^1.14.6"
Expand Down
8 changes: 8 additions & 0 deletions packages/@pollyjs/cli/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.

## [5.1.1](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/cli/compare/v5.1.0...v5.1.1) (2021-06-02)

**Note:** Version bump only for package @pollyjs/cli





# [5.0.0](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/cli/compare/v4.3.0...v5.0.0) (2020-06-23)

**Note:** Version bump only for package @pollyjs/cli
Expand Down
4 changes: 2 additions & 2 deletions packages/@pollyjs/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pollyjs/cli",
"version": "5.0.0",
"version": "5.1.1",
"description": "@pollyjs CLI",
"files": [
"bin"
Expand Down Expand Up @@ -28,7 +28,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"@pollyjs/node-server": "^5.0.0",
"@pollyjs/node-server": "^5.1.1",
"commander": "^2.20.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/@pollyjs/core/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.

## [5.1.1](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/core/compare/v5.1.0...v5.1.1) (2021-06-02)

**Note:** Version bump only for package @pollyjs/core





# [5.1.0](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/core/compare/v5.0.2...v5.1.0) (2020-12-12)


Expand Down
8 changes: 4 additions & 4 deletions packages/@pollyjs/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pollyjs/core",
"version": "5.1.0",
"version": "5.1.1",
"description": "Record, replay, and stub HTTP Interactions",
"main": "dist/cjs/pollyjs-core.js",
"module": "dist/es/pollyjs-core.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"@pollyjs/utils": "^5.0.0",
"@pollyjs/utils": "^5.1.1",
"@sindresorhus/fnv1a": "^1.2.0",
"blueimp-md5": "^2.10.0",
"fast-json-stable-stringify": "^2.0.0",
Expand All @@ -52,8 +52,8 @@
"slugify": "^1.3.4"
},
"devDependencies": {
"@pollyjs/adapter": "^5.0.0",
"@pollyjs/persister": "^5.0.0",
"@pollyjs/adapter": "^5.1.1",
"@pollyjs/persister": "^5.1.1",
"rollup": "^1.14.6"
}
}
8 changes: 8 additions & 0 deletions packages/@pollyjs/ember/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.

## [5.1.1](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/ember/compare/v5.1.0...v5.1.1) (2021-06-02)

**Note:** Version bump only for package @pollyjs/ember





# [5.1.0](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/ember/compare/v5.0.2...v5.1.0) (2020-12-12)

**Note:** Version bump only for package @pollyjs/ember
Expand Down
14 changes: 7 additions & 7 deletions packages/@pollyjs/ember/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pollyjs/ember",
"version": "5.1.0",
"version": "5.1.1",
"description": "Use @pollyjs in your Ember-CLI application",
"keywords": [
"polly",
Expand Down Expand Up @@ -36,12 +36,12 @@
"clean": "rimraf dist tmp"
},
"dependencies": {
"@pollyjs/adapter-fetch": "^5.1.0",
"@pollyjs/adapter-xhr": "^5.1.0",
"@pollyjs/core": "^5.1.0",
"@pollyjs/node-server": "^5.0.0",
"@pollyjs/persister-local-storage": "^5.0.0",
"@pollyjs/persister-rest": "^5.0.0",
"@pollyjs/adapter-fetch": "^5.1.1",
"@pollyjs/adapter-xhr": "^5.1.1",
"@pollyjs/core": "^5.1.1",
"@pollyjs/node-server": "^5.1.1",
"@pollyjs/persister-local-storage": "^5.1.1",
"@pollyjs/persister-rest": "^5.1.1",
"ember-auto-import": "^1.2.15",
"ember-cli-babel": "^6.16.0",
"minimist": "^1.2.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/@pollyjs/node-server/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.

## [5.1.1](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/node-server/compare/v5.1.0...v5.1.1) (2021-06-02)

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





# [5.0.0](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/node-server/compare/v4.3.0...v5.0.0) (2020-06-23)

**Note:** Version bump only for package @pollyjs/node-server
Expand Down
4 changes: 2 additions & 2 deletions packages/@pollyjs/node-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pollyjs/node-server",
"version": "5.0.0",
"version": "5.1.1",
"description": "Standalone node server and express integration for @pollyjs",
"main": "dist/cjs/pollyjs-node-server.js",
"module": "dist/es/pollyjs-node-server.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"watch-all": "yarn build"
},
"dependencies": {
"@pollyjs/utils": "^5.0.0",
"@pollyjs/utils": "^5.1.1",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1",
Expand Down
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.

## [5.1.1](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/persister-fs/compare/v5.1.0...v5.1.1) (2021-06-02)

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





# [5.0.0](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/persister-fs/compare/v4.3.0...v5.0.0) (2020-06-23)

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

0 comments on commit bd3f819

Please sign in to comment.