fix: add recursive pnpm publish + set v0.1.7

This commit is contained in:
Valerio Ageno
2024-06-20 19:57:26 +02:00
parent 777f932266
commit 7937291281
7 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -29,7 +29,7 @@ jobs:
run: pnpm build run: pnpm build
- name: Publish - name: Publish
run: pnpm publish --no-git-checks --dry-run run: pnpm publish -r --no-git-checks --dry-run
env: env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
@@ -77,7 +77,7 @@ jobs:
run: pnpm build run: pnpm build
- name: Publish - name: Publish
run: pnpm publish --no-git-checks run: pnpm publish -r --no-git-checks
env: env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "tuono" name = "tuono"
version = "0.1.6" version = "0.1.7"
edition = "2021" edition = "2021"
authors = ["V. Ageno <valerioageno@yahoo.it>"] authors = ["V. Ageno <valerioageno@yahoo.it>"]
description = "The react/rust fullstack framework" description = "The react/rust fullstack framework"
+2 -2
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "tuono_lib" name = "tuono_lib"
version = "0.1.6" version = "0.1.7"
edition = "2021" edition = "2021"
authors = ["V. Ageno <valerioageno@yahoo.it>"] authors = ["V. Ageno <valerioageno@yahoo.it>"]
description = "The react/rust fullstack framework" description = "The react/rust fullstack framework"
@@ -24,5 +24,5 @@ serde = { version = "1.0.202", features = ["derive"] }
erased-serde = "0.4.5" erased-serde = "0.4.5"
serde_json = "1.0" serde_json = "1.0"
tuono_lib_macros = {path = "../tuono_lib_macros", version = "0.1.6"} tuono_lib_macros = {path = "../tuono_lib_macros", version = "0.1.7"}
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "tuono_lib_macros" name = "tuono_lib_macros"
version = "0.1.6" version = "0.1.7"
edition = "2021" edition = "2021"
description = "The react/rust fullstack framework" description = "The react/rust fullstack framework"
homepage = "https://github.com/Valerioageno/tuono" homepage = "https://github.com/Valerioageno/tuono"
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "tuono", "name": "tuono",
"version": "0.1.6", "version": "0.1.7",
"description": "", "description": "",
"main": "src/index.js", "main": "src/index.js",
"packageManager": "pnpm@9.1.1", "packageManager": "pnpm@9.1.1",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "tuono-lazy-fn-vite-plugin", "name": "tuono-lazy-fn-vite-plugin",
"version": "0.1.6", "version": "0.1.7",
"description": "Plugin for the tuono's lazy fn. Tuono is the react/rust fullstack framework", "description": "Plugin for the tuono's lazy fn. Tuono is the react/rust fullstack framework",
"scripts": { "scripts": {
"dev": "vite build --watch", "dev": "vite build --watch",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "tuono", "name": "tuono",
"version": "0.1.6", "version": "0.1.7",
"description": "The react/rust fullstack framework", "description": "The react/rust fullstack framework",
"scripts": { "scripts": {
"dev": "vite build --watch", "dev": "vite build --watch",