Skip to content

Commit 29d285a

Browse files
authored
chore(main): release 0.3.2 (#92)
1 parent 5ab0f33 commit 29d285a

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

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

3+
## [0.3.2](https://github.com/lakekeeper/console-components/compare/v0.3.1...v0.3.2) (2026-03-09)
4+
5+
6+
### Bug Fixes
7+
8+
* correct style.css exports path to match actual build output ([#91](https://github.com/lakekeeper/console-components/issues/91)) ([5ab0f33](https://github.com/lakekeeper/console-components/commit/5ab0f3358c6ba506f41880fc006fffacfb11c95d))
9+
310
## [0.3.1](https://github.com/lakekeeper/console-components/compare/v0.3.0...v0.3.1) (2026-03-09)
411

512

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lakekeeper/console-components",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "A library of Vue components for Lakekeeper console applications",
55
"type": "module",
66
"main": "dist/console-components.umd.js",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.1"
2+
".": "0.3.2"
33
}

0 commit comments

Comments
 (0)