From 64dd434b03abd4ae00641e0a0815c55a77b6980e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 May 2021 10:17:03 -0300 Subject: [PATCH] Apply Version Updates From Current Changes (#1811) Co-authored-by: lucasfernog --- .changes/pre.json | 1 + tooling/cli.js/CHANGELOG.md | 5 +++++ tooling/cli.js/package.json | 2 +- tooling/cli.rs/metadata.json | 2 +- 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.changes/pre.json b/.changes/pre.json index d2c308ce8..c83d8f74d 100644 --- a/.changes/pre.json +++ b/.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", diff --git a/tooling/cli.js/CHANGELOG.md b/tooling/cli.js/CHANGELOG.md index b6610aa73..2be0bdcc3 100644 --- a/tooling/cli.js/CHANGELOG.md +++ b/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. diff --git a/tooling/cli.js/package.json b/tooling/cli.js/package.json index b2ce1a793..4de10412d 100644 --- a/tooling/cli.js/package.json +++ b/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" diff --git a/tooling/cli.rs/metadata.json b/tooling/cli.rs/metadata.json index 468d11390..52bcf78dd 100644 --- a/tooling/cli.rs/metadata.json +++ b/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",