Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
chore(release): v0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action committed Jun 26, 2024
1 parent 119368e commit 1d70f5e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog for sn-filter-pane and sn-listbox

## [0.19.0](https://github.com/qlik-oss/sn-list-objects/compare/v0.18.3...v0.19.0) (2024-06-26)

### Features

- use selection colors from theme ([#442](https://github.com/qlik-oss/sn-list-objects/issues/442)) ([119368e](https://github.com/qlik-oss/sn-list-objects/commit/119368ec0ee5bc133b3b190baae23715df53708f))

### [0.18.3](https://github.com/qlik-oss/sn-list-objects/compare/v0.18.2...v0.18.3) (2024-06-25)

### [0.18.2](https://github.com/qlik-oss/sn-list-objects/compare/v0.18.1...v0.18.2) (2024-06-13)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qlik-oss/sn-list-objects",
"version": "0.18.3",
"version": "0.19.0",
"description": "Workspace for sn-listbox and sn-filter-pane",
"scripts": {
"release": "release-it",
Expand Down
2 changes: 1 addition & 1 deletion packages/sn-filter-pane/api-spec/spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"name": "@nebula.js/sn-filter-pane:properties",
"description": "Filter pane generic object definition",
"version": "0.18.3",
"version": "0.19.0",
"license": "MIT",
"stability": "stable",
"x-qlik-visibility": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/sn-filter-pane/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nebula.js/sn-filter-pane",
"version": "0.18.3",
"version": "0.19.0",
"description": "Filter pane supernova",
"license": "MIT",
"author": "QlikTech International AB",
Expand Down
2 changes: 1 addition & 1 deletion packages/sn-listbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nebula.js/sn-listbox",
"version": "0.18.3",
"version": "0.19.0",
"description": "Filter pane supernova",
"license": "MIT",
"author": "QlikTech International AB",
Expand Down

0 comments on commit 1d70f5e

Please sign in to comment.