Skip to content

Commit 9063d5a

Browse files
committed
chore(release): v2.3.3
1 parent d03e255 commit 9063d5a

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,40 @@
11
# Changelog
22

33

4+
## v2.3.3
5+
6+
[compare changes](https://github.com/sfxcode/nuxt3-primevue-starter/compare/v2.3.2...v2.3.3)
7+
8+
### 🚀 Enhancements
9+
10+
- Add ToDoExampleHelp and preview components ([6eace18](https://github.com/sfxcode/nuxt3-primevue-starter/commit/6eace18))
11+
- Enhance components with default slot content and update props ([92706a3](https://github.com/sfxcode/nuxt3-primevue-starter/commit/92706a3))
12+
- Update preview component styles and improve package scripts ([b6fc2c2](https://github.com/sfxcode/nuxt3-primevue-starter/commit/b6fc2c2))
13+
- Update preview component styles and improve package scripts ([d03e255](https://github.com/sfxcode/nuxt3-primevue-starter/commit/d03e255))
14+
15+
### 📖 Documentation
16+
17+
- Update README to reflect Nuxt 4 and PrimeVue 4.4.x support ([9972573](https://github.com/sfxcode/nuxt3-primevue-starter/commit/9972573))
18+
- Update README to reflect Nuxt 4 support ([3b66809](https://github.com/sfxcode/nuxt3-primevue-starter/commit/3b66809))
19+
20+
### 🏡 Chore
21+
22+
- **dependencies:** Update dependencies to latest versions ([ef2ee0d](https://github.com/sfxcode/nuxt3-primevue-starter/commit/ef2ee0d))
23+
- **dependencies:** Update packageManager to [email protected] ([f59247c](https://github.com/sfxcode/nuxt3-primevue-starter/commit/f59247c))
24+
- **dependencies:** Add @compodium/nuxt and update configuration ([3b6fcdf](https://github.com/sfxcode/nuxt3-primevue-starter/commit/3b6fcdf))
25+
26+
### ✅ Tests
27+
28+
- Update ExternalLink tests to reflect PrimeVue integration ([62be6b4](https://github.com/sfxcode/nuxt3-primevue-starter/commit/62be6b4))
29+
30+
### 🎨 Styles
31+
32+
- Reorder class attributes for consistency in 404.vue and BaseButton.vue ([e70cd85](https://github.com/sfxcode/nuxt3-primevue-starter/commit/e70cd85))
33+
34+
### ❤️ Contributors
35+
36+
- Sfxcode ([@sfxcode](https://github.com/sfxcode))
37+
438
## v2.3.2
539

640
[compare changes](https://github.com/sfxcode/nuxt3-primevue-starter/compare/v2.3.1...v2.3.2)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nuxt3-primevue-starter",
33
"type": "module",
4-
"version": "2.3.2",
4+
"version": "2.3.3",
55
"license": "MIT",
66
"scripts": {
77
"build": "nuxt build",

0 commit comments

Comments
 (0)