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.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action committed Apr 2, 2024
1 parent c3e7339 commit 8ca1547
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog for sn-filter-pane and sn-listbox

### [0.18.1](https://github.com/qlik-oss/sn-list-objects/compare/v0.18.0...v0.18.1) (2024-04-02)


### Bug Fixes

* also trigger update if all child objects have layout but are not changed ([#422](https://github.com/qlik-oss/sn-list-objects/issues/422)) ([c3e7339](https://github.com/qlik-oss/sn-list-objects/commit/c3e733971038c4ad08ee3831c923d85d3d8e418d))

## [0.18.0](https://github.com/qlik-oss/sn-list-objects/compare/v0.17.5...v0.18.0) (2024-04-02)


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.0",
"version": "0.18.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.18.0",
"version": "0.18.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.18.0",
"version": "0.18.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.18.0",
"version": "0.18.1",
"description": "Filter pane supernova",
"license": "MIT",
"author": "QlikTech International AB",
Expand Down

0 comments on commit 8ca1547

Please sign in to comment.