From 91428a8725412d30ec07eef07a7583f7213da187 Mon Sep 17 00:00:00 2001 From: Panpan Date: Thu, 7 Nov 2024 14:41:55 +0800 Subject: [PATCH] chore: release v0.15.2 --- CHANGELOG.md | 6 ++++++ lerna.json | 2 +- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4080667..a54f0b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.15.2](https://github.com/uni-helper/vite-plugin-uni-tailwind/compare/v0.15.1...v0.15.2) (2024-11-07) + +### Bug Fixes + +* 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 @ + ## [0.15.1](https://github.com/uni-helper/vite-plugin-uni-tailwind/compare/v0.15.0...v0.15.1) (2024-10-28) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 6d098e7..d19b81b 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json", - "version": "0.15.1", + "version": "0.15.2", "npmClient": "pnpm", "packages": [ "packages/*" diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index da16af3..ff08ded 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.15.2](https://github.com/uni-helper/vite-plugin-uni-tailwind/compare/v0.15.1...v0.15.2) (2024-11-07) + +### Bug Fixes + +* 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 @ + ## [0.15.1](https://github.com/uni-helper/vite-plugin-uni-tailwind/compare/v0.15.0...v0.15.1) (2024-10-28) ### Bug Fixes diff --git a/packages/core/package.json b/packages/core/package.json index 664803a..1a597f7 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@uni-helper/vite-plugin-uni-tailwind", - "version": "0.15.1", + "version": "0.15.2", "description": "支持在 uni-app 中使用 TailwindCSS@3 原有语法开发", "keywords": [ "vite",