Skip to content

Commit

Permalink
chore(release): new versions
Browse files Browse the repository at this point in the history
 - @chyzwar/eslint-config@0.2.24
 - @chyzwar/runner@0.4.25
 - @chyzwar/sea@1.0.7
 - @chyzwar/tsconfig@0.2.24
  • Loading branch information
chyzwar committed Feb 20, 2024
1 parent 2e1f41a commit 7891808
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 16 deletions.
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.24 (2024-02-20)

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

## 0.2.23 (2024-02-20)

**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.23",
"version": "0.2.24",
"author": "chyzwar",
"license": "MIT",
"engines": {
Expand All @@ -19,7 +19,7 @@
"access": "public"
},
"dependencies": {
"@chyzwar/tsconfig": "^0.2.23",
"@chyzwar/tsconfig": "^0.2.24",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"eslint-plugin-jest": "^27.9.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.25 (2024-02-20)

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

## 0.4.24 (2024-02-20)

**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.24",
"version": "0.4.25",
"engines": {
"node": "> 20.x.x",
"yarn": "4.x"
Expand Down Expand Up @@ -34,8 +34,8 @@
"picocolors": "^1.0.0"
},
"devDependencies": {
"@chyzwar/eslint-config": "^0.2.23",
"@chyzwar/tsconfig": "^0.2.23",
"@chyzwar/eslint-config": "^0.2.24",
"@chyzwar/tsconfig": "^0.2.24",
"@types/node": "^20.11.19",
"eslint": "^8.56.0",
"typescript": "^5.3.3",
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.7 (2024-02-20)

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

## 1.0.6 (2024-02-20)

**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.6",
"version": "1.0.7",
"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.23",
"@chyzwar/tsconfig": "^0.2.23",
"@chyzwar/eslint-config": "^0.2.24",
"@chyzwar/tsconfig": "^0.2.24",
"@types/node": "^20.11.19",
"eslint": "^8.56.0",
"typescript": "^5.3.3"
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.24 (2024-02-20)

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

## 0.2.23 (2024-02-20)

**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.23",
"version": "0.2.24",
"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 @@ -323,11 +323,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.23, @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.24, @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.23"
"@chyzwar/tsconfig": "npm:^0.2.24"
"@typescript-eslint/eslint-plugin": "npm:^7.0.2"
"@typescript-eslint/parser": "npm:^7.0.2"
eslint-plugin-jest: "npm:^27.9.0"
Expand Down Expand Up @@ -380,8 +380,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@chyzwar/runner@workspace:packages/runner"
dependencies:
"@chyzwar/eslint-config": "npm:^0.2.23"
"@chyzwar/tsconfig": "npm:^0.2.23"
"@chyzwar/eslint-config": "npm:^0.2.24"
"@chyzwar/tsconfig": "npm:^0.2.24"
"@types/node": "npm:^20.11.19"
eslint: "npm:^8.56.0"
picocolors: "npm:^1.0.0"
Expand All @@ -398,8 +398,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@chyzwar/sea@workspace:packages/sea"
dependencies:
"@chyzwar/eslint-config": "npm:^0.2.23"
"@chyzwar/tsconfig": "npm:^0.2.23"
"@chyzwar/eslint-config": "npm:^0.2.24"
"@chyzwar/tsconfig": "npm:^0.2.24"
"@types/node": "npm:^20.11.19"
eslint: "npm:^8.56.0"
typescript: "npm:^5.3.3"
Expand All @@ -410,7 +410,7 @@ __metadata:
languageName: unknown
linkType: soft

"@chyzwar/tsconfig@npm:^0.2.0, @chyzwar/tsconfig@npm:^0.2.2, @chyzwar/tsconfig@npm:^0.2.23, @chyzwar/tsconfig@workspace:packages/tsconfig":
"@chyzwar/tsconfig@npm:^0.2.0, @chyzwar/tsconfig@npm:^0.2.2, @chyzwar/tsconfig@npm:^0.2.24, @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 7891808

Please sign in to comment.