Skip to content

Commit

Permalink
chore: version packages (#23)
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 Dec 23, 2024
1 parent 1209fbb commit e8e76a7
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/small-files-itch.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/tiny-donuts-greet.md

This file was deleted.

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

## 0.11.0

### Minor Changes

- [`1209fbb`](https://github.com/bingtsingw/xstools-dev/commit/1209fbb894323d3d7e53fc792e9e2c78f1774de7) Thanks [@bingtsingw](https://github.com/bingtsingw)! - upgrade deps

## 0.10.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xstools-dev/eslint-config",
"version": "0.10.1",
"version": "0.11.0",
"license": "MIT",
"exports": {
"./base": {
Expand Down
13 changes: 13 additions & 0 deletions packages/mix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @xstools-dev/mix

## 0.12.0

### Minor Changes

- [`1209fbb`](https://github.com/bingtsingw/xstools-dev/commit/1209fbb894323d3d7e53fc792e9e2c78f1774de7) Thanks [@bingtsingw](https://github.com/bingtsingw)! - upgrade deps

### Patch Changes

- Updated dependencies [[`3a3da33`](https://github.com/bingtsingw/xstools-dev/commit/3a3da33fd8c6332793ed998fb65666d44e7457c7), [`1209fbb`](https://github.com/bingtsingw/xstools-dev/commit/1209fbb894323d3d7e53fc792e9e2c78f1774de7)]:
- @xstools-dev/tools-script@0.14.0
- @xstools-dev/eslint-config@0.11.0
- @xstools-dev/tools-mono@0.12.0

## 0.11.1

### Patch 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.11.1",
"version": "0.12.0",
"dependencies": {
"@xstools-dev/eslint-config": "workspace:^",
"@xstools-dev/prettier-config": "workspace:^",
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.12.0

### Minor Changes

- [`1209fbb`](https://github.com/bingtsingw/xstools-dev/commit/1209fbb894323d3d7e53fc792e9e2c78f1774de7) Thanks [@bingtsingw](https://github.com/bingtsingw)! - upgrade deps

## 0.11.1

### Patch 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.11.1",
"version": "0.12.0",
"type": "module",
"bin": {
"changeset": "./bin/changeset.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/tools-script/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @xstools-dev/tools-script

## 0.14.0

### Minor Changes

- [`3a3da33`](https://github.com/bingtsingw/xstools-dev/commit/3a3da33fd8c6332793ed998fb65666d44e7457c7) Thanks [@bingtsingw](https://github.com/bingtsingw)! - remove dotenv, dotenv-cli, dotenv-expand, detect-port; export dotenvx

- [`1209fbb`](https://github.com/bingtsingw/xstools-dev/commit/1209fbb894323d3d7e53fc792e9e2c78f1774de7) Thanks [@bingtsingw](https://github.com/bingtsingw)! - upgrade deps

## 0.13.1

### Patch 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.13.1",
"version": "0.14.0",
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
Expand Down

0 comments on commit e8e76a7

Please sign in to comment.