Skip to content

Commit

Permalink
chore: version packages (#18)
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 9, 2024
1 parent 260b384 commit a673ab0
Show file tree
Hide file tree
Showing 11 changed files with 43 additions and 14 deletions.
9 changes: 0 additions & 9 deletions .changeset/tricky-ants-scream.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.0

### Minor Changes

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

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

## 0.9.0

### Minor Changes

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

### Patch Changes

- Updated dependencies [[`260b384`](https://github.com/bingtsingw/xstools-dev/commit/260b3849e6abdbe0d343f8e14cf5ffa017fff466)]:
- @xstools-dev/prettier-config@0.9.0
- @xstools-dev/eslint-config@0.10.0
- @xstools-dev/tools-script@0.11.0
- @xstools-dev/tools-mono@0.11.0

## 0.8.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.8.0",
"version": "0.9.0",
"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.0

### Minor Changes

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

## 0.8.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.8.0",
"version": "0.9.0",
"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.0

### Minor Changes

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

## 0.10.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.10.0",
"version": "0.11.0",
"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.11.0

### Minor Changes

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

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

0 comments on commit a673ab0

Please sign in to comment.