Apply Version Updates From Current Changes (#1811)

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2021-05-13 10:17:03 -03:00
committed by GitHub
parent 22f83c4706
commit 64dd434b03
4 changed files with 8 additions and 2 deletions

View File

@@ -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",

View File

@@ -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.

View File

@@ -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"

View File

@@ -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",