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.1.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action committed Nov 7, 2022
1 parent 53577e8 commit 1d4760d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog for sn-filter-pane and sn-listbox

## 0.1.0-alpha.0 (2022-11-07)


### Features

* add jest setup unit testing ([#15](https://github.com/qlik-oss/sn-list-objects/issues/15)) ([f474e40](https://github.com/qlik-oss/sn-list-objects/commit/f474e409f389407541ffc5a08bdc130a03a8a6c4))
* render Listbox in a popover ([#2](https://github.com/qlik-oss/sn-list-objects/issues/2)) ([21ebba8](https://github.com/qlik-oss/sn-list-objects/commit/21ebba81cb5b5fd19c5452469e70bacf7748f866))


### Bug Fixes

* filterpane indentation ([#16](https://github.com/qlik-oss/sn-list-objects/issues/16)) ([9def0d8](https://github.com/qlik-oss/sn-list-objects/commit/9def0d88e6ca682ba86385afa0e813d3278d5f06))
* warning ([#6](https://github.com/qlik-oss/sn-list-objects/issues/6)) ([b7a2cf5](https://github.com/qlik-oss/sn-list-objects/commit/b7a2cf5d8603d89580c421e810c9baf93f95c1f5))
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.0.0",
"version": "0.1.0-alpha.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/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nebula.js/sn-filter-pane",
"version": "0.0.0",
"version": "0.1.0-alpha.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": "sn-listbox",
"version": "0.0.0",
"version": "0.1.0-alpha.0",
"description": "Filter pane supernova",
"license": "MIT",
"private": true,
Expand Down

0 comments on commit 1d4760d

Please sign in to comment.