Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare 1.17.0 #1377

Merged
merged 1 commit into from
Jan 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

# Unreleased

## 1.17.0

- Add syntax color to ocamldoc and odoc markup (#1365)
- Remove comment color from mld files (but keep markup color) (issue #1014,
#1365)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ocaml-platform",
"displayName": "OCaml Platform",
"version": "1.16.2",
"version": "1.17.0",
"private": true,
"description": "Official OCaml language extension for VSCode",
"categories": [
Expand Down Expand Up @@ -1196,8 +1196,8 @@
"onDebugResolve:ocaml.earlybird"
],
"dependencies": {
"polka": "^1.0.0-next.24",
"sirv": "^2.0.4",
"polka": "1.0.0-next.24",
"sirv": "2.0.4",
"vscode-languageclient": "9.0.1"
},
"devDependencies": {
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1509,11 +1509,11 @@ __metadata:
linkType: hard

"@types/node@npm:*":
version: 20.11.10
resolution: "@types/node@npm:20.11.10"
version: 20.11.13
resolution: "@types/node@npm:20.11.13"
dependencies:
undici-types: "npm:~5.26.4"
checksum: aced8595c2786d4e60471772659add1e2e0d1f2b73d119820b2e1815426d6e52c6a77f1c7fca8ea46490c36f7959cc46b0dc609fa2e80b7fd24f9a7d696c2210
checksum: 8ff8526fa0dbabcf4e9c538c6a7220675f750c39d0794e34998daa0656d7e0dfdf3e47403d2ab8beb756422a517e1f2646b4494afa59ef330495d65fc58fa4d8
languageName: node
linkType: hard

Expand Down Expand Up @@ -2375,9 +2375,9 @@ __metadata:
linkType: hard

"electron-to-chromium@npm:^1.4.648":
version: 1.4.650
resolution: "electron-to-chromium@npm:1.4.650"
checksum: 30633acb595e2b59ac9212aa93cfaf52e74bbe398ae651117b4d8da8d9be6df554af88530cf54c2eed184b9e30c01ef2284752a6bc971b8c1b5eda9d34bb1f44
version: 1.4.651
resolution: "electron-to-chromium@npm:1.4.651"
checksum: be68418d2e13470d676f6ea09bd8f2456bf278bb169ddab6da6b8bc7ab9b2ab1df6c8ed3e31b9664f3ad44f4dd1318e7bd88bf227cd1e9e0db691e9a92fd90ee
languageName: node
linkType: hard

Expand Down Expand Up @@ -4364,8 +4364,8 @@ __metadata:
mocha: "npm:10.2.0"
npm-run-all: "npm:4.1.5"
ovsx: "npm:0.8.3"
polka: "npm:^1.0.0-next.24"
sirv: "npm:^2.0.4"
polka: "npm:1.0.0-next.24"
sirv: "npm:2.0.4"
typescript: "npm:5.3.3"
vscode-languageclient: "npm:9.0.1"
languageName: unknown
Expand Down Expand Up @@ -4626,7 +4626,7 @@ __metadata:
languageName: node
linkType: hard

"polka@npm:^1.0.0-next.24":
"polka@npm:1.0.0-next.24":
version: 1.0.0-next.24
resolution: "polka@npm:1.0.0-next.24"
dependencies:
Expand Down Expand Up @@ -5183,7 +5183,7 @@ __metadata:
languageName: node
linkType: hard

"sirv@npm:^2.0.4":
"sirv@npm:2.0.4":
version: 2.0.4
resolution: "sirv@npm:2.0.4"
dependencies:
Expand Down
Loading