Skip to content

Commit e748ea2

Browse files
committed
Test. valid package changes and version bumps
1 parent a4a4005 commit e748ea2

4 files changed

Lines changed: 10 additions & 3 deletions

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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export default {
1818
"**/dist/**",
1919
"**/build/**",
2020
"**/.next/**",
21+
"**/.stories/**",
2122
],
2223

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

packages/ui/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/ui/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-hystax-ui",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "UI ESLint config for Hystax projects",
55
"main": "index.mjs",
66
"type": "module",

0 commit comments

Comments
 (0)