Skip to content

Commit 26a7614

Browse files
committed
chore(release): v2.1.0
1 parent f700455 commit 26a7614

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# Changelog
22

33

4+
## v2.1.0
5+
6+
[compare changes](https://github.com/sfxcode/nuxt3-primevue-starter/compare/v2.0.9...v2.1.0)
7+
8+
### 🏡 Chore
9+
10+
- **dependencies:** PrimeVue 4.2.1 - downgrade nitropack to 2.9.7 because of problems with version 2.10.0 and primevue ([cfd63fb](https://github.com/sfxcode/nuxt3-primevue-starter/commit/cfd63fb))
11+
- **dependencies:** Update to formkit-primevue-nuxt module ([f700455](https://github.com/sfxcode/nuxt3-primevue-starter/commit/f700455))
12+
13+
### ❤️ Contributors
14+
15+
- Sfxcode ([@sfxcode](http://github.com/sfxcode))
16+
417
## v2.0.9
518

619
[compare changes](https://github.com/sfxcode/nuxt3-primevue-starter/compare/v2.0.8...v2.0.9)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nuxt3-primevue-starter",
33
"type": "module",
4-
"version": "2.0.9",
4+
"version": "2.1.0",
55
"license": "MIT",
66
"scripts": {
77
"build": "nuxi build",

0 commit comments

Comments
 (0)