Skip to content

Commit

Permalink
chore: release v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alokVishu committed Jan 4, 2024
1 parent e436e52 commit 8590a55
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@

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

## v2.2.0 (2024-01-04)

### Updated

- Updated all dependencies and devDependencies to latest

### Added

- Added Remix Icons

### Removed

- Material Design icons removed

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

### Updated
Expand Down
2 changes: 1 addition & 1 deletion javascript-version/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "materio-vuetify-vuejs-admin-template-free",
"version": "2.1.0",
"version": "2.2.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"version": "2.1.0",
"version": "2.2.0",
"private": true,
"scripts": {
"release": "code -r CHANGELOG.md && node -e \"process.stdin.once('data', () => process.exit())\" && yarn bumpp --all package.json javascript-version/package.json typescript-version/package.json"
},
"devDependencies": {
"bumpp": "^8.2.1"
}
}
}
2 changes: 1 addition & 1 deletion typescript-version/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "materio-vuetify-vuejs-admin-template-free",
"version": "2.1.0",
"version": "2.2.0",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit 8590a55

Please sign in to comment.