Skip to content

Commit 7a5ad96

Browse files
author
waitingsong
committed
v23.0.1
1 parent cf7dd08 commit 7a5ad96

File tree

6 files changed

+31
-4
lines changed

6 files changed

+31
-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+
## [23.0.1](https://github.com/waitingsong/shared/compare/v23.0.0...v23.0.1) (2024-01-24)
7+
8+
9+
### Bug Fixes
10+
11+
* **boilerplate:** package.json db:gen ([e1b4a74](https://github.com/waitingsong/shared/commit/e1b4a744f58ce710add2edc9f5878f96b69d1009))
12+
13+
14+
15+
16+
617
# [23.0.0](https://github.com/waitingsong/shared/compare/v22.0.0...v23.0.0) (2024-01-16)
718

819

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "23.0.0",
2+
"version": "23.0.1",
33
"command": {
44
"publish": {
55
"ignoreChanges": [

packages/core/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+
## [23.0.1](https://github.com/waitingsong/shared/compare/v23.0.0...v23.0.1) (2024-01-24)
7+
8+
**Note:** Version bump only for package @waiting/shared-core
9+
10+
11+
12+
13+
614
# [23.0.0](https://github.com/waitingsong/shared/compare/v22.0.0...v23.0.0) (2024-01-16)
715

816
**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": "23.0.0",
4+
"version": "23.0.1",
55
"description": "node core function re export with Promise or Observable",
66
"keywords": [
77
"node",
@@ -30,7 +30,7 @@
3030
},
3131
"license": "MIT",
3232
"dependencies": {
33-
"@waiting/shared-types": "^23.0.0",
33+
"@waiting/shared-types": "^23.0.1",
3434
"minimist": "^1.2.8",
3535
"semver": "^7.5.4",
3636
"zx": "^7.2.3"

packages/types/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+
## [23.0.1](https://github.com/waitingsong/shared/compare/v23.0.0...v23.0.1) (2024-01-24)
7+
8+
**Note:** Version bump only for package @waiting/shared-types
9+
10+
11+
12+
13+
614
# [23.0.0](https://github.com/waitingsong/shared/compare/v22.0.0...v23.0.0) (2024-01-16)
715

816
**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": "23.0.0",
4+
"version": "23.0.1",
55
"description": "shared typescript types",
66
"keywords": [
77
"types",

0 commit comments

Comments
 (0)