@tauri-apps/cli 2.0.0-alpha.12 → 2.0.0-alpha.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Changelog
2
2
 
3
+ ## \[2.0.0-alpha.14]
4
+
5
+ ### Dependencies
6
+
7
+ - Upgraded to `tauri-cli@2.0.0-alpha.14`
8
+
9
+ ### Breaking Changes
10
+
11
+ - [`d5074af5`](https://www.github.com/tauri-apps/tauri/commit/d5074af562b2b5cb6c5711442097c4058af32db6)([#7801](https://www.github.com/tauri-apps/tauri/pull/7801)) The custom protocol on Android now uses the `http` scheme instead of `https`.
12
+
13
+ ## \[2.0.0-alpha.13]
14
+
15
+ ### Dependencies
16
+
17
+ - Upgraded to `tauri-cli@2.0.0-alpha.13`
18
+
19
+ ### Breaking Changes
20
+
21
+ - [`4cb51a2d`](https://www.github.com/tauri-apps/tauri/commit/4cb51a2d56cfcae0749062c79ede5236bd8c02c2)([#7779](https://www.github.com/tauri-apps/tauri/pull/7779)) The custom protocol on Windows now uses the `http` scheme instead of `https`.
22
+ - [`974e38b4`](https://www.github.com/tauri-apps/tauri/commit/974e38b4ddc198530aa977ec77d513b76013b9f3)([#7744](https://www.github.com/tauri-apps/tauri/pull/7744)) Renamed the `plugin add` command to `add`.
23
+
3
24
  ## \[2.0.0-alpha.12]
4
25
 
5
26
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tauri-apps/cli",
3
- "version": "2.0.0-alpha.12",
3
+ "version": "2.0.0-alpha.14",
4
4
  "description": "Command line interface for building Tauri apps",
5
5
  "funding": {
6
6
  "type": "opencollective",
@@ -70,15 +70,15 @@
70
70
  },
71
71
  "dependencies": {},
72
72
  "optionalDependencies": {
73
- "@tauri-apps/cli-win32-x64-msvc": "2.0.0-alpha.12",
74
- "@tauri-apps/cli-darwin-x64": "2.0.0-alpha.12",
75
- "@tauri-apps/cli-linux-x64-gnu": "2.0.0-alpha.12",
76
- "@tauri-apps/cli-darwin-arm64": "2.0.0-alpha.12",
77
- "@tauri-apps/cli-linux-arm64-gnu": "2.0.0-alpha.12",
78
- "@tauri-apps/cli-linux-arm64-musl": "2.0.0-alpha.12",
79
- "@tauri-apps/cli-linux-arm-gnueabihf": "2.0.0-alpha.12",
80
- "@tauri-apps/cli-linux-x64-musl": "2.0.0-alpha.12",
81
- "@tauri-apps/cli-win32-ia32-msvc": "2.0.0-alpha.12",
82
- "@tauri-apps/cli-win32-arm64-msvc": "2.0.0-alpha.12"
73
+ "@tauri-apps/cli-win32-x64-msvc": "2.0.0-alpha.14",
74
+ "@tauri-apps/cli-darwin-x64": "2.0.0-alpha.14",
75
+ "@tauri-apps/cli-linux-x64-gnu": "2.0.0-alpha.14",
76
+ "@tauri-apps/cli-darwin-arm64": "2.0.0-alpha.14",
77
+ "@tauri-apps/cli-linux-arm64-gnu": "2.0.0-alpha.14",
78
+ "@tauri-apps/cli-linux-arm64-musl": "2.0.0-alpha.14",
79
+ "@tauri-apps/cli-linux-arm-gnueabihf": "2.0.0-alpha.14",
80
+ "@tauri-apps/cli-linux-x64-musl": "2.0.0-alpha.14",
81
+ "@tauri-apps/cli-win32-ia32-msvc": "2.0.0-alpha.14",
82
+ "@tauri-apps/cli-win32-arm64-msvc": "2.0.0-alpha.14"
83
83
  }
84
84
  }