Skip to content

Commit 5afe6d3

Browse files
committed
chore: release v1.4.4
1 parent 7a84f14 commit 5afe6d3

File tree

6 files changed

+26
-9
lines changed

6 files changed

+26
-9
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.4.4](https://github.com/ChiefORZ/code-styles/compare/1.4.3...1.4.4) (2024-10-24)
4+
5+
6+
### Bug Fixes
7+
8+
* use kesills/airbnb-typescript pkg ([18357a9](https://github.com/ChiefORZ/code-styles/commit/18357a941b1f46262ad0ead96de35d9138db2251))
9+
310
## [1.4.3](https://github.com/ChiefORZ/code-styles/compare/1.4.2...1.4.3) (2024-10-24)
411

512

package.json

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"name": "@chieforz/code-styles",
3-
"version": "1.4.3",
3+
"version": "1.4.4",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/ChiefORZ/code-styles"
77
},
88
"author": "ChiefORZ <[email protected]>",
9-
"workspaces": ["packages/*"],
9+
"workspaces": [
10+
"packages/*"
11+
],
1012
"scripts": {
1113
"precommit": "true",
1214
"prepare": "is-ci || husky"
@@ -24,5 +26,7 @@
2426
"is-ci": "^3.0.1",
2527
"release-it": "^16.3.0"
2628
},
27-
"trustedDependencies": ["@biomejs/biome"]
29+
"trustedDependencies": [
30+
"@biomejs/biome"
31+
]
2832
}

packages/biome-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chieforz/biome-config",
3-
"version": "1.4.3",
3+
"version": "1.4.4",
44
"keywords": [
55
"biome",
66
"biomejs",

packages/eslint-config-tslint-base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chieforz/eslint-config-tslint-base",
3-
"version": "1.4.3",
3+
"version": "1.4.4",
44
"keywords": [
55
"tslint",
66
"tslint-config",

packages/eslint-config-tslint-react/package.json

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"name": "@chieforz/eslint-config-tslint-react",
3-
"version": "1.4.3",
4-
"keywords": ["tslint", "tslint config", "tslint-config-react"],
3+
"version": "1.4.4",
4+
"keywords": [
5+
"tslint",
6+
"tslint config",
7+
"tslint-config-react"
8+
],
59
"repository": {
610
"type": "git",
711
"url": "https://github.com/ChiefORZ/tslint-config-react"
@@ -16,7 +20,9 @@
1620
"directories": {
1721
"lib": "lib"
1822
},
19-
"files": ["lib"],
23+
"files": [
24+
"lib"
25+
],
2026
"dependencies": {
2127
"@eslint/compat": "^1.2.1",
2228
"@eslint/eslintrc": "^3.1.0",

packages/prettier-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chieforz/prettier-config",
3-
"version": "1.4.3",
3+
"version": "1.4.4",
44
"keywords": [
55
"prettier",
66
"prettier-config",

0 commit comments

Comments
 (0)