Skip to content

Commit

Permalink
Version Packages (withastro#937)
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] authored Aug 15, 2024
1 parent 9b6c8b3 commit b52c0f4
Show file tree
Hide file tree
Showing 10 changed files with 47 additions and 20 deletions.
8 changes: 0 additions & 8 deletions .changeset/two-bulldogs-breathe.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/language-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @astrojs/language-server

## 2.14.0

### Minor Changes

- d624646: Adds support for Content Collection Intellisense

### Patch Changes

- Updated dependencies [d624646]
- @astrojs/yaml2ts@0.2.0

## 2.13.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.13.4",
"version": "2.14.0",
"author": "withastro",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@astrojs/compiler": "^2.10.3",
"@astrojs/yaml2ts": "^0.1.0",
"@astrojs/yaml2ts": "^0.2.0",
"@jridgewell/sourcemap-codec": "^1.4.15",
"@volar/kit": "~2.4.0-alpha.15",
"@volar/language-core": "~2.4.0-alpha.15",
Expand Down
11 changes: 11 additions & 0 deletions packages/ts-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @astrojs/ts-plugin

## 1.10.0

### Minor Changes

- d624646: Adds support for Content Collection Intellisense

### Patch Changes

- Updated dependencies [d624646]
- @astrojs/yaml2ts@0.2.0

## 1.9.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.9.3",
"version": "1.10.0",
"description": "A TypeScript Plugin providing Astro intellisense",
"main": "dist/index.js",
"type": "commonjs",
Expand Down Expand Up @@ -28,7 +28,7 @@
"license": "MIT",
"dependencies": {
"@astrojs/compiler": "^2.10.3",
"@astrojs/yaml2ts": "^0.1.0",
"@astrojs/yaml2ts": "^0.2.0",
"@jridgewell/sourcemap-codec": "^1.4.15",
"@volar/language-core": "~2.4.0-alpha.15",
"@volar/typescript": "~2.4.0-alpha.15",
Expand Down
6 changes: 6 additions & 0 deletions packages/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# astro-vscode

## 2.14.0

### Minor Changes

- d624646: Adds support for Content Collection Intellisense

## 2.13.4

### 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.13.4",
"version": "2.14.0",
"author": "withastro",
"license": "MIT",
"publisher": "astro-build",
Expand Down Expand Up @@ -240,8 +240,8 @@
"update-grammar-snapshots": "node ./test/grammar/test.mjs --updateSnapshot"
},
"devDependencies": {
"@astrojs/language-server": "^2.13.4",
"@astrojs/ts-plugin": "^1.9.3",
"@astrojs/language-server": "^2.14.0",
"@astrojs/ts-plugin": "^1.10.0",
"@types/glob": "^8.1.0",
"@types/mocha": "^10.0.1",
"@types/node": "^18.17.8",
Expand Down
7 changes: 7 additions & 0 deletions packages/yaml2ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @astrojs/yaml2ts

## 0.2.0

### Minor Changes

- d624646: Adds support for Content Collection Intellisense
2 changes: 1 addition & 1 deletion packages/yaml2ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astrojs/yaml2ts",
"version": "0.1.0",
"version": "0.2.0",
"description": "Package to convert a YAML string to a Volar VirtualCode, to be used by the Astro language server to provide intellisense",
"scripts": {
"build": "tsc",
Expand Down
8 changes: 4 additions & 4 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 b52c0f4

Please sign in to comment.