Skip to content

Commit

Permalink
Merge pull request #72 from truthRestorer/changeset-release/main
Browse files Browse the repository at this point in the history
chore: update versions
  • Loading branch information
Plumbiu authored Feb 28, 2024
2 parents e6a049c + 98950c7 commit ad40f78
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/thin-guests-try.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

## 2.0.0

### Major Changes

- e6a049c: use await promise.all instead of for loop

## 1.4.1

### 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.4.1",
"version": "2.0.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

## 2.0.0

### Major Changes

- e6a049c: use await promise.all instead of for loop

## 1.3.0

### Minor 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.3.0",
"version": "2.0.0",
"type": "module",
"main": "dist/index.js",
"files": [
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

## 2.0.0

### Major Changes

- e6a049c: use await promise.all instead of for loop

## 1.3.0

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

0 comments on commit ad40f78

Please sign in to comment.