Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgao365 committed Jul 1, 2024
1 parent 6d45df2 commit 7192621
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 4 deletions.
4 changes: 4 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.1.4](https://github.com/tomjs/utils/compare/logger%401.1.3...logger%401.1.4) (2024-07-01)

- docs: change api doc logo [6d45df2](https://github.com/tomjs/utils/commit/6d45df2)

## [1.1.3](https://github.com/tomjs/utils/compare/logger%401.1.2...logger%401.1.3) (2024-07-01)

- chore: change api document [01973eb](https://github.com/tomjs/utils/commit/01973eb)
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tomjs/logger",
"version": "1.1.3",
"version": "1.1.4",
"description": "logger for `node.js`",
"keywords": [
"node",
Expand Down
4 changes: 4 additions & 0 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [2.2.3](https://github.com/tomjs/utils/compare/node%402.2.2...node%402.2.3) (2024-07-01)

- docs: change api doc logo [6d45df2](https://github.com/tomjs/utils/commit/6d45df2)

## [2.2.2](https://github.com/tomjs/utils/compare/node%402.2.1...node%402.2.2) (2024-07-01)

- chore: change api document [01973eb](https://github.com/tomjs/utils/commit/01973eb)
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tomjs/node",
"version": "2.2.2",
"version": "2.2.3",
"description": "A collection of functions for `node.js` projects",
"keywords": [
"node",
Expand Down
5 changes: 5 additions & 0 deletions packages/pkg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.0.4](https://github.com/tomjs/utils/compare/pkg%401.0.3...pkg%401.0.4) (2024-07-01)

- docs: change api doc logo [6d45df2](https://github.com/tomjs/utils/commit/6d45df2)
- chore: update @tomjs/node@2.2.3

## [1.0.3](https://github.com/tomjs/utils/compare/pkg%401.0.2...pkg%401.0.3) (2024-07-01)

- chore: change api document [01973eb](https://github.com/tomjs/utils/commit/01973eb)
Expand Down
2 changes: 1 addition & 1 deletion packages/pkg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tomjs/pkg",
"version": "1.0.3",
"version": "1.0.4",
"description": "npm package tools",
"engines": {
"node": ">=16"
Expand Down
4 changes: 4 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.2.3](https://github.com/tomjs/utils/compare/utils%401.2.2...utils%401.2.3) (2024-07-01)

- docs: change api doc logo [6d45df2](https://github.com/tomjs/utils/commit/6d45df2)

## [1.2.2](https://github.com/tomjs/utils/compare/utils%401.2.1...utils%401.2.2) (2024-07-01)

- chore: change api document [01973eb](https://github.com/tomjs/utils/commit/01973eb)
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tomjs/utils",
"version": "1.2.2",
"version": "1.2.3",
"description": "Pure 'JavaScript' library that can run in the 'browser' and 'node.js'",
"keywords": [
"utils",
Expand Down

0 comments on commit 7192621

Please sign in to comment.