Skip to content

Commit a8857e6

Browse files
committed
chore: bump version
1 parent e94243d commit a8857e6

13 files changed

Lines changed: 712 additions & 649 deletions

File tree

.changeset/heavy-lemons-grab.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"tailwindcss-injector": patch
3+
"weapp-tailwindcss": patch
4+
"@weapp-tailwindcss/typography": patch
5+
---
6+
7+
chore: 依赖更新

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4949
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
5050
npm_config_registry: https://registry.npmjs.org
51+
# https://github.com/changesets/changesets/pull/1659
52+
NPM_CONFIG_PROVENANCE: true
5153

5254
- name: Upload coverage reports to Codecov
5355
uses: codecov/codecov-action@v5

apps/vite-native-skyline/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
"tailwindcss": "catalog:tailwindcss3",
3232
"typescript": "^5.9.2",
3333
"weapp-tailwindcss": "workspace:*",
34-
"weapp-vite": "^5.0.17"
34+
"weapp-vite": "^5.1.0"
3535
}
3636
}

apps/vite-native-ts-skyline/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
"tailwindcss": "catalog:tailwindcss3",
3333
"typescript": "^5.9.2",
3434
"weapp-tailwindcss": "workspace:*",
35-
"weapp-vite": "^5.0.17"
35+
"weapp-vite": "^5.1.0"
3636
}
3737
}

apps/vite-native-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
"tailwindcss": "catalog:tailwindcss3",
3333
"typescript": "^5.9.2",
3434
"weapp-tailwindcss": "workspace:*",
35-
"weapp-vite": "^5.0.17"
35+
"weapp-vite": "^5.1.0"
3636
}
3737
}

apps/vite-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@
4141
"tailwindcss": "catalog:tailwindcss4",
4242
"tailwindcss-injector": "workspace:*",
4343
"weapp-tailwindcss": "workspace:*",
44-
"weapp-vite": "^5.0.17"
44+
"weapp-vite": "^5.1.0"
4545
}
4646
}

apps/vue-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"vue": "^3.5.18"
12+
"vue": "^3.5.19"
1313
},
1414
"devDependencies": {
1515
"@tailwindcss/postcss": "^4.1.12",

benchmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"gen:vite": "tsx ./scripts/vite.ts"
2121
},
2222
"dependencies": {
23-
"vue": "^3.5.18",
23+
"vue": "^3.5.19",
2424
"vue-router": "^4.5.1"
2525
},
2626
"devDependencies": {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@
109109
"@csstools/css-parser-algorithms": "^3.0.5",
110110
"@csstools/css-tokenizer": "^3.0.4",
111111
"@eslint/config-inspector": "^1.2.0",
112-
"@icebreakers/eslint-config": "^1.3.4",
113-
"@icebreakers/monorepo": "^1.0.14",
112+
"@icebreakers/eslint-config": "^1.3.5",
113+
"@icebreakers/monorepo": "^1.0.15",
114114
"@icebreakers/stylelint-config": "^1.1.2",
115115
"@tailwindcss/postcss": "^4.1.12",
116116
"@tailwindcss/vite": "^4.1.12",

packages/tailwindcss-injector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@weapp-tailwindcss/shared": "workspace:*",
5757
"fs-extra": "^11.3.1",
5858
"htmlparser2": "^10.0.0",
59-
"magic-string": "^0.30.17",
59+
"magic-string": "^0.30.18",
6060
"postcss": "^8.5.6",
6161
"tailwindcss": "^3.4.17",
6262
"tailwindcss-config": "workspace:*"

0 commit comments

Comments
 (0)