Skip to content

Commit 13c63e2

Browse files
chore: release master (#1237)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: shingo.sasaki <shingo.sasaki.0529@gmail.com>
1 parent c66e5ac commit 13c63e2

6 files changed

Lines changed: 32 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"packages/create-lint-set": "1.1.5",
3-
"packages/eslint-config-smarthr": "13.11.4",
4-
"packages/eslint-plugin-smarthr": "6.10.4",
3+
"packages/eslint-config-smarthr": "13.12.0",
4+
"packages/eslint-plugin-smarthr": "6.11.0",
55
"packages/next-auth": "0.1.6",
66
"packages/prettier-config-smarthr": "1.0.1",
77
"packages/stylelint-config-smarthr": "3.0.2",
88
"packages/use-bulk-check": "1.0.7",
99
"packages/use-virtual-scroll": "1.1.6",
1010
"packages/wareki": "1.3.0",
11-
"packages/i18n": "0.2.3"
11+
"packages/i18n": "0.2.3",
12+
"packages/oxlint-config-smarthr": "0.1.0"
1213
}

packages/eslint-config-smarthr/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [13.12.0](https://github.com/kufu/tamatebako/compare/eslint-config-smarthr-v13.11.4...eslint-config-smarthr-v13.12.0) (2026-04-14)
6+
7+
8+
内部的な変更のみのため影響なし
59
## [13.11.4](https://github.com/kufu/tamatebako/compare/eslint-config-smarthr-v13.11.3...eslint-config-smarthr-v13.11.4) (2026-04-13)
610

711

packages/eslint-config-smarthr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-smarthr",
3-
"version": "13.11.4",
3+
"version": "13.12.0",
44
"description": "A sharable ESLint config for SmartHR",
55
"type": "module",
66
"exports": {

packages/eslint-plugin-smarthr/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [6.11.0](https://github.com/kufu/tamatebako/compare/eslint-plugin-smarthr-v6.10.4...eslint-plugin-smarthr-v6.11.0) (2026-04-14)
6+
7+
8+
### Features
9+
10+
* **autofixer-smarthr-ui-migration:** v91→v92移行ルールを追加 ([#1209](https://github.com/kufu/tamatebako/issues/1209)) ([c29bf7c](https://github.com/kufu/tamatebako/commit/c29bf7c628e25216245f4082354a88add7e650b2))
11+
* **require-barrel-import:** エラーメッセージを詳細化して実用性を向上 ([#1227](https://github.com/kufu/tamatebako/issues/1227)) ([e2280e5](https://github.com/kufu/tamatebako/commit/e2280e5e47bfb5c9a2b89bd08331a0b2643c278e))
12+
13+
14+
### Bug Fixes
15+
16+
* **eslint-plugin-smarthr:** 不要な engines フィールドを削除 ([#1240](https://github.com/kufu/tamatebako/issues/1240)) ([678cfc6](https://github.com/kufu/tamatebako/commit/678cfc6fa4b05eb8547f45c135d27d44f51a7fc7))
17+
* **format-import-path:** 複数の拡張子(.presentational.tsx等)に対応 ([#1242](https://github.com/kufu/tamatebako/issues/1242)) ([9f51b41](https://github.com/kufu/tamatebako/commit/9f51b41e1be02f6d6f982f1211c4bfb516179119))
18+
519
## [6.10.4](https://github.com/kufu/tamatebako/compare/eslint-plugin-smarthr-v6.10.3...eslint-plugin-smarthr-v6.10.4) (2026-04-13)
620

721

packages/eslint-plugin-smarthr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-smarthr",
3-
"version": "6.10.4",
3+
"version": "6.11.0",
44
"author": "SmartHR",
55
"license": "MIT",
66
"description": "A sharable ESLint plugin for SmartHR",
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## 0.1.0 (2026-04-14)
4+
5+
6+
### Features
7+
8+
* **oxlint-config-smarthr:** Oxlint のための共通設定パッケージを追加 ([#1239](https://github.com/kufu/tamatebako/issues/1239)) ([c66e5ac](https://github.com/kufu/tamatebako/commit/c66e5ac28b67ecf33660d522e7fa2a25e506014d))

0 commit comments

Comments
 (0)