Skip to content

Commit

Permalink
release: update project version to 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lannodev committed Feb 9, 2025
1 parent 05b4a3b commit 37ecd72
Show file tree
Hide file tree
Showing 2 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 @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.10.1] - 2025-02-09

### Fixed

- theme colors conversion from HSL to HEX
- postcss broken production build space-{x,y}-_, divide-{x,y}-_ https://github.com/tailwindlabs/tailwindcss/issues/16147

## [0.10.0] - 2025-02-02

### Added
Expand All @@ -22,7 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- fix table component tests
- table component tests

## [0.8.1] - 2024-10-27

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-tailwind",
"displayName": "Angular Tailwind",
"version": "0.10.0",
"version": "0.10.1",
"description": "Angular & Tailwind CSS Admin Dashboard Starter Kit, Free and Open Source",
"homepage": "https://github.com/lannodev/angular-tailwind#readme",
"repository": {
Expand Down Expand Up @@ -79,4 +79,4 @@
"path": "./node_modules/cz-conventional-changelog"
}
}
}
}

0 comments on commit 37ecd72

Please sign in to comment.