Skip to content

Commit

Permalink
v23.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jun 23, 2024
1 parent 83ce7d9 commit aa31a7a
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 4 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.

# [23.17.0](https://github.com/waitingsong/shared/compare/v23.16.0...v23.17.0) (2024-06-23)


### Features

* **types:** update type TupleToUnion, accepts readonly any[] ([83ce7d9](https://github.com/waitingsong/shared/commit/83ce7d992ed08862c1cc7dc422e661cc235f3a86))





# [23.16.0](https://github.com/waitingsong/shared/compare/v23.15.1...v23.16.0) (2024-06-23)


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": "23.16.0",
"version": "23.17.0",
"command": {
"publish": {
"ignoreChanges": [
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.

# [23.17.0](https://github.com/waitingsong/shared/compare/v23.16.0...v23.17.0) (2024-06-23)

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





# [23.16.0](https://github.com/waitingsong/shared/compare/v23.15.1...v23.16.0) (2024-06-23)

**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": "23.16.0",
"version": "23.17.0",
"description": "node core function re export with Promise or Observable",
"keywords": [
"node",
Expand Down Expand Up @@ -32,7 +32,7 @@
"license": "MIT",
"dependencies": {
"@types/minimist": "^1.2.5",
"@waiting/shared-types": "^23.16.0",
"@waiting/shared-types": "^23.17.0",
"minimist": "^1.2.8",
"semver": "^7.6.2",
"zx": "^8.1.1"
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.

# [23.17.0](https://github.com/waitingsong/shared/compare/v23.16.0...v23.17.0) (2024-06-23)


### Features

* **types:** update type TupleToUnion, accepts readonly any[] ([83ce7d9](https://github.com/waitingsong/shared/commit/83ce7d992ed08862c1cc7dc422e661cc235f3a86))





# [23.16.0](https://github.com/waitingsong/shared/compare/v23.15.1...v23.16.0) (2024-06-23)


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

0 comments on commit aa31a7a

Please sign in to comment.