Fix failing release pipeline (#102)

* feat: add no-verify key to cargo publish script

* feat: update version to v0.12.2
This commit is contained in:
Valerio Ageno
2024-11-16 10:23:59 +01:00
committed by GitHub
parent c394898fcd
commit 48b974ae58
8 changed files with 22 additions and 21 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "tuono-fs-router-vite-plugin",
"version": "0.12.1",
"version": "0.12.2",
"description": "Plugin for the tuono's file system router. Tuono is the react/rust fullstack framework",
"scripts": {
"dev": "vite build --watch",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "tuono-lazy-fn-vite-plugin",
"version": "0.12.1",
"version": "0.12.2",
"description": "Plugin for the tuono's lazy fn. Tuono is the react/rust fullstack framework",
"scripts": {
"dev": "vite build --watch",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "tuono-router",
"version": "0.12.1",
"version": "0.12.2",
"description": "React routing component for the framework tuono. Tuono is the react/rust fullstack framework",
"scripts": {
"dev": "vite build --watch",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "tuono",
"version": "0.12.1",
"version": "0.12.2",
"description": "The react/rust fullstack framework",
"scripts": {
"dev": "vite build --watch",