Skip to content
This repository was archived by the owner on Sep 20, 2025. It is now read-only.

Commit c602a85

Browse files
committed
chore: release v1.3.0
1 parent a10192c commit c602a85

File tree

6 files changed

+28
-9
lines changed

6 files changed

+28
-9
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.3.0](https://github.com/ChiefORZ/code-styles/compare/1.2.6...1.3.0) (2024-06-14)
4+
5+
6+
### Features
7+
8+
* migrate to eslint flat config ([80e1b38](https://github.com/ChiefORZ/code-styles/commit/80e1b38524cd0791f5cddf84ea60db266ec48cb0))
9+
310
## [1.2.6](https://github.com/ChiefORZ/code-styles/compare/1.2.5...1.2.6) (2024-05-01)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chieforz/code-styles",
3-
"version": "1.2.6",
3+
"version": "1.3.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/ChiefORZ/code-styles"

packages/biome-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chieforz/biome-config",
3-
"version": "1.2.6",
3+
"version": "1.3.0",
44
"keywords": [
55
"biome",
66
"biomejs",

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

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

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"name": "@chieforz/eslint-config-tslint-react",
3-
"version": "1.2.6",
4-
"keywords": ["tslint", "tslint config", "tslint-config-react"],
3+
"version": "1.3.0",
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.1.0",
2228
"@eslint/eslintrc": "^3.1.0",

packages/prettier-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chieforz/prettier-config",
3-
"version": "1.2.6",
3+
"version": "1.3.0",
44
"keywords": [
55
"prettier",
66
"prettier-config",

0 commit comments

Comments
 (0)