Browse Source

chore: update versions after `ignore=0.4.18` patch

Lucas Nogueira 2 năm trước cách đây
mục cha
commit
a822a6ad74

+ 0 - 7
.changes/pin-ignore.md

@@ -1,7 +0,0 @@
----
-"tauri": patch
-"cli.rs": patch
-"cli.js": patch
----
-
-Pin `ignore` to `=0.4.18`.

+ 5 - 0
core/tauri/CHANGELOG.md

@@ -1,5 +1,10 @@
 # Changelog
 
+## \[1.2.4]
+
+- Pin `ignore` to `=0.4.18`.
+  - [adcb082b](https://www.github.com/tauri-apps/tauri/commit/adcb082b1651ecb2a6208b093e12f4185aa3fc98) chore(deps): pin `ignore` to =0.4.18 on 2023-01-17
+
 ## \[1.2.3]
 
 - Fix the filesystem scope allowing sub-directories of the directory picked by the dialog when `recursive` option was `false`.

+ 1 - 1
core/tauri/Cargo.toml

@@ -10,7 +10,7 @@ license = "Apache-2.0 OR MIT"
 name = "tauri"
 readme = "README.md"
 repository = "https://github.com/tauri-apps/tauri"
-version = "1.2.3"
+version = "1.2.4"
 
 [package.metadata.docs.rs]
 no-default-features = true

+ 5 - 0
tooling/cli/CHANGELOG.md

@@ -1,5 +1,10 @@
 # Changelog
 
+## \[1.2.3]
+
+- Pin `ignore` to `=0.4.18`.
+  - [adcb082b](https://www.github.com/tauri-apps/tauri/commit/adcb082b1651ecb2a6208b093e12f4185aa3fc98) chore(deps): pin `ignore` to =0.4.18 on 2023-01-17
+
 ## \[1.2.2]
 
 - Detect SvelteKit and Vite for the init and info commands.

+ 1 - 1
tooling/cli/Cargo.lock

@@ -3189,7 +3189,7 @@ dependencies = [
 
 [[package]]
 name = "tauri-cli"
-version = "1.2.2"
+version = "1.2.3"
 dependencies = [
  "anyhow",
  "axum",

+ 1 - 1
tooling/cli/Cargo.toml

@@ -3,7 +3,7 @@ members = [ "node" ]
 
 [package]
 name = "tauri-cli"
-version = "1.2.2"
+version = "1.2.3"
 authors = [ "Tauri Programme within The Commons Conservancy" ]
 edition = "2021"
 rust-version = "1.59"

+ 2 - 2
tooling/cli/metadata.json

@@ -1,8 +1,8 @@
 {
   "cli.js": {
-    "version": "1.2.2",
+    "version": "1.2.3",
     "node": ">= 10.0.0"
   },
-  "tauri": "1.2.3",
+  "tauri": "1.2.4",
   "tauri-build": "1.2.1"
 }

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

@@ -1,5 +1,10 @@
 # Changelog
 
+## \[1.2.3]
+
+- Pin `ignore` to `=0.4.18`.
+  - [adcb082b](https://www.github.com/tauri-apps/tauri/commit/adcb082b1651ecb2a6208b093e12f4185aa3fc98) chore(deps): pin `ignore` to =0.4.18 on 2023-01-17
+
 ## \[1.2.2]
 
 - Detect SvelteKit and Vite for the init and info commands.

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

@@ -1,6 +1,6 @@
 {
   "name": "@tauri-apps/cli",
-  "version": "1.2.2",
+  "version": "1.2.3",
   "description": "Command line interface for building Tauri apps",
   "funding": {
     "type": "opencollective",