Skip to content

Commit

Permalink
feat(changelog): updated changelog for v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-solanki committed Nov 12, 2021
1 parent d5f8401 commit 48e2e10
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
## V1.0.2 (2021-08-18)
## v1.0.3 (2021-11-12)

**Fixed**

- Updated [@vue/composition-api](https://github.com/vuejs/composition-api) package to v1.3.3 to mitigate composition api error

## v1.0.2 (2021-08-18)

* broken links updated in footer
* "Basic Cards" page renamed to "Cards"
* `README.md` updated


## V1.0.1 (2021-08-13)
## v1.0.1 (2021-08-13)

* Fixed missing fonts + branding updated
* public path updated in `vue.config.js`
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "materio-free-vuetify-vuejs-admin-template",
"description": "Production ready carefully crafted most comprehensive admin template",
"license": "MIT",
"version": "1.0.1",
"version": "1.0.3",
"author": {
"name": "ThemeSelection",
"url": "https://themeselection.com/"
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@mdi/js": "^5.9.55",
"@vue/composition-api": "1.0.4",
"@vue/composition-api": "^1.3.3",
"@vuetify/cli-plugin-utils": "^0.0.9",
"apexcharts": "^3.27.3",
"core-js": "^3.6.5",
Expand Down

0 comments on commit 48e2e10

Please sign in to comment.