Skip to content

Commit

Permalink
chore: version packages (#22)
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 16, 2024
1 parent fe78725 commit ada802f
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 13 deletions.
8 changes: 0 additions & 8 deletions .changeset/lazy-carrots-tap.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.10.1

### Patch Changes

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

## 0.10.0

### Minor 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.0",
"version": "0.10.1",
"license": "MIT",
"exports": {
"./base": {
Expand Down
10 changes: 10 additions & 0 deletions packages/mix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @xstools-dev/mix

## 0.11.1

### Patch Changes

- Updated dependencies [[`fe78725`](https://github.com/bingtsingw/xstools-dev/commit/fe78725b769c7c9ef3b650492d9cf9f2491874dd)]:
- @xstools-dev/prettier-config@0.9.1
- @xstools-dev/eslint-config@0.10.1
- @xstools-dev/tools-script@0.13.1
- @xstools-dev/tools-mono@0.11.1

## 0.11.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.11.0",
"version": "0.11.1",
"dependencies": {
"@xstools-dev/eslint-config": "workspace:^",
"@xstools-dev/prettier-config": "workspace:^",
Expand Down
6 changes: 6 additions & 0 deletions packages/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @xstools-dev/prettier-config

## 0.9.1

### Patch Changes

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

## 0.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xstools-dev/prettier-config",
"version": "0.9.0",
"version": "0.9.1",
"license": "MIT",
"exports": {
"./base": {
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.11.1

### Patch Changes

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

## 0.11.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.11.0",
"version": "0.11.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.13.1

### Patch Changes

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

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

0 comments on commit ada802f

Please sign in to comment.