mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
Apply Version Updates From Current Changes (#1811)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
22f83c4706
commit
64dd434b03
@@ -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",
|
||||
|
||||
@@ -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,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,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",
|
||||
|
||||
Reference in New Issue
Block a user