Skip to content

Commit 8368ff3

Browse files
author
waitingsong
committed
v20.11.4
1 parent f7f3e96 commit 8368ff3

File tree

6 files changed

+34
-4
lines changed

6 files changed

+34
-4
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+
## [20.11.4](/compare/v20.11.3...v20.11.4) (2023-01-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** path from retrievePath() and getCallerStack() f7f3e96
12+
13+
14+
15+
16+
617
## [20.11.3](/compare/v20.11.2...v20.11.3) (2023-01-18)
718

819
**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": "20.11.3",
2+
"version": "20.11.4",
33
"packages": [
44
"packages/*"
55
],

packages/core/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+
## [20.11.4](https://github.com/waitingsong/shared/compare/v20.11.3...v20.11.4) (2023-01-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** path from retrievePath() and getCallerStack() ([f7f3e96](https://github.com/waitingsong/shared/commit/f7f3e9629f5a94ed2eec1f8eb268bada23b414f1))
12+
13+
14+
15+
16+
617
## [20.11.3](https://github.com/waitingsong/shared/compare/v20.11.2...v20.11.3) (2023-01-18)
718

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

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@waiting/shared-core",
33
"author": "waiting",
4-
"version": "20.11.3",
4+
"version": "20.11.4",
55
"description": "node core function re export with Promise or Observable",
66
"keywords": [
77
"node",

packages/mw-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+
## [20.11.4](https://github.com/waitingsong/npm-mono-base/compare/v20.11.3...v20.11.4) (2023-01-18)
7+
8+
**Note:** Version bump only for package @mw-components/demo
9+
10+
11+
12+
13+
614
## [20.11.3](https://github.com/waitingsong/npm-mono-base/compare/v20.11.2...v20.11.3) (2023-01-18)
715

816
**Note:** Version bump only for package @mw-components/demo

packages/mw-demo/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mw-components/demo",
33
"author": "waiting",
4-
"version": "20.11.3",
4+
"version": "20.11.4",
55
"description": "midway component demo",
66
"private": true,
77
"keywords": [
@@ -23,7 +23,7 @@
2323
},
2424
"license": "MIT",
2525
"dependencies": {
26-
"@waiting/shared-core": "^20.11.3"
26+
"@waiting/shared-core": "^20.11.4"
2727
},
2828
"devDependencies": {
2929
"cross-env": "7"

0 commit comments

Comments
 (0)