Skip to content

Commit 80652c0

Browse files
committed
chore(release): bump version to 0.3.2
1 parent 3335ca5 commit 80652c0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ jobs:
5555
with:
5656
body: |
5757
## What's Changed
58-
58+
5959
See the [CHANGELOG](https://github.com/pegasusheavy/ngx-tailwindcss/blob/main/CHANGELOG.md) for details.
60-
60+
6161
### Installation
62-
62+
6363
```bash
6464
npm install @pegasusheavy/ngx-tailwindcss@${{ github.ref_name }}
6565
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pegasusheavy/ngx-tailwindcss",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"type": "module",
55
"description": "A highly customizable Angular component library for Tailwind CSS 4+. Build beautiful, accessible UI components with full theming support, intelligent class merging, and zero bundled CSS. Features 30+ components including buttons, cards, modals, forms, tables, and more.",
66
"license": "MIT",

projects/ngx-tailwindcss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pegasusheavy/ngx-tailwindcss",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "A highly customizable Angular component library for Tailwind CSS 4+. Build beautiful, accessible UI components with full theming support, intelligent class merging, and zero bundled CSS. Features 30+ components including buttons, cards, modals, forms, tables, and more.",
55
"license": "MIT",
66
"exports": {

0 commit comments

Comments
 (0)