Skip to content

Commit 58fcc4f

Browse files
chore(release): version packages (#33)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 11a1247 commit 58fcc4f

File tree

3 files changed

+18
-8
lines changed

3 files changed

+18
-8
lines changed

.changeset/every-jars-buy.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/listbox/CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- 11a1247: Cleanup bundler
8+
39
## 0.1.0
410

511
### Minor Changes

packages/listbox/package.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
{
22
"name": "@diceui/listbox",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"type": "module",
55
"publishConfig": {
66
"access": "public"
77
},
8-
"keywords": ["listbox", "react-listbox", "select", "multi-select"],
8+
"keywords": [
9+
"listbox",
10+
"react-listbox",
11+
"select",
12+
"multi-select"
13+
],
914
"author": "Sadman Sakib",
1015
"license": "MIT",
1116
"repository": {
@@ -23,7 +28,11 @@
2328
"require": "./dist/index.cjs"
2429
}
2530
},
26-
"files": ["dist", "package.json", "README.md"],
31+
"files": [
32+
"dist",
33+
"package.json",
34+
"README.md"
35+
],
2736
"scripts": {
2837
"dev": "tsup --watch",
2938
"build": "tsup --clean",

0 commit comments

Comments
 (0)