Co-authored-by: nothingismagick <nothingismagick@users.noreply.github.com> Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
@@ -1,5 +0,0 @@
----
-"create-tauri-app": patch
-
-Fix adding `tauri` script to package.json
-"api": patch
-Missing the `files` property in the package.json which mean that the `dist` directory was not published and used.
@@ -1,5 +1,11 @@
# Changelog
+## \[1.0.0-beta-rc.1]
+
+- Missing the `files` property in the package.json which mean that the `dist` directory was not published and used.
+ - Bumped due to a bump in api.
+ - [b2569a7](https://www.github.com/tauri-apps/tauri/commit/b2569a729a3caa88bdba62abc31f0665e1323aaa) fix(js-api): dist ([#1498](https://www.github.com/tauri-apps/tauri/pull/1498)) on 2021-04-15
## \[1.0.0-beta-rc.0]
- internal refactoring of `Params` to allow for easier usage without a private trait with only 1 implementor.
@@ -1,6 +1,6 @@
[package]
name = "tauri"
-version = "1.0.0-beta-rc.0"
+version = "1.0.0-beta-rc.1"
authors = [ "Tauri Programme within The Commons Conservancy" ]
categories = [ "gui", "web-programming" ]
license = "Apache-2.0 OR MIT"
@@ -1,5 +1,10 @@
- Add current working directory to the path api module.
{
"name": "@tauri-apps/api",
- "version": "1.0.0-beta-rc.0",
+ "version": "1.0.0-beta-rc.1",
"description": "Tauri API definitions",
"main": "./dist/index.js",
"files": [
+ - Bumped due to a bump in cli.rs.
- Fixed missing 'App' variant & string promise instead of void promise.
"name": "@tauri-apps/cli",
"description": "Command line interface for building Tauri apps",
"bin": {
"tauri": "./bin/tauri.js"
- You can now run `cargo tauri build -t none` to speed up the build if you don't need executables.
@@ -2024,7 +2024,7 @@ dependencies = [
[[package]]
name = "tauri-cli"
dependencies = [
"anyhow",
"base64",
@@ -2,7 +2,7 @@ workspace = { }
edition = "2018"
+- Fix adding `tauri` script to package.json
+ - [6c00e88](https://www.github.com/tauri-apps/tauri/commit/6c00e88e0ffa10eb7eecc312d66c5dde7dc03d0b) fix(cta): fix adding `tauri` script to package.json ([#1501](https://www.github.com/tauri-apps/tauri/pull/1501)) on 2021-04-15
## \[1.0.0-beta-rc.2]
- CTA also needs the template directory published as it doesn't get bundled into the `dist` directory.
"name": "create-tauri-app",
- "version": "1.0.0-beta-rc.2",
"description": "Jump right into a Tauri App!",
"create-tauri-app": "./bin/create-tauri-app.js"
@@ -46,4 +46,4 @@
"tslib": "^2.2.0",
"typescript": "4.2.4"
}
-}
+}