Skip to content

Commit fd34756

Browse files
committed
0.14.10
1 parent 7419259 commit fd34756

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

packages/tailwindcss-language-server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tailwindcss/language-server",
3-
"version": "0.14.9",
3+
"version": "0.14.10",
44
"description": "Tailwind CSS Language Server",
55
"license": "MIT",
66
"repository": {

packages/tailwindcss-language-service/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tailwindcss/language-service",
3-
"version": "0.14.9",
3+
"version": "0.14.10",
44
"main": "dist/index.js",
55
"typings": "dist/index.d.ts",
66
"files": [

packages/vscode-tailwindcss/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Prerelease
44

5+
- Nothing yet!
6+
7+
# 0.14.10
8+
59
- Detect classes in JS/TS functions and tagged template literals with the `tailwindCSS.classFunctions` setting ([#1258](https://github.com/tailwindlabs/tailwindcss-intellisense/pull/1258), [#1272](https://github.com/tailwindlabs/tailwindcss-intellisense/pull/1272))
610
- v4: Make sure completions show after variants using arbitrary and bare values ([#1263](https://github.com/tailwindlabs/tailwindcss-intellisense/pull/1263))
711
- v4: Add support for upcoming `@source not` feature ([#1262](https://github.com/tailwindlabs/tailwindcss-intellisense/pull/1262))

packages/vscode-tailwindcss/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vscode-tailwindcss",
3-
"version": "0.14.9",
3+
"version": "0.14.10",
44
"displayName": "Tailwind CSS IntelliSense",
55
"description": "Intelligent Tailwind CSS tooling for VS Code",
66
"author": "Brad Cornes <[email protected]>",

0 commit comments

Comments
 (0)