Skip to content

Commit d57603d

Browse files
committed
chore(release): v0.4.0
1 parent 4301836 commit d57603d

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

CHANGELOG.md

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

3+
## 0.4.0 (2025-03-03)
4+
5+
### Bug Fixes
6+
7+
* **Button:** loader state
8+
* **OverlayProvider:** fix types
9+
10+
### Features
11+
12+
* **package:** export `components` and `composables`
13+
314
## 0.3.5 (2025-02-28)
415

516
### Bug Fixes

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@bitrix24/b24ui-nuxt",
33
"description": "Bitrix24 UI-Kit for developing web applications REST API for NUXT & VUE",
4-
"version": "0.3.5",
5-
"packageManager": "[email protected].0",
4+
"version": "0.4.0",
5+
"packageManager": "[email protected].2",
66
"repository": {
77
"type": "git",
88
"url": "git+https://github.com/bitrix24/b24ui.git"
@@ -126,7 +126,6 @@
126126
"pathe": "^2.0.3",
127127
"reka-ui": "^2.0.2",
128128
"scule": "^1.3.0",
129-
"sirv": "^3.0.1",
130129
"tailwind-variants": "^0.3.1",
131130
"tailwindcss": "^4.0.9",
132131
"tinyglobby": "^0.2.12",
@@ -146,7 +145,6 @@
146145
"eslint": "^9.21.0",
147146
"happy-dom": "^17.1.2",
148147
"joi": "^17.13.3",
149-
"knitwork": "^1.2.0",
150148
"nuxt": "^3.15.4",
151149
"nuxt-component-meta": "^0.10.0",
152150
"superstruct": "^2.0.2",

0 commit comments

Comments
 (0)