Skip to content

Commit d81ab0b

Browse files
RELEASING: Releasing 2 package(s) (#54)
Releases: @codeui/[email protected] @codeui/[email protected] [skip ci] Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent fea16ba commit d81ab0b

File tree

5 files changed

+15
-8
lines changed

5 files changed

+15
-8
lines changed

.changeset/metal-doors-mate.md

-6
This file was deleted.

packages/kit/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @codeui/kit
22

3+
## 0.0.35
4+
5+
### Patch Changes
6+
7+
- fea16ba: Add Listbox and ListboxItem components
8+
39
## 0.0.34
410

511
### Patch Changes

packages/kit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeui/kit",
3-
"version": "0.0.34",
3+
"version": "0.0.35",
44
"description": "Open-Source UI Kit library for CodeImage",
55
"license": "MIT",
66
"author": "riccardoperra",

packages/storybook/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @codeui/storybook-playground
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- fea16ba: Add Listbox and ListboxItem components

packages/storybook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@codeui/storybook-playground",
33
"private": true,
4-
"version": "0.0.0",
4+
"version": "0.0.1",
55
"type": "module",
66
"scripts": {
77
"dev": "storybook dev -p 6006",

0 commit comments

Comments
 (0)