Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Commit 91428a8

Browse files
committed
chore: release v0.15.2
1 parent ce18454 commit 91428a8

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.15.2](https://github.com/uni-helper/vite-plugin-uni-tailwind/compare/v0.15.1...v0.15.2) (2024-11-07)
7+
8+
### Bug Fixes
9+
10+
* fix transformed quotes, close https://github.com/uni-helper/vite-plugin-uni-tailwind/issues/37 ([ce18454](https://github.com/uni-helper/vite-plugin-uni-tailwind/commit/ce18454c1a3d3273b20317912feeb1bc958dab81)) - by @
11+
612
## [0.15.1](https://github.com/uni-helper/vite-plugin-uni-tailwind/compare/v0.15.0...v0.15.1) (2024-10-28)
713

814
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
3-
"version": "0.15.1",
3+
"version": "0.15.2",
44
"npmClient": "pnpm",
55
"packages": [
66
"packages/*"

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.15.2](https://github.com/uni-helper/vite-plugin-uni-tailwind/compare/v0.15.1...v0.15.2) (2024-11-07)
7+
8+
### Bug Fixes
9+
10+
* fix transformed quotes, close https://github.com/uni-helper/vite-plugin-uni-tailwind/issues/37 ([ce18454](https://github.com/uni-helper/vite-plugin-uni-tailwind/commit/ce18454c1a3d3273b20317912feeb1bc958dab81)) - by @
11+
612
## [0.15.1](https://github.com/uni-helper/vite-plugin-uni-tailwind/compare/v0.15.0...v0.15.1) (2024-10-28)
713

814
### Bug Fixes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uni-helper/vite-plugin-uni-tailwind",
3-
"version": "0.15.1",
3+
"version": "0.15.2",
44
"description": "支持在 uni-app 中使用 TailwindCSS@3 原有语法开发",
55
"keywords": [
66
"vite",

0 commit comments

Comments
 (0)