Skip to content

Commit 345f2db

Browse files
github-actions[bot]nothingismagicklucasfernog
authored
Apply Version Updates From Current Changes (#1499)
Co-authored-by: nothingismagick <nothingismagick@users.noreply.github.com> Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
1 parent 6c00e88 commit 345f2db

13 files changed

Lines changed: 35 additions & 17 deletions

File tree

.changes/cta-tauri-script.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/js-api-dist.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

core/tauri/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## \[1.0.0-beta-rc.1]
4+
5+
- Missing the `files` property in the package.json which mean that the `dist` directory was not published and used.
6+
- Bumped due to a bump in api.
7+
- [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
8+
39
## \[1.0.0-beta-rc.0]
410

511
- internal refactoring of `Params` to allow for easier usage without a private trait with only 1 implementor.

core/tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tauri"
3-
version = "1.0.0-beta-rc.0"
3+
version = "1.0.0-beta-rc.1"
44
authors = [ "Tauri Programme within The Commons Conservancy" ]
55
categories = [ "gui", "web-programming" ]
66
license = "Apache-2.0 OR MIT"

tooling/api/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## \[1.0.0-beta-rc.1]
4+
5+
- Missing the `files` property in the package.json which mean that the `dist` directory was not published and used.
6+
- [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
7+
38
## \[1.0.0-beta-rc.0]
49

510
- Add current working directory to the path api module.

tooling/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tauri-apps/api",
3-
"version": "1.0.0-beta-rc.0",
3+
"version": "1.0.0-beta-rc.1",
44
"description": "Tauri API definitions",
55
"main": "./dist/index.js",
66
"files": [

tooling/cli.js/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## \[1.0.0-beta-rc.1]
4+
5+
- Missing the `files` property in the package.json which mean that the `dist` directory was not published and used.
6+
- Bumped due to a bump in cli.rs.
7+
- [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
8+
39
## \[1.0.0-beta-rc.0]
410

511
- Fixed missing 'App' variant & string promise instead of void promise.

tooling/cli.js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tauri-apps/cli",
3-
"version": "1.0.0-beta-rc.0",
3+
"version": "1.0.0-beta-rc.1",
44
"description": "Command line interface for building Tauri apps",
55
"bin": {
66
"tauri": "./bin/tauri.js"

tooling/cli.rs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## \[1.0.0-beta-rc.1]
4+
5+
- Missing the `files` property in the package.json which mean that the `dist` directory was not published and used.
6+
- Bumped due to a bump in api.
7+
- [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
8+
39
## \[1.0.0-beta-rc.0]
410

511
- You can now run `cargo tauri build -t none` to speed up the build if you don't need executables.

tooling/cli.rs/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)