Skip to content

Commit ed8ca0a

Browse files
committed
chore(release): v2.4.0
1 parent 8b3afee commit ed8ca0a

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## v2.4.0
2+
3+
[compare changes](https://github.com/sfxcode/formkit-primevue/compare/v2.3.11...v2.4.0)
4+
5+
### 💅 Refactors
6+
7+
- **icons:** Breaking change name of leftIcon property to iconPrefix and right icon property to iconSuffix to prevent conflicts with formkits icon resolver #49 ([#49](https://github.com/sfxcode/formkit-primevue/issues/49))
8+
9+
### ❤️ Contributors
10+
11+
- Sfxcode ([@sfxcode](http://github.com/sfxcode))
12+
113
## v2.3.11
214

315
[compare changes](https://github.com/sfxcode/formkit-primevue/compare/v2.3.10...v2.3.11)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sfxcode/formkit-primevue",
33
"type": "module",
4-
"version": "2.3.11",
4+
"version": "2.4.0",
55
"packageManager": "[email protected]+sha256.b6fd0bfda555e7e584ad7e56b30c68b01d5a04f9ee93989f4b93ca8473c49c74",
66
"author": {
77
"name": "Tom",
@@ -72,7 +72,7 @@
7272
"dev": "vite serve dev",
7373
"dev:build": "vite build dev",
7474
"dev:preview": "vite preview dev",
75-
"release": "npm run lint && npm run build && changelogen --patch --release && npm publish --access public && git push --follow-tags",
75+
"release": "npm run lint && npm run build && changelogen --minor --release && npm publish --access public && git push --follow-tags",
7676
"lint": "eslint ./src",
7777
"lint:fix": "eslint . --fix",
7878
"prepublishOnly": "pnpm build",

0 commit comments

Comments
 (0)