Skip to content

Commit

Permalink
v4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jul 11, 2020
1 parent da57cbe commit 9c044dc
Show file tree
Hide file tree
Showing 8 changed files with 45 additions and 7 deletions.
11 changes: 11 additions & 0 deletions 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.6.1](/compare/v4.6.0...v4.6.1) (2020-07-11)


### Performance Improvements

* **types:** update FormatIntersect da57cbe





# [4.6.0](/compare/v4.5.0...v4.6.0) (2020-07-10)


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": "4.6.0",
"version": "4.6.1",
"packages": [
"packages/*"
],
Expand Down
8 changes: 8 additions & 0 deletions packages/core/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.6.1](https://github.com/waitingsong/node-shared-core/compare/v4.6.0...v4.6.1) (2020-07-11)

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





# [4.6.0](https://github.com/waitingsong/node-shared-core/compare/v4.5.0...v4.6.0) (2020-07-10)

**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": "4.6.0",
"version": "4.6.1",
"description": "node core function re export with Promise or Observable",
"keywords": [
"node",
Expand All @@ -23,7 +23,7 @@
},
"license": "MIT",
"dependencies": {
"@waiting/shared-types": "^4.6.0",
"@waiting/shared-types": "^4.6.1",
"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.6.1](https://github.com/waitingsong/npm-mono-base/compare/v4.6.0...v4.6.1) (2020-07-11)

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





# [4.6.0](https://github.com/waitingsong/npm-mono-base/compare/v4.5.0...v4.6.0) (2020-07-10)

**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": "4.6.0",
"version": "4.6.1",
"description": "npm boilerplate",
"private": true,
"keywords": [
Expand All @@ -25,11 +25,11 @@
},
"license": "MIT",
"dependencies": {
"@waiting/shared-types": "^4.6.0",
"@waiting/shared-types": "^4.6.1",
"rxjs": "^6.5.2"
},
"devDependencies": {
"@waiting/shared-core": "^4.6.0",
"@waiting/shared-core": "^4.6.1",
"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.6.1](https://github.com/waitingsong/shared-types/compare/v4.6.0...v4.6.1) (2020-07-11)


### Performance Improvements

* **types:** update FormatIntersect ([da57cbe](https://github.com/waitingsong/shared-types/commit/da57cbeec206b9f0b68e9dfc54f8cd6c6e48d46b))





# [4.6.0](https://github.com/waitingsong/shared-types/compare/v4.5.0...v4.6.0) (2020-07-10)


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": "4.6.0",
"version": "4.6.1",
"description": "shared typescript types",
"keywords": [
"types",
Expand Down

0 comments on commit 9c044dc

Please sign in to comment.