Jelajahi Sumber

Revert "Apply Version Updates From Current Changes (#5198)"

This reverts commit 91902063876a901a33ee36089174a6558a56dafc.
github-actions[bot] 2 tahun lalu
induk
melakukan
83a6dab7b2

+ 6 - 0
.changes/feat-exists-api.md

@@ -0,0 +1,6 @@
+---
+"api": minor
+"tauri": minor
+---
+
+Add `exists` function to the fs module.

+ 0 - 5
core/tauri/CHANGELOG.md

@@ -1,10 +1,5 @@
 # Changelog
 
-## \[1.2.0]
-
-- Add `exists` function to the fs module.
-  - [3c62dbc9](https://www.github.com/tauri-apps/tauri/commit/3c62dbc902c904d35a7472ce72a969084c95fbbe) feat(api): Add `exists` function to the fs module. ([#5060](https://www.github.com/tauri-apps/tauri/pull/5060)) on 2022-09-15
-
 ## \[1.1.0]
 
 - Implement `api::http::ClientBuilder::max_redirections` for the default attohttpc client.

+ 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.0"
+version = "1.1.0"
 
 [package.metadata.docs.rs]
 no-default-features = true

+ 0 - 5
tooling/api/CHANGELOG.md

@@ -1,10 +1,5 @@
 # Changelog
 
-## \[1.2.0]
-
-- Add `exists` function to the fs module.
-  - [3c62dbc9](https://www.github.com/tauri-apps/tauri/commit/3c62dbc902c904d35a7472ce72a969084c95fbbe) feat(api): Add `exists` function to the fs module. ([#5060](https://www.github.com/tauri-apps/tauri/pull/5060)) on 2022-09-15
-
 ## \[1.1.0]
 
 - Update `mockIPC()` handler signature to allow async handler functions.

+ 1 - 1
tooling/api/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@tauri-apps/api",
-  "version": "1.2.0",
+  "version": "1.1.0",
   "description": "Tauri API definitions",
   "type": "module",
   "funding": {

+ 1 - 1
tooling/cli/metadata.json

@@ -3,6 +3,6 @@
     "version": "1.1.5",
     "node": ">= 10.0.0"
   },
-  "tauri": "1.2.5",
+  "tauri": "1.1.5",
   "tauri-build": "1.1.4"
 }