Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepKumbhare85 committed Jan 8, 2024
2 parents 5d37f14 + 3362723 commit 96aa1c3
Show file tree
Hide file tree
Showing 7 changed files with 715 additions and 599 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

## v1.0.0 (YYYY-MM-DD)
## v1.0.0 (2024-01-08)

### Added

Expand Down
2 changes: 1 addition & 1 deletion javascript-version/layouts/components/NavItems.vue
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ import VerticalNavLink from '@layouts/components/VerticalNavLink.vue'
:item="{
title: 'Documentation',
icon: 'ri-article-line',
href: 'https://demos.themeselection.com/materio-vuetify-nuxtjs-admin-template/documentation/',
href: 'https://demos.themeselection.com/materio-vuetify-vuejs-admin-template/documentation/',
target: '_blank',
}"
/>
Expand Down
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"version": "2.2.1",
"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"
}
}
249 changes: 249 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion typescript-version/layouts/components/NavItems.vue
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ import VerticalNavLink from '@layouts/components/VerticalNavLink.vue'
:item="{
title: 'Documentation',
icon: 'ri-article-line',
href: 'https://demos.themeselection.com/materio-vuetify-nuxtjs-admin-template/documentation/',
href: 'https://demos.themeselection.com/materio-vuetify-vuejs-admin-template/documentation/',
target: '_blank',
}"
/>
Expand Down
Loading

0 comments on commit 96aa1c3

Please sign in to comment.