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.14
 - @chyzwar/runner@0.4.15
 - @chyzwar/tsconfig@0.2.14
  • Loading branch information
chyzwar committed Oct 23, 2023
1 parent 3f7cf74 commit 353dcaa
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 11 deletions.
8 changes: 8 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.2.14 (2023-10-23)

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





## 0.2.13 (2023-10-02)

**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.13",
"version": "0.2.14",
"author": "chyzwar",
"license": "MIT",
"engines": {
Expand All @@ -19,7 +19,7 @@
"access": "public"
},
"dependencies": {
"@chyzwar/tsconfig": "^0.2.13",
"@chyzwar/tsconfig": "^0.2.14",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"eslint-plugin-jest": "^27.4.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/runner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.4.15 (2023-10-23)

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





## 0.4.14 (2023-10-02)

**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.14",
"version": "0.4.15",
"engines": {
"node": "> 16.x.x",
"yarn": "3.x.x"
Expand Down Expand Up @@ -34,8 +34,8 @@
"picocolors": "^1.0.0"
},
"devDependencies": {
"@chyzwar/eslint-config": "^0.2.13",
"@chyzwar/tsconfig": "^0.2.13",
"@chyzwar/eslint-config": "^0.2.14",
"@chyzwar/tsconfig": "^0.2.14",
"@jest/globals": "^29.7.0",
"@swc/core": "^1.3.91",
"@swc/jest": "^0.2.29",
Expand Down
8 changes: 8 additions & 0 deletions packages/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.2.14 (2023-10-23)

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





## 0.2.13 (2023-10-02)

**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.13",
"version": "0.2.14",
"author": "chyzwar",
"license": "MIT",
"engines": {
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -469,11 +469,11 @@ __metadata:
languageName: unknown
linkType: soft

"@chyzwar/eslint-config@^0.2.0, @chyzwar/eslint-config@^0.2.12, @chyzwar/eslint-config@^0.2.13, @chyzwar/eslint-config@workspace:packages/eslint-config":
"@chyzwar/eslint-config@^0.2.0, @chyzwar/eslint-config@^0.2.12, @chyzwar/eslint-config@^0.2.14, @chyzwar/eslint-config@workspace:packages/eslint-config":
version: 0.0.0-use.local
resolution: "@chyzwar/eslint-config@workspace:packages/eslint-config"
dependencies:
"@chyzwar/tsconfig": ^0.2.13
"@chyzwar/tsconfig": ^0.2.14
"@typescript-eslint/eslint-plugin": ^6.7.3
"@typescript-eslint/parser": ^6.7.3
eslint-plugin-jest: ^27.4.2
Expand Down Expand Up @@ -526,8 +526,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@chyzwar/runner@workspace:packages/runner"
dependencies:
"@chyzwar/eslint-config": ^0.2.13
"@chyzwar/tsconfig": ^0.2.13
"@chyzwar/eslint-config": ^0.2.14
"@chyzwar/tsconfig": ^0.2.14
"@jest/globals": ^29.7.0
"@swc/core": ^1.3.91
"@swc/jest": ^0.2.29
Expand All @@ -543,7 +543,7 @@ __metadata:
languageName: unknown
linkType: soft

"@chyzwar/tsconfig@^0.2.0, @chyzwar/tsconfig@^0.2.12, @chyzwar/tsconfig@^0.2.13, @chyzwar/tsconfig@workspace:packages/tsconfig":
"@chyzwar/tsconfig@^0.2.0, @chyzwar/tsconfig@^0.2.12, @chyzwar/tsconfig@^0.2.14, @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 353dcaa

Please sign in to comment.