Skip to content

Commit 8f2951a

Browse files
jpluscplusmcueckoo
authored andcommitted
extension: bump version to v0.0.17 before release
This bumps the extension's version ahead of the tag and release of v0.0.17. Change-Id: Ia67da28c823e12436b86139541f28227ea0ef36d Signed-off-by: Jonathan Matthews <[email protected]> Dispatch-Trailer: {"type":"trybot","CL":1223906,"patchset":4,"ref":"refs/changes/06/1223906/4","targetBranch":"master"}
1 parent ce335ca commit 8f2951a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

extension/extension.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ extension: npm: {
2626
displayName: "CUE"
2727
description: "The offical CUE extension for VS Code, providing syntax highlighting and language server integration (LSP) - from the team that builds CUE and cuelang.org"
2828
repository: "https://github.com/cue-lang/vscode-cue"
29-
version: "0.0.16"
29+
version: "0.0.17"
3030
icon: "media/white_circle_128.png"
3131
license: "MIT"
3232
publisher: "cuelangorg"

extension/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "CUE",
44
"description": "The offical CUE extension for VS Code, providing syntax highlighting and language server integration (LSP) - from the team that builds CUE and cuelang.org",
55
"repository": "https://github.com/cue-lang/vscode-cue",
6-
"version": "0.0.16",
6+
"version": "0.0.17",
77
"icon": "media/white_circle_128.png",
88
"license": "MIT",
99
"publisher": "cuelangorg",
@@ -87,7 +87,7 @@
8787
"buildpackage": "npm run check-types && npm run lint && node esbuild.js --production",
8888
"package": "vsce package && go tool cue cmd genManifest",
8989
"publish:msft": "vsce publish",
90-
"publish:ovsx": "ovsx publish vscode-cue-0.0.16.vsix",
90+
"publish:ovsx": "ovsx publish vscode-cue-0.0.17.vsix",
9191
"compile-tests": "tsc -p . --outDir out",
9292
"watch-tests": "tsc -p . -w --outDir out",
9393
"pretest": "npm run compile-tests && npm run compile && npm run lint",

extension/src/gen_userCommands.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ let _config = {
1818
"displayName": "CUE",
1919
"description": "The offical CUE extension for VS Code, providing syntax highlighting and language server integration (LSP) - from the team that builds CUE and cuelang.org",
2020
"repository": "https://github.com/cue-lang/vscode-cue",
21-
"version": "0.0.16",
21+
"version": "0.0.17",
2222
"icon": "media/white_circle_128.png",
2323
"license": "MIT",
2424
"publisher": "cuelangorg",
@@ -102,7 +102,7 @@ let _config = {
102102
"buildpackage": "npm run check-types && npm run lint && node esbuild.js --production",
103103
"package": "vsce package && go tool cue cmd genManifest",
104104
"publish:msft": "vsce publish",
105-
"publish:ovsx": "ovsx publish vscode-cue-0.0.16.vsix",
105+
"publish:ovsx": "ovsx publish vscode-cue-0.0.17.vsix",
106106
"compile-tests": "tsc -p . --outDir out",
107107
"watch-tests": "tsc -p . -w --outDir out",
108108
"pretest": "npm run compile-tests && npm run compile && npm run lint",

0 commit comments

Comments
 (0)