Skip to content

Commit

Permalink
Merge branch 'main' of github.com:truthRestorer/truth-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Plumbiu committed Aug 11, 2023
2 parents b8ba3a3 + c26a4b6 commit 2ce245a
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .changeset/seven-dragons-laugh.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/spicy-mails-invite.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# truth-cli

## 0.7.5

### Patch Changes

- 7183f322: 去掉不需要异步操作函数的async;完善@truth-cli/core的类型声明
- 204a4fd8: 添加@truth-cli/core类型注释;完善@truth-cli/core的api功能

## 0.7.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "truth-cli",
"version": "0.7.4",
"version": "0.7.5",
"description": "A command-line tool for analyzing dependencies under node_moudles",
"type": "module",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @truth-cli/core

## 0.0.4

### Patch Changes

- 7183f322: 去掉不需要异步操作函数的async;完善@truth-cli/core的类型声明
- 204a4fd8: 添加@truth-cli/core类型注释;完善@truth-cli/core的api功能

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@truth-cli/core",
"version": "0.0.3",
"version": "0.0.4",
"type": "module",
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit 2ce245a

Please sign in to comment.