Skip to content

Commit

Permalink
Fixed package exports.
Browse files Browse the repository at this point in the history
  • Loading branch information
Utar94 committed Jan 4, 2024
1 parent 9c61f01 commit 289b5ec
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit 289b5ec

Please sign in to comment.