Skip to content

Commit a1eb8dd

Browse files
author
waitingsong
committed
v11.3.0
1 parent 9a1ce90 commit a1eb8dd

File tree

12 files changed

+74
-8
lines changed

12 files changed

+74
-8
lines changed

CHANGELOG.md

+11
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+
# 11.3.0 (2021-06-15)
7+
8+
9+
### Features
10+
11+
* **midway-component-fetch:** process caught exception with optional processEx() ([9a1ce90](https://github.com/waitingsong/rxxfetch/commit/9a1ce9086caea0142d1becf9296b185e5b4c40e9))
12+
13+
14+
15+
16+
617
## 11.2.3 (2021-06-11)
718

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

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "11.2.3",
2+
"version": "11.3.0",
33
"packages": [
44
"packages/*"
55
],

packages/demo/CHANGELOG.md

+11
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+
# 11.3.0 (2021-06-15)
7+
8+
9+
### Features
10+
11+
* **midway-component-fetch:** process caught exception with optional processEx() ([9a1ce90](https://github.com/waitingsong/npm-mono-base/commit/9a1ce9086caea0142d1becf9296b185e5b4c40e9))
12+
13+
14+
15+
16+
617
## 11.2.3 (2021-06-11)
718

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

packages/demo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "demo",
33
"author": "waiting",
4-
"version": "11.2.3",
4+
"version": "11.3.0",
55
"description": "npm boilerplate",
66
"private": true,
77
"keywords": [

packages/egg-fetch/CHANGELOG.md

+11
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+
# 11.3.0 (2021-06-15)
7+
8+
9+
### Features
10+
11+
* **midway-component-fetch:** process caught exception with optional processEx() ([9a1ce90](https://github.com/waitingsong/rxxfetch/commit/9a1ce9086caea0142d1becf9296b185e5b4c40e9))
12+
13+
14+
15+
16+
617
## 11.2.3 (2021-06-11)
718

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

packages/egg-fetch/package.json

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

packages/fetch/CHANGELOG.md

+11
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+
# 11.3.0 (2021-06-15)
7+
8+
9+
### Features
10+
11+
* **midway-component-fetch:** process caught exception with optional processEx() ([9a1ce90](https://github.com/waitingsong/rxxfetch/commit/9a1ce9086caea0142d1becf9296b185e5b4c40e9))
12+
13+
14+
15+
16+
617
## 11.2.3 (2021-06-11)
718

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

packages/fetch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@waiting/fetch",
33
"author": "waiting",
4-
"version": "11.2.3",
4+
"version": "11.3.0",
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

+11
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+
# 11.3.0 (2021-06-15)
7+
8+
9+
### Features
10+
11+
* **midway-component-fetch:** process caught exception with optional processEx() ([9a1ce90](https://github.com/waitingsong/rxxfetch/commit/9a1ce9086caea0142d1becf9296b185e5b4c40e9))
12+
13+
14+
15+
16+
617
## 11.2.3 (2021-06-11)
718

819
**Note:** Version bump only for package midway-component-fetch

packages/midway-component-fetch/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "midway-component-fetch",
33
"author": "waiting",
4-
"version": "11.2.3",
4+
"version": "11.3.0",
55
"description": "",
66
"private": false,
77
"keywords": [
@@ -24,7 +24,7 @@
2424
},
2525
"license": "MIT",
2626
"dependencies": {
27-
"@waiting/fetch": "^11.2.3",
27+
"@waiting/fetch": "^11.3.0",
2828
"@waiting/shared-core": "^12.0.0",
2929
"@waiting/shared-types": "^12.0.0",
3030
"midway-component-jaeger": ">=6"

packages/rxxfetch/CHANGELOG.md

+11
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+
# 11.3.0 (2021-06-15)
7+
8+
9+
### Features
10+
11+
* **midway-component-fetch:** process caught exception with optional processEx() ([9a1ce90](https://github.com/waitingsong/rxxfetch/commit/9a1ce9086caea0142d1becf9296b185e5b4c40e9))
12+
13+
14+
15+
16+
617
## 11.2.3 (2021-06-11)
718

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

packages/rxxfetch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rxxfetch",
33
"author": "waiting",
4-
"version": "11.2.3",
4+
"version": "11.3.0",
55
"description": "Observable HTTP fetch API for browser and Node.js. Handle 302/303 redirect correctly on Node.js",
66
"keywords": [
77
"rx",

0 commit comments

Comments
 (0)