Skip to content

Commit

Permalink
chore(release): v1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eythaann committed Aug 16, 2024
1 parent 57797b7 commit e1b4d1a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cargo-features = ["profile-rustflags"]

[package]
name = "seelen-ui"
version = "1.9.2"
version = "1.9.3"
description = "Seelen UI Background"
authors = ["eythaann"]
license = "Polyform Strict License"
Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## [Unreleased]
## [1.9.3]
### performance
- reduce load time from ~7s to ~4s

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "seelen-ui",
"productName": "seelen-ui",
"version": "1.9.2",
"version": "1.9.3",
"description": "Seelen UI Project",
"scripts": {
"tauri": "tauri",
Expand Down
1 change: 1 addition & 0 deletions scripts/postversion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ execSync('git add changelog.md');
let cargoTomlContent = fs.readFileSync('Cargo.toml', 'utf-8');
cargoTomlContent = cargoTomlContent.replace(/^version\s*=\s*".*"/m, `version = "${process.env.npm_new_version}"`);
fs.writeFileSync('Cargo.toml', cargoTomlContent);
execSync('cargo update -p seelen-ui');

execSync('git add Cargo.toml Cargo.lock');
execSync('git commit --amend --no-edit');

0 comments on commit e1b4d1a

Please sign in to comment.