Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jun 11, 2020
1 parent d15119c commit e65bdfa
Show file tree
Hide file tree
Showing 8 changed files with 58 additions and 7 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0](/compare/v3.5.1...v4.0.0) (2020-06-11)


### Bug Fixes

* **core:** createFileAsync() types of param `data` d19f510


### Features

* increase pkg.engines.node to >=12.13.0 b296c00





## [3.5.1](/compare/v3.5.0...v3.5.1) (2020-03-18)

**Note:** Version bump only for package @waiting/shared
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": "3.5.1",
"version": "4.0.0",
"packages": [
"packages/*"
],
Expand Down
16 changes: 16 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0](https://github.com/waitingsong/node-shared-core/compare/v3.5.1...v4.0.0) (2020-06-11)


### Bug Fixes

* **core:** createFileAsync() types of param `data` ([d19f510](https://github.com/waitingsong/node-shared-core/commit/d19f510b40d53272025d8e1843d714b80782d3a2))


### Features

* increase pkg.engines.node to >=12.13.0 ([b296c00](https://github.com/waitingsong/node-shared-core/commit/b296c0030a5c36a566975ba802a3763f96dbe774))





## [3.5.1](https://github.com/waitingsong/node-shared-core/compare/v3.5.0...v3.5.1) (2020-03-18)

**Note:** Version bump only for package @waiting/shared-core
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@waiting/shared-core",
"author": "waiting",
"version": "3.5.1",
"version": "4.0.0",
"description": "node core function re export with Promise or Observable",
"keywords": [
"node",
Expand All @@ -23,7 +23,7 @@
},
"license": "MIT",
"dependencies": {
"@waiting/shared-types": "^3.5.1",
"@waiting/shared-types": "^4.0.0",
"rxjs": "^6.5.2"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/demo/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.

# [4.0.0](https://github.com/waitingsong/npm-mono-base/compare/v3.5.1...v4.0.0) (2020-06-11)

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





## [3.5.1](https://github.com/waitingsong/npm-mono-base/compare/v3.5.0...v3.5.1) (2020-03-18)

**Note:** Version bump only for package demo
Expand Down
6 changes: 3 additions & 3 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "demo",
"author": "waiting",
"version": "3.5.1",
"version": "4.0.0",
"description": "npm boilerplate",
"private": true,
"keywords": [
Expand All @@ -25,11 +25,11 @@
},
"license": "MIT",
"dependencies": {
"@waiting/shared-types": "^3.5.1",
"@waiting/shared-types": "^4.0.0",
"rxjs": "^6.5.2"
},
"devDependencies": {
"@waiting/shared-core": "^3.5.1",
"@waiting/shared-core": "^4.0.0",
"cross-env": "7"
},
"engines": {
Expand Down
11 changes: 11 additions & 0 deletions packages/types/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.

# [4.0.0](https://github.com/waitingsong/shared-types/compare/v3.5.1...v4.0.0) (2020-06-11)


### Features

* increase pkg.engines.node to >=12.13.0 ([b296c00](https://github.com/waitingsong/shared-types/commit/b296c0030a5c36a566975ba802a3763f96dbe774))





## [3.5.1](https://github.com/waitingsong/shared-types/compare/v3.5.0...v3.5.1) (2020-03-18)

**Note:** Version bump only for package @waiting/shared-types
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@waiting/shared-types",
"author": "waiting",
"version": "3.5.1",
"version": "4.0.0",
"description": "shared typescript types",
"keywords": [
"types",
Expand Down

0 comments on commit e65bdfa

Please sign in to comment.