Skip to content

Commit 48e2e10

Browse files
committed
feat(changelog): updated changelog for v1.0.3
1 parent d5f8401 commit 48e2e10

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
1-
## V1.0.2 (2021-08-18)
1+
## v1.0.3 (2021-11-12)
2+
3+
**Fixed**
4+
5+
- Updated [@vue/composition-api](https://github.com/vuejs/composition-api) package to v1.3.3 to mitigate composition api error
6+
7+
## v1.0.2 (2021-08-18)
28

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

713

8-
## V1.0.1 (2021-08-13)
14+
## v1.0.1 (2021-08-13)
915

1016
* Fixed missing fonts + branding updated
1117
* public path updated in `vue.config.js`

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "materio-free-vuetify-vuejs-admin-template",
33
"description": "Production ready carefully crafted most comprehensive admin template",
44
"license": "MIT",
5-
"version": "1.0.1",
5+
"version": "1.0.3",
66
"author": {
77
"name": "ThemeSelection",
88
"url": "https://themeselection.com/"
@@ -31,7 +31,7 @@
3131
},
3232
"dependencies": {
3333
"@mdi/js": "^5.9.55",
34-
"@vue/composition-api": "1.0.4",
34+
"@vue/composition-api": "^1.3.3",
3535
"@vuetify/cli-plugin-utils": "^0.0.9",
3636
"apexcharts": "^3.27.3",
3737
"core-js": "^3.6.5",

0 commit comments

Comments
 (0)