@wvb/tauri 0.0.0-next.4b4aa30 → 0.0.0-next.9a8f99e
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## tauri v0.1.0-next.
|
|
3
|
+
## tauri v0.1.0-next.9a8f99e
|
|
4
4
|
|
|
5
|
-
This release includes packages: [`wvb-tauri`](https://crates.io/crates/wvb-tauri/0.1.0-next.
|
|
5
|
+
This release includes packages: [`wvb-tauri`](https://crates.io/crates/wvb-tauri/0.1.0-next.9a8f99e), [`@wvb/tauri`](https://www.npmjs.com/package/@wvb/tauri/v/0.0.0-next.9a8f99e)
|
|
6
6
|
|
|
7
7
|
- feat(ffi): add ffi package for Android/iOS bindings (#139) (c41b723)
|
|
8
8
|
- feat: redesgin cli commands, add local remote provider, oxc -> biome (#132) (af26b39)
|
|
9
9
|
- feat: add core testing, tauri commands (#129) (c49207f)
|
|
10
10
|
- feat(core): add mock system for testing (#118) (7a79c1a)
|
|
11
11
|
- chore: fix xtask artifacts missing platforms (#112) (5d60ad6)
|
|
12
|
-
- update dependencies: wvb@0.2.0-next.
|
|
12
|
+
- update dependencies: wvb@0.2.0-next.9a8f99e
|