Skip to content

Commit

Permalink
Merge pull request #13 from truthRestorer/changeset-release/main
Browse files Browse the repository at this point in the history
chore: update versions
  • Loading branch information
Plumbiu authored Aug 12, 2023
2 parents 21dc94a + 967b95a commit 0d12834
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 19 deletions.
8 changes: 0 additions & 8 deletions .changeset/nervous-queens-marry.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tender-mangos-rest.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.6

### Patch Changes

- 21dc94a3: 修复了tree图显示问题;修复了已知bug
- c6c90137: 修复了已知问题

## 0.7.5

### 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.5",
"version": "0.7.6",
"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.6

### Patch Changes

- 21dc94a3: 修复了tree图显示问题;修复了已知bug
- c6c90137: 修复了已知问题

## 0.0.5

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

## 0.1.3

### Patch Changes

- 21dc94a3: 修复了tree图显示问题;修复了已知bug
- c6c90137: 修复了已知问题

## 0.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": "0.1.2",
"version": "0.1.3",
"type": "module",
"main": "index.ts",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @truth-cli/web

## 0.1.4

### Patch Changes

- 21dc94a3: 修复了tree图显示问题;修复了已知bug

## 0.1.3

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

0 comments on commit 0d12834

Please sign in to comment.