Apply Version Updates From Current Changes (#931)

* apply version updates

* fix changelog format dealing with bullet points

Co-authored-by: jbolda <me@jacobbolda.com>
This commit is contained in:
github-actions[bot] 2020-08-21 07:48:20 -05:00 committed by GitHub
parent 06dd75b68a
commit 5de4c8655d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
14 changed files with 48 additions and 47 deletions

View File

@ -1,13 +0,0 @@
---
"tauri.js": minor
---
* Break out TauriBuildConfig interface from TauriConfig build property
* Create recipes. A recipe:
* Updates the TauriBuildConfig during the init process
* Specifies npm dev and production dependencies to be installed
* Runs extra installation scripts
* Create React JS and React TS recipes
* Add new top level command `create`, which accepts a recipe as a CLI, or runs
interactively, prompting for a recipe out of a menu of choices defined by `api/recipes/index`
* Refactor `init` command so that it is just an alias for `create` with no recipe

View File

@ -1,8 +0,0 @@
---
"tauri.js": patch
"tauri": patch
"tauri-api": patch
"tauri-bundler": patch
---
Bump all deps as noted in #975, #976, #977, #978, and #979.

View File

@ -1,5 +0,0 @@
---
"tauri.js": patch
---
* Make interactive prompt not ask for app name supplied as cli arg

View File

@ -1,5 +0,0 @@
---
"tauri.js": patch
---
- Change `String` to `string` type for `open` and `save` methods

View File

@ -1,5 +0,0 @@
---
"tauri.js": patch
---
Format all code with prettier. This technically should only affect code styles, but noting for posterity.

View File

@ -1,6 +0,0 @@
---
"tauri.js": patch
---
- Set correct promise resolve type which returns from `readBinaryFile`
- Add types to JSDoc annotations

View File

@ -1,5 +1,10 @@
# Changelog
## [0.9.2]
- Bump all deps as noted in #975, #976, #977, #978, and #979.
- [06dd75b](https://www.github.com/tauri-apps/tauri/commit/06dd75b68a15d388808c51ae2bf50554ae761d9d) chore: bump all js/rust deps ([#983](https://www.github.com/tauri-apps/tauri/pull/983)) on 2020-08-20
## [0.9.1]
- Hide external scripts output unless `--verbose` is passed.

View File

@ -2,7 +2,7 @@ workspace = { }
[package]
name = "tauri-bundler"
version = "0.9.1"
version = "0.9.2"
authors = [
"George Burton <burtonageo@gmail.com>",
"Lucas Fernandes Gonçalves Nogueira <lucas@tauri.studio>",

View File

@ -1,5 +1,33 @@
# Changelog
## [0.12.0]
- Break out TauriBuildConfig interface from TauriConfig build property
- [43a8c4d](https://www.github.com/tauri-apps/tauri/commit/43a8c4d2bcc2461232e2ddfdf2506d3b4d68471d) fix [#920](https://www.github.com/tauri-apps/tauri/pull/920): Create recipes ([#930](https://www.github.com/tauri-apps/tauri/pull/930)) on 2020-08-17
- Create recipes. A recipe:
- Updates the TauriBuildConfig during the init process
- Specifies npm dev and production dependencies to be installed
- Runs extra installation scripts
- [43a8c4d](https://www.github.com/tauri-apps/tauri/commit/43a8c4d2bcc2461232e2ddfdf2506d3b4d68471d) fix [#920](https://www.github.com/tauri-apps/tauri/pull/920): Create recipes ([#930](https://www.github.com/tauri-apps/tauri/pull/930)) on 2020-08-17
- Create React JS and React TS recipes
- [43a8c4d](https://www.github.com/tauri-apps/tauri/commit/43a8c4d2bcc2461232e2ddfdf2506d3b4d68471d) fix [#920](https://www.github.com/tauri-apps/tauri/pull/920): Create recipes ([#930](https://www.github.com/tauri-apps/tauri/pull/930)) on 2020-08-17
- Add new top level command `create`, which accepts a recipe as a CLI, or runs interactively, prompting for a recipe out of a menu of choices defined by `api/recipes/index`
- [43a8c4d](https://www.github.com/tauri-apps/tauri/commit/43a8c4d2bcc2461232e2ddfdf2506d3b4d68471d) fix [#920](https://www.github.com/tauri-apps/tauri/pull/920): Create recipes ([#930](https://www.github.com/tauri-apps/tauri/pull/930)) on 2020-08-17
- Refactor `init` command so that it is just an alias for `create` with no recipe
- [43a8c4d](https://www.github.com/tauri-apps/tauri/commit/43a8c4d2bcc2461232e2ddfdf2506d3b4d68471d) fix [#920](https://www.github.com/tauri-apps/tauri/pull/920): Create recipes ([#930](https://www.github.com/tauri-apps/tauri/pull/930)) on 2020-08-17
- Bump all deps as noted in #975, #976, #977, #978, and #979.
- [06dd75b](https://www.github.com/tauri-apps/tauri/commit/06dd75b68a15d388808c51ae2bf50554ae761d9d) chore: bump all js/rust deps ([#983](https://www.github.com/tauri-apps/tauri/pull/983)) on 2020-08-20
- Make interactive prompt not ask for app name supplied as cli arg
- [59e0de7](https://www.github.com/tauri-apps/tauri/commit/59e0de765046a240d6c9ff3ddcd7a98e8f765512) Fix cli no prompt for app-name cli arg ([#980](https://www.github.com/tauri-apps/tauri/pull/980)) on 2020-08-19
- Change `String` to `string` type for `open` and `save` methods
- [0a5bac1](https://www.github.com/tauri-apps/tauri/commit/0a5bac1dd641792a64f79ec90e2a357f18280776) fix(tauri.js): fix typings for open and save dialogs ([#926](https://www.github.com/tauri-apps/tauri/pull/926)) on 2020-08-08
- Format all code with prettier. This technically should only affect code styles, but noting for posterity.
- [6a21965](https://www.github.com/tauri-apps/tauri/commit/6a21965ff302940bcbdefa16490249ec7d0c1f2e) chore: add prettier for js formatting ([#937](https://www.github.com/tauri-apps/tauri/pull/937)) on 2020-08-18
- Set correct promise resolve type which returns from `readBinaryFile`
- [f98d4b9](https://www.github.com/tauri-apps/tauri/commit/f98d4b9076b51a7fc9eca12b4bed2cd3b466c6bc) fix(tauri.js): fix return type for `readBinaryFile` api method ([#927](https://www.github.com/tauri-apps/tauri/pull/927)) on 2020-08-08
- Add types to JSDoc annotations
- [f98d4b9](https://www.github.com/tauri-apps/tauri/commit/f98d4b9076b51a7fc9eca12b4bed2cd3b466c6bc) fix(tauri.js): fix return type for `readBinaryFile` api method ([#927](https://www.github.com/tauri-apps/tauri/pull/927)) on 2020-08-08
## [0.11.1]
- Fix command line arguments -W (window title) and -P (dev server uri) to work as intended.

View File

@ -1,6 +1,6 @@
{
"name": "tauri",
"version": "0.11.1",
"version": "0.12.0",
"description": "Multi-binding collection of libraries and templates for building Tauri apps",
"bin": {
"tauri": "./bin/tauri.js"

View File

@ -1,5 +1,10 @@
# Changelog
## [0.7.4]
- Bump all deps as noted in #975, #976, #977, #978, and #979.
- [06dd75b](https://www.github.com/tauri-apps/tauri/commit/06dd75b68a15d388808c51ae2bf50554ae761d9d) chore: bump all js/rust deps ([#983](https://www.github.com/tauri-apps/tauri/pull/983)) on 2020-08-20
## [0.7.3]
- Use native dialog on `window.alert` and `window.confirm`.

View File

@ -1,6 +1,6 @@
[package]
name = "tauri-api"
version = "0.7.3"
version = "0.7.4"
authors = [
"Lucas Fernandes Gonçalves Nogueira <lucas@tauri.studio>",
"Daniel Thompson-Yvetot <denjell@sfosc.org>",

View File

@ -1,5 +1,10 @@
# Changelog
## [0.9.2]
- Bump all deps as noted in #975, #976, #977, #978, and #979.
- [06dd75b](https://www.github.com/tauri-apps/tauri/commit/06dd75b68a15d388808c51ae2bf50554ae761d9d) chore: bump all js/rust deps ([#983](https://www.github.com/tauri-apps/tauri/pull/983)) on 2020-08-20
## [0.9.1]
- Adjust payload formatting to handle multibyte characters in front-end message

View File

@ -1,6 +1,6 @@
[package]
name = "tauri"
version = "0.9.1"
version = "0.9.2"
authors = [
"Lucas Fernandes Gonçalves Nogueira <lucas@tauri.studio>",
"Daniel Thompson-Yvetot <denjell@sfosc.org>",
@ -33,7 +33,7 @@ anyhow = "1.0.32"
thiserror = "1.0.20"
envmnt = "0.8.4"
once_cell = "1.4.1"
tauri-api = { version = "0.7.3", path = "../tauri-api" }
tauri-api = { version = "0.7.4", path = "../tauri-api" }
urlencoding = "1.1.1"
[target."cfg(target_os = \"windows\")".dependencies]