Skip to content

Commit 4be6c40

Browse files
author
github-actions
committed
2.3.2-pre.1
1 parent b2c9e08 commit 4be6c40

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.3.2-pre.0",
3+
"version": "2.3.2-pre.1",
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.3.2-pre.0';
3+
const VERSION = '2.3.2-pre.1';
44
const CONFIG_KEY = '__vscodeElements_disableRegistryWarning__';
55

66
export class VscElement extends LitElement {

0 commit comments

Comments
 (0)