Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/fix-h5-iconify-hmr.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/build-all/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @weapp-tailwindcss/build-all

## 0.0.52

### Patch Changes

- 📦 **Dependencies** [`058ff7d`](https://github.com/sonofmagic/weapp-tailwindcss/commit/058ff7dddcfaa2c7173e1038ab89b37a754a621a)
→ `weapp-tailwindcss@5.1.12`

## 0.0.51

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/build-all/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@weapp-tailwindcss/build-all",
"type": "module",
"version": "0.0.51",
"version": "0.0.52",
"private": true,
"engines": {
"node": "^20.19.0 || >=22.12.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/weapp-tailwindcss/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# weapp-tailwindcss

## 5.1.12

### Patch Changes

- 🐛 **修复 Vite H5 dev 热更新新增 Tailwind 候选时只生成增量候选 CSS,导致已有 Iconify 任意值图标样式在 CSS HMR 后丢失的问题。** [`058ff7d`](https://github.com/sonofmagic/weapp-tailwindcss/commit/058ff7dddcfaa2c7173e1038ab89b37a754a621a) by @sonofmagic

## 5.1.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/weapp-tailwindcss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "weapp-tailwindcss",
"version": "5.1.11",
"version": "5.1.12",
"description": "把 tailwindcss 原子化样式思想,带给小程序开发者们! bring tailwindcss to miniprogram developers!",
"author": "ice breaker <1324318532@qq.com>",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# website

## 1.0.45

### Patch Changes

- 📦 **Dependencies** [`058ff7d`](https://github.com/sonofmagic/weapp-tailwindcss/commit/058ff7dddcfaa2c7173e1038ab89b37a754a621a)
→ `weapp-tailwindcss@5.1.12`

## 1.0.44

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@weapp-tailwindcss/website",
"version": "1.0.44",
"version": "1.0.45",
"private": true,
"author": "ice breaker <1324318532@qq.com>",
"repository": {
Expand Down
Loading