Skip to content

Commit 52f304b

Browse files
author
waitingsong
committed
v22.0.0
1 parent ad707a8 commit 52f304b

File tree

6 files changed

+28
-4
lines changed

6 files changed

+28
-4
lines changed

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+
# [22.0.0](https://github.com/waitingsong/shared/compare/v21.6.1...v22.0.0) (2023-09-18)
7+
8+
**Note:** Version bump only for package @waiting/shared
9+
10+
11+
12+
13+
614
## [21.6.1](https://github.com/waitingsong/shared/compare/v21.6.0...v21.6.1) (2023-09-18)
715

816

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "21.6.1",
2+
"version": "22.0.0",
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+
# [22.0.0](https://github.com/waitingsong/shared/compare/v21.6.1...v22.0.0) (2023-09-18)
7+
8+
**Note:** Version bump only for package @waiting/shared-core
9+
10+
11+
12+
13+
614
## [21.6.1](https://github.com/waitingsong/shared/compare/v21.6.0...v21.6.1) (2023-09-18)
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": "21.6.1",
4+
"version": "22.0.0",
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": "^21.6.1",
33+
"@waiting/shared-types": "^22.0.0",
3434
"minimist": "^1.2.8",
3535
"rxjs": "^7.8.0",
3636
"semver": "^7.5.4",

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+
# [22.0.0](https://github.com/waitingsong/shared/compare/v21.6.1...v22.0.0) (2023-09-18)
7+
8+
**Note:** Version bump only for package @waiting/shared-types
9+
10+
11+
12+
13+
614
## [21.6.1](https://github.com/waitingsong/shared/compare/v21.6.0...v21.6.1) (2023-09-18)
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": "21.6.1",
4+
"version": "22.0.0",
55
"description": "shared typescript types",
66
"keywords": [
77
"types",

0 commit comments

Comments
 (0)