Skip to content

Commit b49a1cf

Browse files
committed
Test: package version was not bumped
1 parent fa60cca commit b49a1cf

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

packages/ui/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,16 @@
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6+
## [1.0.1] - 2025-11-20
7+
8+
### Changed
9+
- Minor fixes or updates
10+
611
## [1.0.0] - 2025-11-03
712

813
### Added
914
- Initial release of `eslint-config-hystax-ui`
1015
- Includes base ESLint rules for UI projects (React, JSX, TypeScript, Prettier, etc.)
1116

17+
[1.0.1]: https://github.com/hystax/eslint-config-hystax/compare/1.0.0...1.0.1
1218
[1.0.0]: https://github.com/hystax/eslint-config-hystax/tree/20251103-01/packages/ui

packages/ui/index.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ export default {
1818
"**/dist/**",
1919
"**/build/**",
2020
"**/.next/**",
21-
"**/stories/**"
2221
],
2322

2423
files: ["src/**/*.{ts,tsx}"],

0 commit comments

Comments
 (0)