Skip to content

Commit 8271a3c

Browse files
author
waitingsong
committed
v12.6.2
1 parent 5770bf6 commit 8271a3c

12 files changed

Lines changed: 74 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## 12.6.2 (2021-06-25)
7+
8+
9+
### Bug Fixes
10+
11+
* **midway-component-fetch:** context undefined during unit test 5770bf6
12+
13+
14+
15+
16+
617
## 12.6.1 (2021-06-23)
718

819
**Note:** Version bump only for package rxxfetch

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "12.6.1",
2+
"version": "12.6.2",
33
"packages": [
44
"packages/*"
55
],

packages/demo/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## 12.6.2 (2021-06-25)
7+
8+
9+
### Bug Fixes
10+
11+
* **midway-component-fetch:** context undefined during unit test ([5770bf6](https://github.com/waitingsong/npm-mono-base/commit/5770bf62f694bf7448bf3bc3e4ec29d100d6df86))
12+
13+
14+
15+
16+
617
## 12.6.1 (2021-06-23)
718

819
**Note:** Version bump only for package demo

packages/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "demo",
33
"author": "waiting",
4-
"version": "12.6.1",
4+
"version": "12.6.2",
55
"description": "npm boilerplate",
66
"private": true,
77
"keywords": [

packages/egg-fetch/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## 12.6.2 (2021-06-25)
7+
8+
9+
### Bug Fixes
10+
11+
* **midway-component-fetch:** context undefined during unit test ([5770bf6](https://github.com/waitingsong/rxxfetch/commit/5770bf62f694bf7448bf3bc3e4ec29d100d6df86))
12+
13+
14+
15+
16+
617
## 12.6.1 (2021-06-23)
718

819
**Note:** Version bump only for package @waiting/egg-fetch

packages/egg-fetch/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@waiting/egg-fetch",
33
"author": "waiting",
4-
"version": "12.6.1",
4+
"version": "12.6.2",
55
"description": "fetch for egg, midway",
66
"eggPlugin": {
77
"name": "fetch"
@@ -33,7 +33,7 @@
3333
"dependencies": {
3434
"@waiting/shared-core": "^14.2.0",
3535
"@waiting/shared-types": "^14.2.0",
36-
"rxxfetch": "^12.6.1"
36+
"rxxfetch": "^12.6.2"
3737
},
3838
"devDependencies": {
3939
"autod": "^3.0.0",

packages/fetch/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## 12.6.2 (2021-06-25)
7+
8+
9+
### Bug Fixes
10+
11+
* **midway-component-fetch:** context undefined during unit test ([5770bf6](https://github.com/waitingsong/rxxfetch/commit/5770bf62f694bf7448bf3bc3e4ec29d100d6df86))
12+
13+
14+
15+
16+
617
## 12.6.1 (2021-06-23)
718

819
**Note:** Version bump only for package @waiting/fetch

packages/fetch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@waiting/fetch",
33
"author": "waiting",
4-
"version": "12.6.1",
4+
"version": "12.6.2",
55
"description": "HTTP fetch API for browser and Node.js. Handle 302/303 redirect correctly on Node.js",
66
"keywords": [
77
"http",

packages/midway-component-fetch/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## 12.6.2 (2021-06-25)
7+
8+
9+
### Bug Fixes
10+
11+
* **midway-component-fetch:** context undefined during unit test ([5770bf6](https://github.com/waitingsong/rxxfetch/commit/5770bf62f694bf7448bf3bc3e4ec29d100d6df86))
12+
13+
14+
15+
16+
617
## 12.6.1 (2021-06-23)
718

819
**Note:** Version bump only for package @mw-components/fetch

packages/midway-component-fetch/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mw-components/fetch",
33
"author": "waiting",
4-
"version": "12.6.1",
4+
"version": "12.6.2",
55
"description": "",
66
"private": false,
77
"keywords": [
@@ -25,7 +25,7 @@
2525
"license": "MIT",
2626
"dependencies": {
2727
"@mw-components/jaeger": "^6.15.0",
28-
"@waiting/fetch": "^12.6.1",
28+
"@waiting/fetch": "^12.6.2",
2929
"@waiting/shared-core": "^14.2.0",
3030
"@waiting/shared-types": "^14.2.0"
3131
},

0 commit comments

Comments
 (0)