Skip to content

Commit 0ae0913

Browse files
committed
chore(release): v0.4.5
1 parent 4db90be commit 0ae0913

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

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

3+
## 0.4.5 (2025-03-10)
4+
5+
### Features
6+
7+
* **Input/Textarea:** allow `null` value in model
8+
* **ProseImg:** add new prose
9+
10+
### Bug Fixes
11+
12+
* **Button:** missing import
13+
* **Form:** input blur validation on submit
14+
15+
### Chore
16+
17+
* **deps:** update tailwindcss to ^4.0.12
18+
* **deps:** update all non-major dependencies
19+
* **deps:** update dependency tailwind-variants to v1
20+
* **deps:** update nuxt framework to ^3.16.0
21+
* **deps:** update @unhead/vue to ^2.0.0-rc.9
22+
* **LinkBase:** update types for `[email protected]`
23+
324
## 0.4.4 (2025-03-08)
425

526
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bitrix24/b24ui-nuxt",
33
"description": "Bitrix24 UI-Kit for developing web applications REST API for NUXT & VUE",
4-
"version": "0.4.4",
4+
"version": "0.4.5",
55
"packageManager": "[email protected]",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)