@tauri-apps/cli 1.5.7 → 1.5.9

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 +16 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## \[1.5.9]
4
+
5
+ ### Bug Fixes
6
+
7
+ - [`0a2175ea`](https://www.github.com/tauri-apps/tauri/commit/0a2175eabb736b2a4cd01ab682e08be0b5ebb2b9)([#8439](https://www.github.com/tauri-apps/tauri/pull/8439)) Expand glob patterns in workspace member paths so the CLI would watch all matching pathhs.
8
+
9
+ ### Dependencies
10
+
11
+ - Upgraded to `tauri-cli@1.5.9`
12
+
13
+ ## \[1.5.8]
14
+
15
+ ### Dependencies
16
+
17
+ - Upgraded to `tauri-cli@1.5.8`
18
+
3
19
  ## \[1.5.7]
4
20
 
5
21
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tauri-apps/cli",
3
- "version": "1.5.7",
3
+ "version": "1.5.9",
4
4
  "description": "Command line interface for building Tauri apps",
5
5
  "funding": {
6
6
  "type": "opencollective",
@@ -68,15 +68,15 @@
68
68
  "format:check": "prettier --check ./package.json ./tauri.js"
69
69
  },
70
70
  "optionalDependencies": {
71
- "@tauri-apps/cli-win32-x64-msvc": "1.5.7",
72
- "@tauri-apps/cli-darwin-x64": "1.5.7",
73
- "@tauri-apps/cli-linux-x64-gnu": "1.5.7",
74
- "@tauri-apps/cli-darwin-arm64": "1.5.7",
75
- "@tauri-apps/cli-linux-arm64-gnu": "1.5.7",
76
- "@tauri-apps/cli-linux-arm64-musl": "1.5.7",
77
- "@tauri-apps/cli-linux-arm-gnueabihf": "1.5.7",
78
- "@tauri-apps/cli-linux-x64-musl": "1.5.7",
79
- "@tauri-apps/cli-win32-ia32-msvc": "1.5.7",
80
- "@tauri-apps/cli-win32-arm64-msvc": "1.5.7"
71
+ "@tauri-apps/cli-win32-x64-msvc": "1.5.9",
72
+ "@tauri-apps/cli-darwin-x64": "1.5.9",
73
+ "@tauri-apps/cli-linux-x64-gnu": "1.5.9",
74
+ "@tauri-apps/cli-darwin-arm64": "1.5.9",
75
+ "@tauri-apps/cli-linux-arm64-gnu": "1.5.9",
76
+ "@tauri-apps/cli-linux-arm64-musl": "1.5.9",
77
+ "@tauri-apps/cli-linux-arm-gnueabihf": "1.5.9",
78
+ "@tauri-apps/cli-linux-x64-musl": "1.5.9",
79
+ "@tauri-apps/cli-win32-ia32-msvc": "1.5.9",
80
+ "@tauri-apps/cli-win32-arm64-msvc": "1.5.9"
81
81
  }
82
82
  }