Skip to content

Commit

Permalink
Version Packages (#945)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Sep 6, 2024
1 parent 7e48b9f commit b79ff82
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-coats-fry.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/lazy-masks-behave.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/language-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/language-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astrojs/language-server",
"version": "2.14.1",
"version": "2.14.2",
"author": "withastro",
"license": "MIT",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/ts-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-plugin/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"color": "#17191E",
"theme": "dark"
},
"version": "2.14.1",
"version": "2.14.2",
"author": "withastro",
"license": "MIT",
"publisher": "astro-build",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b79ff82

Please sign in to comment.