Skip to content

Commit 37423cc

Browse files
publish new versions (#48)
Co-authored-by: JonasKruckenberg <[email protected]>
1 parent 5a8e93a commit 37423cc

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

.changes/use-builder-pattern.md

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

CHANGELOG.md

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

3+
## \[0.2.3]
4+
5+
- **Breaking Change**: Uses the new Tauri plugin builder pattern. Use `tauri_plugin_positioner::init()` instead of `tauri_plugin_positioner::Positioner::default()`.
6+
- Bumped due to a bump in tauri-plugin-positioner.
7+
- [14837a8](https://www.github.com/JonasKruckenberg/tauri-plugin-positioner/commit/14837a8d9cecdd6014867d4ef00fb98f21b2249d) refactor: use new builder pattern on 2022-02-26
8+
- [59874d8](https://www.github.com/JonasKruckenberg/tauri-plugin-positioner/commit/59874d827471dfb889662fadc74fec1f2243b89e) fix typo on 2022-02-26
9+
310
## \[0.2.2]
411

512
- Update README.md

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tauri-plugin-positioner"
3-
version = "0.2.2"
3+
version = "1.0.0"
44
authors = [ "Jonas Kruckenberg" ]
55
description = "Helps positioning your tauri windows."
66
edition = "2021"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tauri-plugin-positioner-api",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"author": "Jonas Kruckenberg",
55
"description": "Helps positioning your tauri windows.",
66
"browser": "client-dist/index.js",

0 commit comments

Comments
 (0)