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 3, 2023
2 parents f9ec6ad + 684dd98 commit e56edd3
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 31 deletions.
7 changes: 0 additions & 7 deletions .changeset/new-cameras-tell.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/proud-trainers-yell.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/short-kiwis-flash.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tasty-years-punch.md

This file was deleted.

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

## 1.1.4

### Patch Changes

- 6ee75a48: 优化网页端体积大小
- 6ee75a48: 简化cli代码逻辑
- 5edffda4: 更改Logo标识
- 6ee75a48: 实现下载图片功能

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

## 1.1.4

### Patch Changes

- 6ee75a48: 优化网页端体积大小
- 6ee75a48: 简化cli代码逻辑
- 5edffda4: 更改Logo标识
- 6ee75a48: 实现下载图片功能

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

## 1.1.4

### Patch Changes

- 6ee75a48: 优化网页端体积大小
- 6ee75a48: 简化cli代码逻辑
- 5edffda4: 更改Logo标识
- 6ee75a48: 实现下载图片功能

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

1 comment on commit e56edd3

@vercel
Copy link

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