publish new versions

This commit is contained in:
JonasKruckenberg 2022-05-08 13:16:07 +00:00 committed by GitHub
parent e5796a8cc4
commit 748682d074
9 changed files with 2006 additions and 1997 deletions

View File

@ -1,6 +1,8 @@
{
"tag": "beta",
"changes": [
".changes/fix-cli-on-platforms.md"
".changes/chore-update-tauri.md",
".changes/fix-cli-on-platforms.md",
".changes/fix-project-path.md"
]
}

View File

@ -1,5 +1,12 @@
# Changelog
## \[0.1.2-beta.1]
- Update Tauri CLI to version `1.0.0-rc.10`
- [f83afa4](https://github.com/JonasKruckenberg/tauri-build/commit/f83afa4608fbec046f5b1015d2129e36c6de7c2f) Create chore-update-tauri.md on 2022-05-08
- Correctly change working dir to projectPath when configured.
- [8864b18](https://github.com/JonasKruckenberg/tauri-build/commit/8864b1892897635a72de9bfce95f395c39c35eb1) fix: correctly change working dir to projectPath on 2022-05-08
## \[0.1.2-beta.0]
- Include Tauri CLI binaries for all supported platforms.

BIN
dist/cli.darwin-x64.node generated vendored

Binary file not shown.

BIN
dist/cli.linux-x64-gnu.node generated vendored

Binary file not shown.

BIN
dist/cli.win32-x64-msvc.node generated vendored

Binary file not shown.

3986
dist/index.js generated vendored

File diff suppressed because it is too large Load Diff

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

2
dist/sourcemap-register.js generated vendored

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "tauri-build",
"version": "0.1.2-beta.0",
"version": "0.1.2-beta.1",
"description": "TypeScript template action",
"main": "lib/main.js",
"scripts": {