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 31, 2023
2 parents 7bee8fd + d8addeb commit 2f43d0a
Show file tree
Hide file tree
Showing 13 changed files with 39 additions and 52 deletions.
7 changes: 0 additions & 7 deletions .changeset/itchy-shoes-promise.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/seven-tomatoes-speak.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/stupid-frogs-tie.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/ten-suits-return.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/two-news-happen.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/yellow-garlics-burn.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/young-foxes-repeat.md

This file was deleted.

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

## 1.0.4

### Patch Changes

- f0ca6cbb: 完善API设计
- f0ca6cbb: web端内容获取方式保持一致
- 09ba6284: 优化web函数逻辑,提升性能
- d3e3af82: 实现彩色打印,提高网页启动速度
- 8c3d88af: 更新br压缩依赖
- 09ba6284: 修复了引力图命中后,树图节点无法展开问题
- e7d8b832: 修复了aim命中后,点击其他节点无法还原问题

## 1.0.3

### 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": "1.0.3",
"version": "1.0.4",
"description": "A command-line tool for analyzing dependencies under node_moudles",
"type": "module",
"main": "dist/index.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @truth-cli/core

## 1.0.4

### Patch Changes

- f0ca6cbb: 完善API设计
- f0ca6cbb: web端内容获取方式保持一致
- 09ba6284: 优化web函数逻辑,提升性能
- d3e3af82: 实现彩色打印,提高网页启动速度
- 8c3d88af: 更新br压缩依赖
- 09ba6284: 修复了引力图命中后,树图节点无法展开问题
- e7d8b832: 修复了aim命中后,点击其他节点无法还原问题

## 1.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": "1.0.3",
"version": "1.0.4",
"type": "module",
"main": "dist/index.js",
"types": "index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @truth-cli/shared

## 1.0.4

### Patch Changes

- f0ca6cbb: 完善API设计
- f0ca6cbb: web端内容获取方式保持一致
- 09ba6284: 优化web函数逻辑,提升性能
- d3e3af82: 实现彩色打印,提高网页启动速度
- 8c3d88af: 更新br压缩依赖
- 09ba6284: 修复了引力图命中后,树图节点无法展开问题
- e7d8b832: 修复了aim命中后,点击其他节点无法还原问题

## 1.0.3

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

1 comment on commit 2f43d0a

@vercel
Copy link

@vercel vercel bot commented on 2f43d0a Aug 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.