We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c44fc9 commit 21aa394Copy full SHA for 21aa394
package.json
@@ -66,11 +66,16 @@
66
"zustand": "^5.0.3"
67
},
68
"devDependencies": {
69
+ "@semantic-release/exec": "^6.0.3",
70
+ "@semantic-release/git": "^10.0.1",
71
+ "@semantic-release/github": "^9.2.6",
72
+ "@semantic-release/npm": "^11.0.2",
73
"@types/node": "^22",
74
"@types/react": "^18",
75
"@types/react-dom": "^18",
76
"postcss": "^8",
77
"tailwindcss": "^3.4.17",
- "typescript": "^5"
78
+ "typescript": "^5",
79
+ "semantic-release": "^22.0.12"
80
}
81
0 commit comments