Bläddra i källkod

Revert "apply version updates (#6582)"

This reverts commit 3ad7414a3eb6b126204474407921e444cf4825cd.
github-actions[bot] 2 år sedan
förälder
incheckning
1c7e5cae10

+ 0 - 1
.changes/pre.json

@@ -24,7 +24,6 @@
     ".changes/fix-dev-server-proxy-path.md",
     ".changes/fix-empty-identifier.md",
     ".changes/fix-ios-run-xcode14.md",
-    ".changes/fix-ios-template.md",
     ".changes/fix-mobile-env-vars.md",
     ".changes/fix-orientation-crash.md",
     ".changes/fix-tauri-binary-windows.md",

+ 0 - 5
tooling/cli/CHANGELOG.md

@@ -1,10 +1,5 @@
 # Changelog
 
-## \[2.0.0-alpha.5]
-
-- Fixes the iOS project script to build the Rust library.
-  - [6e3e4c22](https://www.github.com/tauri-apps/tauri/commit/6e3e4c22be51500bec7856d90dcb2e40ef7fe1b4) fix(cli): use correct variable on script to build Rust iOS code ([#6581](https://www.github.com/tauri-apps/tauri/pull/6581)) on 2023-03-29
-
 ## \[2.0.0-alpha.4]
 
 - Fix android project build crashing when using `pnpm` caused by extra `--`.

+ 1 - 1
tooling/cli/Cargo.lock

@@ -3646,7 +3646,7 @@ dependencies = [
 
 [[package]]
 name = "tauri-cli"
-version = "2.0.0-alpha.5"
+version = "2.0.0-alpha.4"
 dependencies = [
  "anyhow",
  "axum",

+ 2 - 2
tooling/cli/Cargo.toml

@@ -3,7 +3,7 @@ members = [ "node" ]
 
 [package]
 name = "tauri-cli"
-version = "2.0.0-alpha.5"
+version = "2.0.0-alpha.4"
 authors = [ "Tauri Programme within The Commons Conservancy" ]
 edition = "2021"
 rust-version = "1.64"
@@ -46,7 +46,7 @@ tauri-mobile = { version = "0.2.5", default-features = false }
 textwrap = { version = "0.11.0", features = [ "term_size" ] }
 jsonrpsee = { version = "0.16", features = [ "server" ] }
 jsonrpsee-core = "0.16"
-jsonrpsee-client-transport = { version = "0.16", features = [ "ws" ] }
+jsonrpsee-client-transport = { version = "0.16", features = ["ws"] }
 jsonrpsee-ws-client = { version = "0.16", default-features = false }
 thiserror = "1"
 sublime_fuzzy = "0.7"

+ 1 - 1
tooling/cli/metadata.json

@@ -1,6 +1,6 @@
 {
   "cli.js": {
-    "version": "2.0.0-alpha.5",
+    "version": "2.0.0-alpha.4",
     "node": ">= 10.0.0"
   },
   "tauri": "2.0.0-alpha.4",

+ 0 - 5
tooling/cli/node/CHANGELOG.md

@@ -1,10 +1,5 @@
 # Changelog
 
-## \[2.0.0-alpha.5]
-
-- Fixes the iOS project script to build the Rust library.
-  - [6e3e4c22](https://www.github.com/tauri-apps/tauri/commit/6e3e4c22be51500bec7856d90dcb2e40ef7fe1b4) fix(cli): use correct variable on script to build Rust iOS code ([#6581](https://www.github.com/tauri-apps/tauri/pull/6581)) on 2023-03-29
-
 ## \[2.0.0-alpha.4]
 
 - Fix android project build crashing when using `pnpm` caused by extra `--`.

+ 1 - 1
tooling/cli/node/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@tauri-apps/cli",
-  "version": "2.0.0-alpha.5",
+  "version": "2.0.0-alpha.4",
   "description": "Command line interface for building Tauri apps",
   "funding": {
     "type": "opencollective",