Skip to content

Commit 5c67adb

Browse files
committed
chore(release): v2.3.0
1 parent 30991be commit 5c67adb

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cargo-features = ["profile-rustflags", "codegen-backend"]
22

33
[package]
44
name = "seelen-ui"
5-
version = "2.2.9"
5+
version = "2.3.0"
66
description = "Seelen UI Background"
77
authors = ["eythaann"]
88
license = "Polyform Strict License"

changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [Unreleased]
4+
## [2.3.0]
45
### breaking changes
56
- remove mathjs eval by an more accurated eval for js code in toolbar plugins. This will break any plugin created before v2.2.10.
67

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "seelen-ui",
33
"productName": "seelen-ui",
4-
"version": "2.2.9",
4+
"version": "2.3.0",
55
"description": "Seelen UI Project",
66
"type": "module",
77
"scripts": {

0 commit comments

Comments
 (0)