Просмотр исходного кода

Apply Version Updates From Current Changes (#1811)

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
github-actions[bot] 4 лет назад
Родитель
Сommit
64dd434b03
4 измененных файлов с 8 добавлено и 2 удалено
  1. 1 0
      .changes/pre.json
  2. 5 0
      tooling/cli.js/CHANGELOG.md
  3. 1 1
      tooling/cli.js/package.json
  4. 1 1
      tooling/cli.rs/metadata.json

+ 1 - 0
.changes/pre.json

@@ -21,6 +21,7 @@
     ".changes/cli-target-triple.md",
     ".changes/cli-targets-refactor.md",
     ".changes/cli.js-error-propagation.md",
+    ".changes/cli.js-package-check.md",
     ".changes/cli.js-rustup.md",
     ".changes/cmd-invoke-binding.md",
     ".changes/cmd-touch-bindings.md",

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

@@ -1,5 +1,10 @@
 # Changelog
 
+## \[1.0.0-beta.2]
+
+- Packages are checked with `!=` instead of `semver` for beta releases.
+  - [66b6136](https://www.github.com/tauri-apps/tauri/commit/66b6136e06053e839b936ab17051d61748fa4f4e) Disable version check with semver for now ([#1810](https://www.github.com/tauri-apps/tauri/pull/1810)) on 2021-05-13
+
 ## \[1.0.0-beta.1]
 
 - Add `'self'` to default CSP because otherwise no joy on macOS.

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

@@ -1,6 +1,6 @@
 {
   "name": "@tauri-apps/cli",
-  "version": "1.0.0-beta.1",
+  "version": "1.0.0-beta.2",
   "description": "Command line interface for building Tauri apps",
   "bin": {
     "tauri": "./bin/tauri.js"

+ 1 - 1
tooling/cli.rs/metadata.json

@@ -1,6 +1,6 @@
 {
   "cli.js": {
-    "version": "1.0.0-beta.1",
+    "version": "1.0.0-beta.2",
     "node": ">= 12.13.0"
   },
   "tauri": "1.0.0-beta.1",