Skip to content

Commit

Permalink
chore(release): New Version
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed Nov 15, 2023
1 parent 32fa02d commit 1557f9d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.7.0 (2023-11-15)
- Updade Design to Lara Theme
- PrimeVUE 3.40
- Update Stores
- Update Login Demo Design

## 1.4.0 (2023-04-26)
- PrimeVUE 3.27.0
- Vite 4.3.3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Nuxt3 Primevue Starter Template
- [UnoCSS](https://github.com/antfu/unocss) - The instant on-demand atomic CSS engine.
- Use icons from any icon sets in Pure CSS, powered by [UnoCSS](https://github.com/antfu/unocss)
- [State Management via Pinia](https://pinia.esm.dev)
- PrimeVue 3.34.x
- PrimeVue 3.40.x
- Logging

### vite-primevue-starter-lite
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-primevue-starter",
"version": "1.6.0",
"version": "1.7.0",
"license": "MIT",
"scripts": {
"dev": "vite --port 3333 --open",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import AdvertiseBox from '@/components/AdvertiseBox.vue'
Typesafe by default
</AdvertiseBox>

<AdvertiseBox header="PrimeVue 3.39" icon="pi-check-circle" color="green-600">
<AdvertiseBox header="PrimeVue 3.40" icon="pi-check-circle" color="green-600">
Excellent Component Library for VUE
</AdvertiseBox>
<AdvertiseBox header="PrimeVue Theme and Layout" icon="pi-check-circle" color="green-600">
Expand Down

0 comments on commit 1557f9d

Please sign in to comment.