Skip to content

Commit

Permalink
0.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thecrypticace committed Feb 12, 2025
1 parent 4d4d20e commit 233479d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/tailwindcss-language-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tailwindcss/language-server",
"version": "0.14.3",
"version": "0.14.4",
"description": "Tailwind CSS Language Server",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwindcss-language-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tailwindcss/language-service",
"version": "0.14.3",
"version": "0.14.4",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
Expand Down
4 changes: 4 additions & 0 deletions packages/vscode-tailwindcss/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Prerelease

- Nothing yet!

## 0.14.4

- Ensure hover information for `theme(…)` and other functions are shown when used in `@media` queries ([#1172](https://github.com/tailwindlabs/tailwindcss-intellisense/pull/1172))
- Treat `<script lang=“tsx”>` as containing JSX ([#1175](https://github.com/tailwindlabs/tailwindcss-intellisense/pull/1175))
- Add support for `static` theme option ([#1176](https://github.com/tailwindlabs/tailwindcss-intellisense/pull/1176))
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-tailwindcss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-tailwindcss",
"version": "0.14.3",
"version": "0.14.4",
"displayName": "Tailwind CSS IntelliSense",
"description": "Intelligent Tailwind CSS tooling for VS Code",
"author": "Brad Cornes <hello@bradley.dev>",
Expand Down

0 comments on commit 233479d

Please sign in to comment.