diff --git a/CHANGELOG.md b/CHANGELOG.md index aa08546..454409d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Nothing yet. +## [2.0.5] - 2024-01-04 + +### Fixed + +- Fixed package exports. + ## [2.0.4] - 2024-01-04 ### Fixed @@ -64,7 +70,8 @@ Nothing yet. - Implemented an Image component. - Implemented an Input component. -[unreleased]: https://github.com/Logitar/Vue3Ui/compare/v2.0.4...HEAD +[unreleased]: https://github.com/Logitar/Vue3Ui/compare/v2.0.5...HEAD +[2.0.5]: https://github.com/Logitar/Vue3Ui/compare/v2.0.4...v2.0.5 [2.0.4]: https://github.com/Logitar/Vue3Ui/compare/v2.0.3...v2.0.4 [2.0.3]: https://github.com/Logitar/Vue3Ui/compare/v2.0.2...v2.0.3 [2.0.2]: https://github.com/Logitar/Vue3Ui/compare/v2.0.1...v2.0.2 diff --git a/package.json b/package.json index 1ac26f6..69c9434 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logitar-vue3-ui", - "version": "2.0.4", + "version": "2.0.5", "description": "Helper functions & Bootstrap5 component library for Vue3 distributed by Logitar.", "keywords": [ "logitar", @@ -63,6 +63,10 @@ "import": "./dist/logitar-vue3-ui.js", "require": "./dist/logitar-vue3-ui.umd.cjs", "types": "./dist/index.d.ts" + }, + "./dist/**/*.css": { + "import": "./dist/**/*.css", + "require": "./dist/**/*.css" } }, "repository": {