Skip to content

Commit 4e73617

Browse files
chore(release): 4.1.1 [skip ci]
## [4.1.1](v4.1.0...v4.1.1) (2025-04-19) ### Bug Fixes * rename beforeSubmit to onBeforeSubmit (forgot to follow convention) ([7a120df](7a120df))
1 parent cca6c75 commit 4e73617

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## [4.1.1](https://github.com/DouglasNeuroInformatics/libui/compare/v4.1.0...v4.1.1) (2025-04-19)
4+
5+
### Bug Fixes
6+
7+
* rename beforeSubmit to onBeforeSubmit (forgot to follow convention) ([7a120df](https://github.com/DouglasNeuroInformatics/libui/commit/7a120dff7f8c782ca6687af1ff1b6ac4d6e17139))
8+
39
## [4.1.0](https://github.com/DouglasNeuroInformatics/libui/compare/v4.0.2...v4.1.0) (2025-04-19)
410

511
### 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": "4.1.0",
4+
"version": "4.1.1",
55
"packageManager": "[email protected]",
66
"description": "Generic UI components for DNP projects, built using React and Tailwind CSS",
77
"author": "Joshua Unrau",

0 commit comments

Comments
 (0)