Skip to content

Commit

Permalink
chore: release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alokVishu committed Jan 5, 2024
1 parent 6d21efe commit 8aa4f91
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 10 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@

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

## v2.1.0 (2024-01-05)

### Added

- Added Remix Icons

### Updated

- Updated all dependencies and devDependencies to latest
- Updated Laravel version to latest

### Removed

- Material Design icons removed

## v2.0.0 (2023-05-26)

### Added
Expand Down
10 changes: 7 additions & 3 deletions documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@
<head>
<title>$template_name</title>
<meta http-equiv="refresh"
content="0; URL='$docs_url'" />
content="0; URL=https://demos.themeselection.com/materio-vuetify-vuejs-admin-template/documentation/guide/laravel-integration/folder-structure.html" />
</head>

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

</html>
</html>
8 changes: 4 additions & 4 deletions hire-us.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

<head>
<title>Hire Us</title>
<meta http-equiv="refresh"
content="0; URL='https://themeselection.com/hire-us/'" />
<meta http-equiv="refresh" content="0; URL='https://themeselection.com/hire-us/'" />
</head>

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

</html>
</html>
3 changes: 2 additions & 1 deletion javascript-version/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,6 @@
"overrides": {
"stylelint-order": "6.0.3"
},
"packageManager": "pnpm@8.6.2"
"packageManager": "pnpm@8.6.2",
"version": "2.1.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
"devDependencies": {
"bumpp": "^8.2.1"
}
}
}
3 changes: 2 additions & 1 deletion typescript-version/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,6 @@
"overrides": {
"stylelint-order": "6.0.3"
},
"packageManager": "pnpm@8.6.2"
"packageManager": "pnpm@8.6.2",
"version": "2.1.0"
}

0 comments on commit 8aa4f91

Please sign in to comment.