Skip to content

Commit e65bdfa

Browse files
committed
v4.0.0
1 parent d15119c commit e65bdfa

File tree

8 files changed

+58
-7
lines changed

8 files changed

+58
-7
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
# [4.0.0](/compare/v3.5.1...v4.0.0) (2020-06-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** createFileAsync() types of param `data` d19f510
12+
13+
14+
### Features
15+
16+
* increase pkg.engines.node to >=12.13.0 b296c00
17+
18+
19+
20+
21+
622
## [3.5.1](/compare/v3.5.0...v3.5.1) (2020-03-18)
723

824
**Note:** Version bump only for package @waiting/shared

lerna.json

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

packages/core/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
# [4.0.0](https://github.com/waitingsong/node-shared-core/compare/v3.5.1...v4.0.0) (2020-06-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** createFileAsync() types of param `data` ([d19f510](https://github.com/waitingsong/node-shared-core/commit/d19f510b40d53272025d8e1843d714b80782d3a2))
12+
13+
14+
### Features
15+
16+
* increase pkg.engines.node to >=12.13.0 ([b296c00](https://github.com/waitingsong/node-shared-core/commit/b296c0030a5c36a566975ba802a3763f96dbe774))
17+
18+
19+
20+
21+
622
## [3.5.1](https://github.com/waitingsong/node-shared-core/compare/v3.5.0...v3.5.1) (2020-03-18)
723

824
**Note:** Version bump only for package @waiting/shared-core

packages/core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@waiting/shared-core",
33
"author": "waiting",
4-
"version": "3.5.1",
4+
"version": "4.0.0",
55
"description": "node core function re export with Promise or Observable",
66
"keywords": [
77
"node",
@@ -23,7 +23,7 @@
2323
},
2424
"license": "MIT",
2525
"dependencies": {
26-
"@waiting/shared-types": "^3.5.1",
26+
"@waiting/shared-types": "^4.0.0",
2727
"rxjs": "^6.5.2"
2828
},
2929
"devDependencies": {

packages/demo/CHANGELOG.md

+8
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+
# [4.0.0](https://github.com/waitingsong/npm-mono-base/compare/v3.5.1...v4.0.0) (2020-06-11)
7+
8+
**Note:** Version bump only for package demo
9+
10+
11+
12+
13+
614
## [3.5.1](https://github.com/waitingsong/npm-mono-base/compare/v3.5.0...v3.5.1) (2020-03-18)
715

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

packages/demo/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "demo",
33
"author": "waiting",
4-
"version": "3.5.1",
4+
"version": "4.0.0",
55
"description": "npm boilerplate",
66
"private": true,
77
"keywords": [
@@ -25,11 +25,11 @@
2525
},
2626
"license": "MIT",
2727
"dependencies": {
28-
"@waiting/shared-types": "^3.5.1",
28+
"@waiting/shared-types": "^4.0.0",
2929
"rxjs": "^6.5.2"
3030
},
3131
"devDependencies": {
32-
"@waiting/shared-core": "^3.5.1",
32+
"@waiting/shared-core": "^4.0.0",
3333
"cross-env": "7"
3434
},
3535
"engines": {

packages/types/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+
# [4.0.0](https://github.com/waitingsong/shared-types/compare/v3.5.1...v4.0.0) (2020-06-11)
7+
8+
9+
### Features
10+
11+
* increase pkg.engines.node to >=12.13.0 ([b296c00](https://github.com/waitingsong/shared-types/commit/b296c0030a5c36a566975ba802a3763f96dbe774))
12+
13+
14+
15+
16+
617
## [3.5.1](https://github.com/waitingsong/shared-types/compare/v3.5.0...v3.5.1) (2020-03-18)
718

819
**Note:** Version bump only for package @waiting/shared-types

packages/types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@waiting/shared-types",
33
"author": "waiting",
4-
"version": "3.5.1",
4+
"version": "4.0.0",
55
"description": "shared typescript types",
66
"keywords": [
77
"types",

0 commit comments

Comments
 (0)