Skip to content

Commit 90a56d1

Browse files
committed
docs: release v1.4.0
1 parent 41291ec commit 90a56d1

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Common Changelog](https://common-changelog.org/), and this project adheres to
66
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
[1.4.0]: https://github.com/sablier-labs/devkit/releases/tag/v1.4.0
89
[1.3.5]: https://github.com/sablier-labs/devkit/releases/tag/v1.3.5
910
[1.3.4]: https://github.com/sablier-labs/devkit/releases/tag/v1.3.4
1011
[1.3.3]: https://github.com/sablier-labs/devkit/releases/tag/v1.3.3
@@ -22,6 +23,18 @@ The format is based on [Common Changelog](https://common-changelog.org/), and th
2223
[1.1.0]: https://github.com/sablier-labs/devkit/releases/tag/v1.1.0
2324
[1.0.0]: https://github.com/sablier-labs/devkit/releases/tag/v1.0.0
2425

26+
## [1.4.0] - 2025-11-25
27+
28+
### Changed
29+
30+
- Restructured Biome configuration: moved from root `biome.jsonc` to `biome/base.jsonc`
31+
- This is a backward-compatible change because we export the new `biome/base.jsonc` configuration as `./biome`
32+
- Change default `lineWidth` to 100 characters
33+
34+
### Added
35+
36+
- New Bioem config with UI-specific Biome configuration including a11y rules and Tailwind CSS support
37+
2538
## [1.3.5] - 2025-11-17
2639

2740
### Added

biome.jsonc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
biome/base.jsonc

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Configuration files and reusable scripts for Sablier repositories",
44
"license": "MIT",
55
"type": "module",
6-
"version": "1.3.5",
6+
"version": "1.4.0",
77
"author": {
88
"name": "Sablier Labs Ltd",
99
"url": "https://sablier.com"

0 commit comments

Comments
 (0)