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 Sep 2, 2023
2 parents 6ee75a4 + 83be702 commit 7d5eecc
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 24 deletions.
7 changes: 0 additions & 7 deletions .changeset/breezy-chairs-search.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/eight-chicken-complain.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/spotty-shoes-melt.md

This file was deleted.

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

## 1.1.3

### Patch Changes

- 5fbc9652: 优化算法
- 5fbc9652: 优化web端代码逻辑
- fd421650: web端新增指向箭头,调整节点大小

## 1.1.2

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

## 1.1.3

### Patch Changes

- 5fbc9652: 优化算法
- 5fbc9652: 优化web端代码逻辑
- fd421650: web端新增指向箭头,调整节点大小

## 1.1.2

### 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.1.2",
"version": "1.1.3",
"type": "module",
"main": "dist/index.js",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @truth-cli/shared

## 1.1.3

### Patch Changes

- 5fbc9652: 优化算法
- 5fbc9652: 优化web端代码逻辑
- fd421650: web端新增指向箭头,调整节点大小

## 1.1.2

### 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.1.2",
"version": "1.1.3",
"type": "module",
"main": "index.ts",
"files": [
Expand Down

1 comment on commit 7d5eecc

@vercel
Copy link

@vercel vercel bot commented on 7d5eecc Sep 2, 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.