Skip to content

Commit 8aa4f91

Browse files
author
alokVishu
committed
chore: release v2.1.0
1 parent 6d21efe commit 8aa4f91

File tree

6 files changed

+31
-10
lines changed

6 files changed

+31
-10
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@
44

55
All notable changes to this template will be documented in this file
66

7+
## v2.1.0 (2024-01-05)
8+
9+
### Added
10+
11+
- Added Remix Icons
12+
13+
### Updated
14+
15+
- Updated all dependencies and devDependencies to latest
16+
- Updated Laravel version to latest
17+
18+
### Removed
19+
20+
- Material Design icons removed
21+
722
## v2.0.0 (2023-05-26)
823

924
### Added

documentation.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@
44
<head>
55
<title>$template_name</title>
66
<meta http-equiv="refresh"
7-
content="0; URL='$docs_url'" />
7+
content="0; URL=https://demos.themeselection.com/materio-vuetify-vuejs-admin-template/documentation/guide/laravel-integration/folder-structure.html" />
88
</head>
99

1010
<body>
11-
<p>If you do not redirect please visit : <a href="$docs_url">$docs_url</a></p>
11+
<p>If you do not redirect please visit : <a
12+
href="https://demos.themeselection.com/materio-vuetify-vuejs-admin-template/documentation/guide/laravel-integration/folder-structure.html">
13+
https://demos.themeselection.com/materio-vuetify-vuejs-admin-template/documentation/guide/laravel-integration/folder-structure.html
14+
</a>
15+
</p>
1216
</body>
1317

14-
</html>
18+
</html>

hire-us.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44
<head>
55
<title>Hire Us</title>
6-
<meta http-equiv="refresh"
7-
content="0; URL='https://themeselection.com/hire-us/'" />
6+
<meta http-equiv="refresh" content="0; URL='https://themeselection.com/hire-us/'" />
87
</head>
98

109
<body>
11-
<p>If you do not redirect please visit : <a href="https://themeselection.com/hire-us/">https://themeselection.com/hire-us/</a></p>
10+
<p>If you do not redirect please visit : <a
11+
href="https://themeselection.com/hire-us/">https://themeselection.com/hire-us/</a></p>
1212
</body>
1313

14-
</html>
14+
</html>

javascript-version/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,6 @@
7070
"overrides": {
7171
"stylelint-order": "6.0.3"
7272
},
73-
"packageManager": "[email protected]"
73+
"packageManager": "[email protected]",
74+
"version": "2.1.0"
7475
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
"devDependencies": {
88
"bumpp": "^8.2.1"
99
}
10-
}
10+
}

typescript-version/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,6 @@
7777
"overrides": {
7878
"stylelint-order": "6.0.3"
7979
},
80-
"packageManager": "[email protected]"
80+
"packageManager": "[email protected]",
81+
"version": "2.1.0"
8182
}

0 commit comments

Comments
 (0)