Skip to content

Commit 1fca19e

Browse files
author
github-actions
committed
2.0.0-pre.2
1 parent d5cd692 commit 1fca19e

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.1",
3+
"version": "2.0.0-pre.2",
44
"description": "Webcomponents 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.1';
3+
const VERSION = '2.0.0-pre.2';
44
const CONFIG_KEY = '__vscodeElements_disableRegistryWarning__';
55

66
export class VscElement extends LitElement {

0 commit comments

Comments
 (0)