Skip to content

Commit

Permalink
Release 2.5.1 (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
Utar94 authored Apr 23, 2024
1 parent da509b2 commit 145f51b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 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.5.1] - 2024-04-23

### Fixed

- `parsingUtils` exports.

## [2.5.0] - 2024-04-23

### Added
Expand Down Expand Up @@ -133,7 +139,8 @@ Nothing yet.
- Implemented an Image component.
- Implemented an Input component.

[unreleased]: https://github.com/Logitar/Vue3Ui/compare/v2.5.0...HEAD
[unreleased]: https://github.com/Logitar/Vue3Ui/compare/v2.5.1...HEAD
[2.5.1]: https://github.com/Logitar/Vue3Ui/compare/v2.5.0...v2.5.1
[2.5.0]: https://github.com/Logitar/Vue3Ui/compare/v2.4.0...v2.5.0
[2.4.0]: https://github.com/Logitar/Vue3Ui/compare/v2.3.0...v2.4.0
[2.3.0]: https://github.com/Logitar/Vue3Ui/compare/v2.2.0...v2.3.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "logitar-vue3-ui",
"version": "2.5.0",
"version": "2.5.1",
"description": "Helper functions & Bootstrap5 component library for Vue3 distributed by Logitar.",
"keywords": [
"logitar",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as parsingUtils from "logitar-js";
import { parsingUtils } from "logitar-js";

import * as inputUtils from "./helpers/inputUtils";
import * as tooltipUtils from "./helpers/tooltipUtils";
Expand Down

0 comments on commit 145f51b

Please sign in to comment.