Skip to content

Commit e505099

Browse files
author
waitingsong
committed
v3.1.0
1 parent a24c936 commit e505099

8 files changed

Lines changed: 41 additions & 6 deletions

File tree

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+
# 3.1.0 (2021-04-26)
7+
8+
**Note:** Version bump only for package rxxfetch
9+
10+
11+
12+
13+
614
# [3.0.0](/compare/v2.2.0...v3.0.0) (2020-02-20)
715

816

lerna.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.0.0",
2+
"version": "3.1.0",
33
"packages": [
44
"packages/*"
55
],
@@ -23,7 +23,10 @@
2323
},
2424
"version": {
2525
"conventionalCommits": true,
26-
"allowBranch": ["master", "release"],
26+
"allowBranch": [
27+
"master",
28+
"release"
29+
],
2730
"registry": "https://registry.npmjs.org/"
2831
}
2932
},

packages/demo/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+
# 3.1.0 (2021-04-26)
7+
8+
**Note:** Version bump only for package demo
9+
10+
11+
12+
13+
614
# [3.0.0](https://github.com/waitingsong/npm-mono-base/compare/v2.2.0...v3.0.0) (2020-02-20)
715

816
**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": "3.0.0",
4+
"version": "3.1.0",
55
"description": "npm boilerplate",
66
"private": true,
77
"keywords": [

packages/egg-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+
# 3.1.0 (2021-04-26)
7+
8+
**Note:** Version bump only for package @waiting/egg-fetch
9+
10+
11+
12+
13+
614
# [3.0.0](https://github.com/waitingsong/rxxfetch/compare/v2.2.0...v3.0.0) (2020-02-20)
715

816
**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": "3.0.0",
4+
"version": "3.1.0",
55
"description": "fetch for egg, midway",
66
"eggPlugin": {
77
"name": "fetch"
@@ -33,7 +33,7 @@
3333
"dependencies": {
3434
"@waiting/shared-core": "8",
3535
"@waiting/shared-types": "8",
36-
"rxxfetch": "^3.0.0"
36+
"rxxfetch": "^3.1.0"
3737
},
3838
"devDependencies": {
3939
"autod": "^3.0.0",

packages/rxxfetch/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+
# 3.1.0 (2021-04-26)
7+
8+
**Note:** Version bump only for package rxxfetch
9+
10+
11+
12+
13+
614
# [3.0.0](https://github.com/waitingsong/rxxfetch/compare/v2.2.0...v3.0.0) (2020-02-20)
715

816

packages/rxxfetch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rxxfetch",
33
"author": "waiting",
4-
"version": "3.0.0",
4+
"version": "3.1.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)