Skip to content

Commit

Permalink
fix(ui): declare css export (#2260)
Browse files Browse the repository at this point in the history
* fix(ui): declare css export

* chore(ui): v0.115.2
  • Loading branch information
davinov authored Oct 8, 2024
1 parent d67be16 commit a2c3147
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

## [0.115.2] - 2024-10-08

### Fixed

- Declare `./dist/style.css` export

## [0.115.1] - 2024-09-27

### Fixed
Expand Down Expand Up @@ -1599,6 +1605,7 @@ TabbedRangeCalendars: keep selected tab unchanged when updated enabled calendars

- Initial version, showtime!

[0.115.2]: https://github.com/ToucanToco/weaverbird/compare/v0.115.1...v0.115.2
[0.115.1]: https://github.com/ToucanToco/weaverbird/compare/v0.115.0...v0.115.1
[0.115.0]: https://github.com/ToucanToco/weaverbird/compare/v0.114.1...v0.115.0
[0.114.1]: https://github.com/ToucanToco/weaverbird/compare/v0.114.0...v0.114.1
Expand Down
5 changes: 3 additions & 2 deletions ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "weaverbird",
"version": "0.115.1",
"version": "0.115.2",
"description": "A generic Visual Query Builder built in Vue.js",
"bugs": {
"url": "https://github.com/ToucanToco/weaverbird/issues",
Expand Down Expand Up @@ -31,7 +31,8 @@
"default": "./dist/weaverbird.js"
},
"require": "./dist/weaverbird.umd.cjs"
}
},
"./dist/style.css": "./dist/style.css"
},
"types": "./dist/types/types.d.ts",
"scripts": {
Expand Down

0 comments on commit a2c3147

Please sign in to comment.