Skip to content

Commit e3ab2b3

Browse files
author
github-actions
committed
2.0.0-pre.4
1 parent cc4f3a5 commit e3ab2b3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vscode-elements/elements",
3-
"version": "2.0.0-pre.3",
3+
"version": "2.0.0-pre.4",
44
"description": "Web components for creating Visual Studio Code extensions",
55
"main": "dist/main.js",
66
"module": "dist/main.js",

src/includes/VscElement.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {LitElement} from 'lit';
22

3-
const VERSION = '2.0.0-pre.3';
3+
const VERSION = '2.0.0-pre.4';
44
const CONFIG_KEY = '__vscodeElements_disableRegistryWarning__';
55

66
export class VscElement extends LitElement {

0 commit comments

Comments
 (0)