Skip to content

Commit 37ecd72

Browse files
committed
release: update project version to 0.10.1
1 parent 05b4a3b commit 37ecd72

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.10.1] - 2025-02-09
11+
12+
### Fixed
13+
14+
- theme colors conversion from HSL to HEX
15+
- postcss broken production build space-{x,y}-_, divide-{x,y}-_ https://github.com/tailwindlabs/tailwindcss/issues/16147
16+
1017
## [0.10.0] - 2025-02-02
1118

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

2330
### Fixed
2431

25-
- fix table component tests
32+
- table component tests
2633

2734
## [0.8.1] - 2024-10-27
2835

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-tailwind",
33
"displayName": "Angular Tailwind",
4-
"version": "0.10.0",
4+
"version": "0.10.1",
55
"description": "Angular & Tailwind CSS Admin Dashboard Starter Kit, Free and Open Source",
66
"homepage": "https://github.com/lannodev/angular-tailwind#readme",
77
"repository": {
@@ -79,4 +79,4 @@
7979
"path": "./node_modules/cz-conventional-changelog"
8080
}
8181
}
82-
}
82+
}

0 commit comments

Comments
 (0)