Skip to content

Commit

Permalink
Apply Version Updates From Current Changes (#1143)
Browse files Browse the repository at this point in the history
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and lucasfernog committed Jan 24, 2021
1 parent 692312a commit 164e3a4
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changes/bugfix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/version.md

This file was deleted.

5 changes: 5 additions & 0 deletions cli/tauri.js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [0.14.1]

- Fixed a TypeScript issue where it didn't allow you to put the "recursive" option in the directory functions.
- [2fd1067](https://www.github.com/tauri-apps/tauri/commit/2fd1067a4c7ef86dda074867b6a6702527962829) Fix: add recursive option to directory APIs ([#1141](https://www.github.com/tauri-apps/tauri/pull/1141)) on 2021-01-12

## [0.14.0]

- Update the tauri template to properly set the app icon id on Windows so the webview can load the executable icon.
Expand Down
2 changes: 1 addition & 1 deletion cli/tauri.js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tauri",
"version": "0.14.0",
"version": "0.14.1",
"description": "Multi-binding collection of libraries and templates for building Tauri apps",
"bin": {
"tauri": "./bin/tauri.js"
Expand Down
5 changes: 5 additions & 0 deletions tauri/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [0.11.1]

- Update webview-official dependency which fix compatibility on macOS.
- [692312a](https://www.github.com/tauri-apps/tauri/commit/692312a0f51a05dd418d9cad553a695f3347b943) chore(deps) Update webview-official ([#1152](https://www.github.com/tauri-apps/tauri/pull/1152)) on 2021-01-24

## [0.11.0]

- Match writeBinaryFile command name between js and rust
Expand Down
2 changes: 1 addition & 1 deletion tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tauri"
version = "0.11.0"
version = "0.11.1"
authors = [
"Lucas Fernandes Gonçalves Nogueira <lucas@tauri.studio>",
"Daniel Thompson-Yvetot <denjell@sfosc.org>",
Expand Down

0 comments on commit 164e3a4

Please sign in to comment.