@valbuild/language-server 0.120.1 → 0.120.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @valbuild/language-server
|
|
2
2
|
|
|
3
|
+
## 0.120.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#593](https://github.com/valbuild/val/pull/593) [`095ee0d`](https://github.com/valbuild/val/commit/095ee0dd011b069c30bc99ae58356e28796e106b) Thanks [@freekh](https://github.com/freekh)! - Publish the packages that 0.120.1 did not reach.
|
|
8
|
+
|
|
9
|
+
`@valbuild/server@0.120.1` made it to npm, but `@valbuild/cli`,
|
|
10
|
+
`@valbuild/language-server` and `@valbuild/next` did not — the release job
|
|
11
|
+
failed part-way through, and the version numbers it had already claimed could
|
|
12
|
+
not be reused. This release carries the same contents for those three packages:
|
|
13
|
+
they pick up the MCP signing-key rotation fix from `@valbuild/server@0.120.1`,
|
|
14
|
+
and there is nothing else in it.
|
|
15
|
+
|
|
16
|
+
If you are on 0.120.0, upgrade straight to this version. There is no 0.120.1 of
|
|
17
|
+
these three packages, and there will not be one.
|
|
18
|
+
|
|
3
19
|
## 0.120.1
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"lsp",
|
|
12
12
|
"language-server"
|
|
13
13
|
],
|
|
14
|
-
"version": "0.120.
|
|
14
|
+
"version": "0.120.2",
|
|
15
15
|
"bin": {
|
|
16
16
|
"val-language-server": "./bin.js"
|
|
17
17
|
},
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"vscode-languageserver": "^10.1.0",
|
|
31
31
|
"vscode-languageserver-textdocument": "^1.0.14",
|
|
32
32
|
"@valbuild/core": "0.120.0",
|
|
33
|
-
"@valbuild/
|
|
34
|
-
"@valbuild/
|
|
33
|
+
"@valbuild/shared": "0.120.0",
|
|
34
|
+
"@valbuild/server": "0.120.1"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@types/jest": "^30.0.0",
|