Skip to content

Commit

Permalink
Update dependencies, fix errors in sidebar and icon page
Browse files Browse the repository at this point in the history
  • Loading branch information
Blari committed Feb 1, 2021
1 parent 6b78230 commit 124f56b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Changelog

## [v2.1.6]

### Updated
- Update dependencies
- Fix errors in sidebar and icon page

## [v2.1.5]

### Updated
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sing-app-vue",
"version": "2.1.5",
"version": "2.1.6",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --port 3000",
Expand All @@ -13,7 +13,7 @@
"apexcharts": "^3.22.2",
"awesome-bootstrap-checkbox": "^1.0.1",
"bootstrap": "^4.5.3",
"bootstrap-vue": "2.19.0",
"bootstrap-vue": "2.21.2",
"css-loader": "^1.0.1",
"echarts": "^4.9.0",
"expose-loader": "^0.7.5",
Expand Down
1 change: 0 additions & 1 deletion src/components/Sidebar/Sidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
]"
/>
</ul>
<p>
<h5 class="navTitle">
LABELS
<a class="actionLink">
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Icons/Icons.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2873,4 +2873,4 @@ export default {
};
</script>

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

0 comments on commit 124f56b

Please sign in to comment.