diff --git a/.changes/920-feature-add-recipes-to-init.md b/.changes/920-feature-add-recipes-to-init.md deleted file mode 100644 index 938dbc3dd..000000000 --- a/.changes/920-feature-add-recipes-to-init.md +++ /dev/null @@ -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 diff --git a/.changes/975-to-979-bump-all-deps.md b/.changes/975-to-979-bump-all-deps.md deleted file mode 100644 index 2b297b9d4..000000000 --- a/.changes/975-to-979-bump-all-deps.md +++ /dev/null @@ -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. diff --git a/.changes/980-fix-appname-cli-arg.md b/.changes/980-fix-appname-cli-arg.md deleted file mode 100644 index 936115677..000000000 --- a/.changes/980-fix-appname-cli-arg.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri.js": patch ---- - -* Make interactive prompt not ask for app name supplied as cli arg diff --git a/.changes/open-and-save-dialog-resolve-type.md b/.changes/open-and-save-dialog-resolve-type.md deleted file mode 100644 index 499f553e1..000000000 --- a/.changes/open-and-save-dialog-resolve-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri.js": patch ---- - -- Change `String` to `string` type for `open` and `save` methods diff --git a/.changes/prettier-taurijs.md b/.changes/prettier-taurijs.md deleted file mode 100644 index 42d70b1d0..000000000 --- a/.changes/prettier-taurijs.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri.js": patch ---- - -Format all code with prettier. This technically should only affect code styles, but noting for posterity. diff --git a/.changes/readbinaryfile-return-type.md b/.changes/readbinaryfile-return-type.md deleted file mode 100644 index 362d168b1..000000000 --- a/.changes/readbinaryfile-return-type.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"tauri.js": patch ---- - -- Set correct promise resolve type which returns from `readBinaryFile` -- Add types to JSDoc annotations diff --git a/cli/tauri-bundler/CHANGELOG.md b/cli/tauri-bundler/CHANGELOG.md index 1d3d1e34b..66e4132f8 100644 --- a/cli/tauri-bundler/CHANGELOG.md +++ b/cli/tauri-bundler/CHANGELOG.md @@ -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. diff --git a/cli/tauri-bundler/Cargo.toml b/cli/tauri-bundler/Cargo.toml index ac1a92ee3..2422f2469 100644 --- a/cli/tauri-bundler/Cargo.toml +++ b/cli/tauri-bundler/Cargo.toml @@ -2,7 +2,7 @@ workspace = { } [package] name = "tauri-bundler" -version = "0.9.1" +version = "0.9.2" authors = [ "George Burton ", "Lucas Fernandes Gonçalves Nogueira ", diff --git a/cli/tauri.js/CHANGELOG.md b/cli/tauri.js/CHANGELOG.md index 0650d21c3..7afb28241 100644 --- a/cli/tauri.js/CHANGELOG.md +++ b/cli/tauri.js/CHANGELOG.md @@ -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. diff --git a/cli/tauri.js/package.json b/cli/tauri.js/package.json index 63c4f953a..62c726602 100644 --- a/cli/tauri.js/package.json +++ b/cli/tauri.js/package.json @@ -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" diff --git a/tauri-api/CHANGELOG.md b/tauri-api/CHANGELOG.md index d6e98f2f2..a4cec086f 100644 --- a/tauri-api/CHANGELOG.md +++ b/tauri-api/CHANGELOG.md @@ -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`. diff --git a/tauri-api/Cargo.toml b/tauri-api/Cargo.toml index a3faa7aca..fa1d8926c 100644 --- a/tauri-api/Cargo.toml +++ b/tauri-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-api" -version = "0.7.3" +version = "0.7.4" authors = [ "Lucas Fernandes Gonçalves Nogueira ", "Daniel Thompson-Yvetot ", diff --git a/tauri/CHANGELOG.md b/tauri/CHANGELOG.md index 15eb5e8eb..829ed08a4 100644 --- a/tauri/CHANGELOG.md +++ b/tauri/CHANGELOG.md @@ -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 diff --git a/tauri/Cargo.toml b/tauri/Cargo.toml index c26d84088..b5a06e776 100644 --- a/tauri/Cargo.toml +++ b/tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri" -version = "0.9.1" +version = "0.9.2" authors = [ "Lucas Fernandes Gonçalves Nogueira ", "Daniel Thompson-Yvetot ", @@ -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]