Skip to content

Commit c922b57

Browse files
authored
publish new versions
1 parent 77149dc commit c922b57

File tree

6 files changed

+25
-22
lines changed

6 files changed

+25
-22
lines changed

.changes/fs-writeTextFile-utf8-path.md

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

examples/api/CHANGELOG.md

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

3+
## \[2.0.2]
4+
5+
### Dependencies
6+
7+
- Upgraded to `[email protected]`
8+
39
## \[2.0.1]
410

511
### Dependencies

examples/api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "svelte-app",
33
"private": true,
4-
"version": "2.0.1",
4+
"version": "2.0.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --clearScreen false",
@@ -15,7 +15,7 @@
1515
"@tauri-apps/plugin-cli": "2.0.0",
1616
"@tauri-apps/plugin-clipboard-manager": "2.0.0",
1717
"@tauri-apps/plugin-dialog": "2.0.1",
18-
"@tauri-apps/plugin-fs": "2.0.1",
18+
"@tauri-apps/plugin-fs": "2.0.2",
1919
"@tauri-apps/plugin-geolocation": "2.0.0",
2020
"@tauri-apps/plugin-global-shortcut": "2.0.0",
2121
"@tauri-apps/plugin-haptics": "2.0.0",

plugins/fs/CHANGELOG.md

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

3+
## \[2.0.2]
4+
5+
- [`77149dc4`](https://github.com/tauri-apps/plugins-workspace/commit/77149dc4320d26b413e4a6bbe82c654367c51b32) ([#1965](https://github.com/tauri-apps/plugins-workspace/pull/1965) by [@amrbashir](https://github.com/tauri-apps/plugins-workspace/../../amrbashir)) Fix `writeTextFile` converting UTF-8 characters (for example `äöü`) in the given path into replacement character (``)
6+
37
## \[2.0.3]
48

59
- [`14cee64c`](https://github.com/tauri-apps/plugins-workspace/commit/14cee64c82a72655ae6a4ac0892736a2959dbda5) ([#1958](https://github.com/tauri-apps/plugins-workspace/pull/1958) by [@bWanShiTong](https://github.com/tauri-apps/plugins-workspace/../../bWanShiTong)) Fix compilation on targets with pointer width of `16` or `32`

plugins/fs/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/plugin-fs",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Access the file system.",
55
"license": "MIT OR Apache-2.0",
66
"authors": [

pnpm-lock.yaml

Lines changed: 12 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)