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 687beb4 + 190f0e0 commit 0cb3315
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/empty-turkeys-teach.md

This file was deleted.

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

## 1.1.0

### Minor Changes

- 95a7026c: 采用esbuild打包处理

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

## 1.1.0

### Minor Changes

- 95a7026c: 采用esbuild打包处理

## 1.0.4

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

## 1.1.0

### Minor Changes

- 95a7026c: 采用esbuild打包处理

## 1.0.4

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

0 comments on commit 0cb3315

Please sign in to comment.