Skip to content

Commit

Permalink
chore(release): new versions
Browse files Browse the repository at this point in the history
 - @chyzwar/biome-config@0.2.27
 - @chyzwar/eslint-config@0.2.28
 - @chyzwar/runner@0.4.29
 - @chyzwar/sea@1.0.11
 - @chyzwar/tsconfig@0.2.28
  • Loading branch information
chyzwar committed Jul 31, 2024
1 parent 661456b commit 8783873
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 17 deletions.
4 changes: 4 additions & 0 deletions packages/biome-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.2.27 (2024-07-31)

**Note:** Version bump only for package @chyzwar/biome-config

## 0.2.26 (2024-07-31)

**Note:** Version bump only for package @chyzwar/biome-config
2 changes: 1 addition & 1 deletion packages/biome-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chyzwar/biome-config",
"version": "0.2.26",
"version": "0.2.27",
"author": "chyzwar",
"type": "module",
"license": "MIT",
Expand Down
4 changes: 4 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.2.28 (2024-07-31)

**Note:** Version bump only for package @chyzwar/eslint-config

## 0.2.27 (2024-07-31)

**Note:** Version bump only for package @chyzwar/eslint-config
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chyzwar/eslint-config",
"version": "0.2.27",
"version": "0.2.28",
"author": "chyzwar",
"type": "module",
"license": "MIT",
Expand All @@ -24,7 +24,7 @@
"./react": "./react.js"
},
"dependencies": {
"@chyzwar/tsconfig": "^0.2.27",
"@chyzwar/tsconfig": "^0.2.28",
"@eslint/js": "^9.8.0",
"eslint-plugin-jest": "^28.6.0",
"globals": "^15.8.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/runner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.4.29 (2024-07-31)

**Note:** Version bump only for package @chyzwar/runner

## 0.4.28 (2024-07-31)

**Note:** Version bump only for package @chyzwar/runner
Expand Down
6 changes: 3 additions & 3 deletions packages/runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chyzwar/runner",
"version": "0.4.28",
"version": "0.4.29",
"engines": {
"node": "> 20.x.x",
"yarn": "4.x"
Expand Down Expand Up @@ -34,8 +34,8 @@
"picocolors": "^1.0.1"
},
"devDependencies": {
"@chyzwar/eslint-config": "^0.2.27",
"@chyzwar/tsconfig": "^0.2.27",
"@chyzwar/eslint-config": "^0.2.28",
"@chyzwar/tsconfig": "^0.2.28",
"@types/node": "^22.0.0",
"eslint": "^9.8.0",
"typescript": "^5.5.4",
Expand Down
4 changes: 4 additions & 0 deletions packages/sea/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.0.11 (2024-07-31)

**Note:** Version bump only for package @chyzwar/sea

## 1.0.10 (2024-07-31)

**Note:** Version bump only for package @chyzwar/sea
Expand Down
6 changes: 3 additions & 3 deletions packages/sea/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chyzwar/sea",
"version": "1.0.10",
"version": "1.0.11",
"packageManager": "yarn@4.1.0",
"bin": "./bin/sea.js",
"engines": {
Expand Down Expand Up @@ -31,8 +31,8 @@
"author": "chyzwar",
"license": "MIT",
"devDependencies": {
"@chyzwar/eslint-config": "^0.2.27",
"@chyzwar/tsconfig": "^0.2.27",
"@chyzwar/eslint-config": "^0.2.28",
"@chyzwar/tsconfig": "^0.2.28",
"@types/node": "^22.0.0",
"eslint": "^9.8.0",
"typescript": "^5.5.4"
Expand Down
4 changes: 4 additions & 0 deletions packages/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.2.28 (2024-07-31)

**Note:** Version bump only for package @chyzwar/tsconfig

## 0.2.27 (2024-07-31)

**Note:** Version bump only for package @chyzwar/tsconfig
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chyzwar/tsconfig",
"version": "0.2.27",
"version": "0.2.28",
"author": "chyzwar",
"license": "MIT",
"engines": {
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -387,11 +387,11 @@ __metadata:
languageName: unknown
linkType: soft

"@chyzwar/eslint-config@npm:^0.2.0, @chyzwar/eslint-config@npm:^0.2.2, @chyzwar/eslint-config@npm:^0.2.27, @chyzwar/eslint-config@workspace:packages/eslint-config":
"@chyzwar/eslint-config@npm:^0.2.0, @chyzwar/eslint-config@npm:^0.2.2, @chyzwar/eslint-config@npm:^0.2.28, @chyzwar/eslint-config@workspace:packages/eslint-config":
version: 0.0.0-use.local
resolution: "@chyzwar/eslint-config@workspace:packages/eslint-config"
dependencies:
"@chyzwar/tsconfig": "npm:^0.2.27"
"@chyzwar/tsconfig": "npm:^0.2.28"
"@eslint/js": "npm:^9.8.0"
eslint-plugin-jest: "npm:^28.6.0"
globals: "npm:^15.8.0"
Expand Down Expand Up @@ -443,8 +443,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@chyzwar/runner@workspace:packages/runner"
dependencies:
"@chyzwar/eslint-config": "npm:^0.2.27"
"@chyzwar/tsconfig": "npm:^0.2.27"
"@chyzwar/eslint-config": "npm:^0.2.28"
"@chyzwar/tsconfig": "npm:^0.2.28"
"@types/node": "npm:^22.0.0"
eslint: "npm:^9.8.0"
picocolors: "npm:^1.0.1"
Expand All @@ -461,8 +461,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@chyzwar/sea@workspace:packages/sea"
dependencies:
"@chyzwar/eslint-config": "npm:^0.2.27"
"@chyzwar/tsconfig": "npm:^0.2.27"
"@chyzwar/eslint-config": "npm:^0.2.28"
"@chyzwar/tsconfig": "npm:^0.2.28"
"@types/node": "npm:^22.0.0"
eslint: "npm:^9.8.0"
typescript: "npm:^5.5.4"
Expand All @@ -473,7 +473,7 @@ __metadata:
languageName: unknown
linkType: soft

"@chyzwar/tsconfig@npm:^0.2.0, @chyzwar/tsconfig@npm:^0.2.2, @chyzwar/tsconfig@npm:^0.2.27, @chyzwar/tsconfig@workspace:packages/tsconfig":
"@chyzwar/tsconfig@npm:^0.2.0, @chyzwar/tsconfig@npm:^0.2.2, @chyzwar/tsconfig@npm:^0.2.28, @chyzwar/tsconfig@workspace:packages/tsconfig":
version: 0.0.0-use.local
resolution: "@chyzwar/tsconfig@workspace:packages/tsconfig"
languageName: unknown
Expand Down

0 comments on commit 8783873

Please sign in to comment.