Skip to content

Commit

Permalink
chore: version packages (#10)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 3, 2024
1 parent fb728d2 commit fcef370
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-poems-fly.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/twelve-glasses-hang.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/mix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @xstools-dev/mix

## 0.7.1

### Patch Changes

- Updated dependencies [[`6fad283`](https://github.com/bingtsingw/xstools-dev/commit/6fad28336e8ca73de258b368f428ff7326866f9f)]:
- @xstools-dev/tools-script@0.9.1
- @xstools-dev/tools-mono@0.9.1

## 0.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xstools-dev/mix",
"version": "0.7.0",
"version": "0.7.1",
"dependencies": {
"@xstools-dev/eslint-config": "workspace:^",
"@xstools-dev/prettier-config": "workspace:^",
Expand Down
7 changes: 7 additions & 0 deletions packages/mrm-preset/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @xstools-dev/mrm-preset

## 0.1.0

### Minor Changes

- [`fb728d2`](https://github.com/bingtsingw/xstools-dev/commit/fb728d259a34e7ee7c808a0046247533204ee588) Thanks [@bingtsingw](https://github.com/bingtsingw)! - add mrm-preset package
2 changes: 1 addition & 1 deletion packages/mrm-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xstools-dev/mrm-preset",
"version": "0.0.0",
"version": "0.1.0",
"license": "MIT",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/tools-mono/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @xstools-dev/tools-mono

## 0.9.1

### Patch Changes

- [`6fad283`](https://github.com/bingtsingw/xstools-dev/commit/6fad28336e8ca73de258b368f428ff7326866f9f) Thanks [@bingtsingw](https://github.com/bingtsingw)! - upgrade patch deps

## 0.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tools-mono/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xstools-dev/tools-mono",
"version": "0.9.0",
"version": "0.9.1",
"type": "module",
"bin": {
"changeset": "./bin/changeset.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/tools-script/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @xstools-dev/tools-script

## 0.9.1

### Patch Changes

- [`6fad283`](https://github.com/bingtsingw/xstools-dev/commit/6fad28336e8ca73de258b368f428ff7326866f9f) Thanks [@bingtsingw](https://github.com/bingtsingw)! - upgrade patch deps

## 0.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tools-script/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xstools-dev/tools-script",
"version": "0.9.0",
"version": "0.9.1",
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
Expand Down

0 comments on commit fcef370

Please sign in to comment.