Skip to content

Commit 4560c1a

Browse files
chore(release): 4.0.0 [skip ci]
## [4.0.0](v3.9.0...v4.0.0) (2025-04-01) ### ⚠ BREAKING CHANGES * Tailwind v4 is now a peer dep * React 19 now peer dependency ### Bug Fixes * issue with storybook oklch color ([284ea2b](284ea2b)) ### Miscellaneous Chores * update react to v19 ([6323136](6323136)) * update tailwindcss to v4 ([2f3580d](2f3580d))
1 parent 0db29aa commit 4560c1a

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

3+
## [4.0.0](https://github.com/DouglasNeuroInformatics/libui/compare/v3.9.0...v4.0.0) (2025-04-01)
4+
5+
### ⚠ BREAKING CHANGES
6+
7+
* Tailwind v4 is now a peer dep
8+
* React 19 now peer dependency
9+
10+
### Bug Fixes
11+
12+
* issue with storybook oklch color ([284ea2b](https://github.com/DouglasNeuroInformatics/libui/commit/284ea2b2bcd6fb92fb58d1bfb24e87308872bbec))
13+
14+
### Miscellaneous Chores
15+
16+
* update react to v19 ([6323136](https://github.com/DouglasNeuroInformatics/libui/commit/63231364295400fc838f47fb2264f416fb94d20e))
17+
* update tailwindcss to v4 ([2f3580d](https://github.com/DouglasNeuroInformatics/libui/commit/2f3580d4745271515a0edde690215854f2937d5b))
18+
319
## [3.9.0](https://github.com/DouglasNeuroInformatics/libui/compare/v3.8.7...v3.9.0) (2025-03-26)
420

521
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@douglasneuroinformatics/libui",
33
"type": "module",
4-
"version": "3.9.0",
4+
"version": "4.0.0",
55
"packageManager": "pnpm@10.7.1",
66
"description": "Generic UI components for DNP projects, built using React and Tailwind CSS",
77
"author": "Joshua Unrau",

0 commit comments

Comments
 (0)