Skip to content

Commit 933c968

Browse files
committed
0.14.14
1 parent e24050e commit 933c968

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

packages/tailwindcss-language-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tailwindcss/language-server",
3-
"version": "0.14.13",
3+
"version": "0.14.14",
44
"description": "Tailwind CSS Language Server",
55
"license": "MIT",
66
"repository": {

packages/tailwindcss-language-service/package.json

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

packages/vscode-tailwindcss/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Prerelease
44

5+
- Nothing yet!
6+
7+
# 0.14.14
8+
59
- Only scan the file system once when needed ([#1287](https://github.com/tailwindlabs/tailwindcss-intellisense/pull/1287))
610
- Don't follow recursive symlinks when searching for projects ([#1270](https://github.com/tailwindlabs/tailwindcss-intellisense/pull/1270))
711
- Correctly re-create a project when its main config file is removed then re-created ([#1300](https://github.com/tailwindlabs/tailwindcss-intellisense/pull/1300))

packages/vscode-tailwindcss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vscode-tailwindcss",
3-
"version": "0.14.13",
3+
"version": "0.14.14",
44
"displayName": "Tailwind CSS IntelliSense",
55
"description": "Intelligent Tailwind CSS tooling for VS Code",
66
"author": "Brad Cornes <hello@bradley.dev>",

0 commit comments

Comments
 (0)