mirror of
https://github.com/tauri-apps/tauri.git
synced 2025-01-05 09:52:50 +03:00
Apply Version Updates From Current Changes (#4369)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
This commit is contained in:
parent
ea43cf52db
commit
8457cccab0
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"api": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fixes the `writeBinaryFile` sending an empty file contents when only the first argument is passed.
|
|
@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## \[1.0.1]
|
||||||
|
|
||||||
|
- Fixes the `writeBinaryFile` sending an empty file contents when only the first argument is passed.
|
||||||
|
- [ea43cf52](https://www.github.com/tauri-apps/tauri/commit/ea43cf52db8541d20a6397ef3ecd40f0f2bd6113) fix(api): `writeBinaryFile` sends an empty contents with only one arg ([#4368](https://www.github.com/tauri-apps/tauri/pull/4368)) on 2022-06-16
|
||||||
|
|
||||||
## \[1.0.0]
|
## \[1.0.0]
|
||||||
|
|
||||||
- Allow choosing multiple folders in `dialog.open`.
|
- Allow choosing multiple folders in `dialog.open`.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@tauri-apps/api",
|
"name": "@tauri-apps/api",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"description": "Tauri API definitions",
|
"description": "Tauri API definitions",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"funding": {
|
"funding": {
|
||||||
|
Loading…
Reference in New Issue
Block a user