Skip to content

Commit

Permalink
chore(release): v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed Nov 5, 2024
1 parent 4a27daa commit ed760e9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
# Changelog


## v2.1.2

[compare changes](https://github.com/sfxcode/nuxt3-primevue-starter/compare/v2.1.0...v2.1.2)

### 💅 Refactors

- **pages:** Formkit-primevue components / composables are auto imported ([96b6f33](https://github.com/sfxcode/nuxt3-primevue-starter/commit/96b6f33))

### 📖 Documentation

- **README:** Fix links ([5ba0b28](https://github.com/sfxcode/nuxt3-primevue-starter/commit/5ba0b28))

### 🏡 Chore

- **package:** Revert to patch build ([a90cbbe](https://github.com/sfxcode/nuxt3-primevue-starter/commit/a90cbbe))
- **update:** Nuxt 3.14 ([4a27daa](https://github.com/sfxcode/nuxt3-primevue-starter/commit/4a27daa))

### ❤️ Contributors

- Sfxcode ([@sfxcode](http://github.com/sfxcode))

## v2.1.0

[compare changes](https://github.com/sfxcode/nuxt3-primevue-starter/compare/v2.0.9...v2.1.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nuxt3-primevue-starter",
"type": "module",
"version": "2.1.1",
"version": "2.1.2",
"license": "MIT",
"scripts": {
"build": "nuxi build",
Expand Down

0 comments on commit ed760e9

Please sign in to comment.