Skip to content

Commit

Permalink
1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 12, 2024
1 parent 1035b18 commit 5a5c39d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## [Unreleased]
## [1.5.0] - 2024-09-12

- **SingleSelect**, **MultiSelect**: Highlight matches in combobox mode when the list is filtered

Expand Down
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.4.0",
"version": "1.5.0",
"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.4.0';
private _version = '1.5.0';

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

0 comments on commit 5a5c39d

Please sign in to comment.