From b79ff829224838492fcdfa273a03316863e724da Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 11:36:34 +0200 Subject: [PATCH] Version Packages (#945) Co-authored-by: github-actions[bot] --- .changeset/bright-coats-fry.md | 5 ----- .changeset/lazy-masks-behave.md | 8 -------- packages/language-server/CHANGELOG.md | 6 ++++++ packages/language-server/package.json | 2 +- packages/ts-plugin/CHANGELOG.md | 6 ++++++ packages/ts-plugin/package.json | 2 +- packages/vscode/CHANGELOG.md | 7 +++++++ packages/vscode/package.json | 6 +++--- pnpm-lock.yaml | 4 ++-- 9 files changed, 26 insertions(+), 20 deletions(-) delete mode 100644 .changeset/bright-coats-fry.md delete mode 100644 .changeset/lazy-masks-behave.md diff --git a/.changeset/bright-coats-fry.md b/.changeset/bright-coats-fry.md deleted file mode 100644 index ab31a805..00000000 --- a/.changeset/bright-coats-fry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro-vscode": patch ---- - -Fix Astro codeblock syntax highlighting for MDX files diff --git a/.changeset/lazy-masks-behave.md b/.changeset/lazy-masks-behave.md deleted file mode 100644 index 9fc8425c..00000000 --- a/.changeset/lazy-masks-behave.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@astrojs/language-server": patch -"@astrojs/ts-plugin": patch -"astro-vscode": patch ---- - -Fixes content intellisense not working inside Markdoc files using the `markdoc` language identifier - diff --git a/packages/language-server/CHANGELOG.md b/packages/language-server/CHANGELOG.md index 21e8f176..9c53e2c7 100644 --- a/packages/language-server/CHANGELOG.md +++ b/packages/language-server/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/language-server +## 2.14.2 + +### Patch Changes + +- af5bbc5: Fixes content intellisense not working inside Markdoc files using the `markdoc` language identifier + ## 2.14.1 ### Patch Changes diff --git a/packages/language-server/package.json b/packages/language-server/package.json index 4d9adf8e..aa09912f 100644 --- a/packages/language-server/package.json +++ b/packages/language-server/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/language-server", - "version": "2.14.1", + "version": "2.14.2", "author": "withastro", "license": "MIT", "repository": { diff --git a/packages/ts-plugin/CHANGELOG.md b/packages/ts-plugin/CHANGELOG.md index 9d9b9836..99534f51 100644 --- a/packages/ts-plugin/CHANGELOG.md +++ b/packages/ts-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/ts-plugin +## 1.10.2 + +### Patch Changes + +- af5bbc5: Fixes content intellisense not working inside Markdoc files using the `markdoc` language identifier + ## 1.10.1 ### Patch Changes diff --git a/packages/ts-plugin/package.json b/packages/ts-plugin/package.json index 8de1a33d..25fbdc5f 100644 --- a/packages/ts-plugin/package.json +++ b/packages/ts-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/ts-plugin", - "version": "1.10.1", + "version": "1.10.2", "description": "A TypeScript Plugin providing Astro intellisense", "main": "dist/index.js", "type": "commonjs", diff --git a/packages/vscode/CHANGELOG.md b/packages/vscode/CHANGELOG.md index 23a46542..c36f596b 100644 --- a/packages/vscode/CHANGELOG.md +++ b/packages/vscode/CHANGELOG.md @@ -1,5 +1,12 @@ # astro-vscode +## 2.14.2 + +### Patch Changes + +- 572e9cb: Fix Astro codeblock syntax highlighting for MDX files +- af5bbc5: Fixes content intellisense not working inside Markdoc files using the `markdoc` language identifier + ## 2.14.1 ### Patch Changes diff --git a/packages/vscode/package.json b/packages/vscode/package.json index 589bc08d..245fe508 100644 --- a/packages/vscode/package.json +++ b/packages/vscode/package.json @@ -24,7 +24,7 @@ "color": "#17191E", "theme": "dark" }, - "version": "2.14.1", + "version": "2.14.2", "author": "withastro", "license": "MIT", "publisher": "astro-build", @@ -241,8 +241,8 @@ "update-grammar-snapshots": "node ./test/grammar/test.mjs --updateSnapshot" }, "devDependencies": { - "@astrojs/language-server": "^2.14.1", - "@astrojs/ts-plugin": "^1.10.1", + "@astrojs/language-server": "^2.14.2", + "@astrojs/ts-plugin": "^1.10.2", "@types/glob": "^8.1.0", "@types/mocha": "^10.0.1", "@types/node": "^18.17.8", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3b7c8962..c0b27062 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -244,10 +244,10 @@ importers: version: 0.14.1 devDependencies: '@astrojs/language-server': - specifier: ^2.14.1 + specifier: ^2.14.2 version: link:../language-server '@astrojs/ts-plugin': - specifier: ^1.10.1 + specifier: ^1.10.2 version: link:../ts-plugin '@types/glob': specifier: ^8.1.0