Skip to content

Commit 124f56b

Browse files
committed
Update dependencies, fix errors in sidebar and icon page
1 parent 6b78230 commit 124f56b

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# Changelog
2+
3+
## [v2.1.6]
4+
5+
### Updated
6+
- Update dependencies
7+
- Fix errors in sidebar and icon page
8+
29
## [v2.1.5]
310

411
### Updated

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sing-app-vue",
3-
"version": "2.1.5",
3+
"version": "2.1.6",
44
"private": true,
55
"scripts": {
66
"serve": "vue-cli-service serve --port 3000",
@@ -13,7 +13,7 @@
1313
"apexcharts": "^3.22.2",
1414
"awesome-bootstrap-checkbox": "^1.0.1",
1515
"bootstrap": "^4.5.3",
16-
"bootstrap-vue": "2.19.0",
16+
"bootstrap-vue": "2.21.2",
1717
"css-loader": "^1.0.1",
1818
"echarts": "^4.9.0",
1919
"expose-loader": "^0.7.5",

src/components/Sidebar/Sidebar.vue

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
]"
5555
/>
5656
</ul>
57-
<p>
5857
<h5 class="navTitle">
5958
LABELS
6059
<a class="actionLink">

src/pages/Icons/Icons.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -2873,4 +2873,4 @@ export default {
28732873
};
28742874
</script>
28752875

2876-
<script src="./Icons.scss" lang="scss" scoped />
2876+
<style src="./Icons.scss" lang="scss" scoped />

0 commit comments

Comments
 (0)