Skip to content

Commit

Permalink
1.6.2-pre.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 27, 2024
1 parent 357bdf9 commit d03f026
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vscode-elements/elements",
"version": "1.6.2-pre.1",
"version": "1.6.2-pre.2",
"description": "Webcomponents for creating Visual Studio Code extensions",
"main": "dist/main.js",
"module": "dist/main.js",
Expand Down
2 changes: 1 addition & 1 deletion src/includes/VscElement.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {LitElement} from 'lit';

export class VscElement extends LitElement {
private _version = '1.6.2-pre.1';
private _version = '1.6.2-pre.2';

/** VSC Element version */
get version() {
Expand Down

0 comments on commit d03f026

Please sign in to comment.