Skip to content

Commit

Permalink
chore(release): v0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action committed Sep 2, 2024
1 parent 94760c8 commit 0c0d023
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog for sn-filter-pane and sn-listbox

### [0.19.1](https://github.com/qlik-oss/sn-list-objects/compare/v0.19.0...v0.19.1) (2024-09-02)

### Bug Fixes

- check if theme available ([#456](https://github.com/qlik-oss/sn-list-objects/issues/456)) ([94760c8](https://github.com/qlik-oss/sn-list-objects/commit/94760c8291f4c1602335d955693051728d730a2c))
- correct green color ([#455](https://github.com/qlik-oss/sn-list-objects/issues/455)) ([02b8196](https://github.com/qlik-oss/sn-list-objects/commit/02b81963cc90791c87b99cf564318fde1fb342e4))
- **deps:** update material-ui monorepo to v6 (major) ([#458](https://github.com/qlik-oss/sn-list-objects/issues/458)) ([184e248](https://github.com/qlik-oss/sn-list-objects/commit/184e24876f5f6eba236b7c621f604df197f16314))
- **deps:** update minor and patch ([#451](https://github.com/qlik-oss/sn-list-objects/issues/451)) ([b67dc2f](https://github.com/qlik-oss/sn-list-objects/commit/b67dc2fd094c7fa4d9f31e58409b5073c8a56ab3))
- should not preventDefaultBehaviour on keys that are not handled by the component ([#444](https://github.com/qlik-oss/sn-list-objects/issues/444)) ([f50586a](https://github.com/qlik-oss/sn-list-objects/commit/f50586a884732d0eeabd7b2eb5efc4f7c7f5a4f4))

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

### Features
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.19.0",
"version": "0.19.1",
"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.19.0",
"version": "0.19.1",
"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.19.0",
"version": "0.19.1",
"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.19.0",
"version": "0.19.1",
"description": "Filter pane supernova",
"license": "MIT",
"author": "QlikTech International AB",
Expand Down

0 comments on commit 0c0d023

Please sign in to comment.