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 12, 2023
2 parents c6c9013 + a1a9c6c commit 926db14
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/spotty-schools-itch.md

This file was deleted.

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

## 0.0.5

### Patch Changes

- b8ba3a35: 使用自定义assign函数

## 0.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": "0.0.4",
"version": "0.0.5",
"type": "module",
"main": "dist/index.js",
"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.3

### Patch Changes

- b8ba3a35: 使用自定义assign函数

## 0.1.2

### 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.2",
"version": "0.1.3",
"type": "module",
"main": "src/main.ts",
"files": [
Expand Down

0 comments on commit 926db14

Please sign in to comment.