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

Commit 5821a91

Browse files
committed
chore: release v1.2.5
1 parent 628a675 commit 5821a91

File tree

6 files changed

+20
-5
lines changed

6 files changed

+20
-5
lines changed

CHANGELOG.md

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

3+
## [1.2.5](https://github.com/ChiefORZ/code-styles/compare/1.2.4...1.2.5) (2024-05-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency eslint to v9 ([#62](https://github.com/ChiefORZ/code-styles/issues/62)) ([c58948c](https://github.com/ChiefORZ/code-styles/commit/c58948c3847d8a96b876372bad1b97bfdf31138e))
9+
* **deps:** update external-major ([#51](https://github.com/ChiefORZ/code-styles/issues/51)) ([3584901](https://github.com/ChiefORZ/code-styles/commit/3584901db68aad7b698af478393eba814a62d6bc))
10+
* **deps:** update external-non-major ([#42](https://github.com/ChiefORZ/code-styles/issues/42)) ([dbd0bae](https://github.com/ChiefORZ/code-styles/commit/dbd0bae1c6ffbb6d70f4ac946f480b2cec4208e7))
11+
* **deps:** update external-non-major ([#43](https://github.com/ChiefORZ/code-styles/issues/43)) ([451ce89](https://github.com/ChiefORZ/code-styles/commit/451ce89eeac27841940e05db9912e08e9958651a))
12+
* **deps:** update external-non-major ([#44](https://github.com/ChiefORZ/code-styles/issues/44)) ([80c196f](https://github.com/ChiefORZ/code-styles/commit/80c196fb16a12416f02bf87b97ba867ead6a3957))
13+
* **deps:** update external-non-major ([#50](https://github.com/ChiefORZ/code-styles/issues/50)) ([1c8f11c](https://github.com/ChiefORZ/code-styles/commit/1c8f11cd33b8e526996c6b7b508d9bc30b175248))
14+
* **deps:** update external-non-major ([#53](https://github.com/ChiefORZ/code-styles/issues/53)) ([ffa1b7c](https://github.com/ChiefORZ/code-styles/commit/ffa1b7caeb4a9e796234429f637188fb24c2d261))
15+
* **deps:** update external-non-major ([#54](https://github.com/ChiefORZ/code-styles/issues/54)) ([92e2bfb](https://github.com/ChiefORZ/code-styles/commit/92e2bfbc1b3135de9b7e1ac6164354ac66c7beec))
16+
* downgrade eslint & remove eslint-config-react-app ([3ca166e](https://github.com/ChiefORZ/code-styles/commit/3ca166e7c103f01cbc4302c9cf59bcd8b9b3a795))
17+
318
## [1.2.4](https://github.com/ChiefORZ/code-styles/compare/1.2.3...1.2.4) (2023-12-04)
419

520

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.4",
3+
"version": "1.2.5",
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.4",
3+
"version": "1.2.5",
44
"keywords": [
55
"biome",
66
"biomejs",

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

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

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

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

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.4",
3+
"version": "1.2.5",
44
"keywords": [
55
"prettier",
66
"prettier-config",

0 commit comments

Comments
 (0)