Skip to content

Commit f36e313

Browse files
chore(master): release 0.2.0 (#3)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8c6aaca commit f36e313

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/nethesis/vue-components/compare/v0.1.0...v0.2.0) (2023-12-11)
4+
5+
6+
### Features
7+
8+
* added NeExpandable ([b47e623](https://github.com/nethesis/vue-components/commit/b47e623735ceb697aec4009189f7dddc2f6bf06c))
9+
* added NeFileInput ([99861af](https://github.com/nethesis/vue-components/commit/99861af02153f31063f23611d7a7d7ddce1c8edc))
10+
* added NeInlineNotification ([ddde85e](https://github.com/nethesis/vue-components/commit/ddde85e0a7c34459b27311cf9ed64fef43101fc3))
11+
* added NeProgressBar ([2cb3e4b](https://github.com/nethesis/vue-components/commit/2cb3e4ba12691c00779455745481d1502314a8e9))
12+
* added NeRoundedIcon ([1319762](https://github.com/nethesis/vue-components/commit/131976202d324a80ad90af89538eed6585fbeb4e))
13+
* added NeSideDrawer ([f6c5063](https://github.com/nethesis/vue-components/commit/f6c506369bf46c3babec4562cc5455cae8a7d1a8))
14+
* added NeSpinner ([57798fe](https://github.com/nethesis/vue-components/commit/57798fe924a13d40eda05afd96a8f44de3620bfd))
15+
* added NeTitle ([f6b1613](https://github.com/nethesis/vue-components/commit/f6b1613eacdc585fca6410e2a9dad3ca8053795f))
16+
* added NeTooltip ([8c6aaca](https://github.com/nethesis/vue-components/commit/8c6aaca2490c165bf99e5c0e9f5ea7f95eb87705))
17+
* exporting css build ([6749f98](https://github.com/nethesis/vue-components/commit/6749f98c9f0490eb7a846fff60b5e5149b9bfdf8))
18+
19+
20+
### Bug Fixes
21+
22+
* updating font definitions with Tailwind defaults ([43b887e](https://github.com/nethesis/vue-components/commit/43b887e364759c77d70e219f360c11d146f8bc66))
23+
324
## 0.1.0 (2023-12-07)
425

526

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nethesis/vue-components",
33
"type": "module",
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"private": false,
66
"keywords": [
77
"nethserver",

0 commit comments

Comments
 (0)