chore(release): bump main to 1.46.0-dev (#456)

* chore(release): bump main to 1.46.0-dev

* chore(nix): sync npmDepsHash with package-lock.json

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-05-04 22:22:48 +02:00
committed by GitHub
parent 5913d20cc2
commit 6cc7f09e8b
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{
"npmDepsHash": "sha256-7mSqNSw7KApMERXzhW/Ta7j1wLf55mxBEf3pWs2aaic="
"npmDepsHash": "sha256-OOQmA7IQhD9WztDek4IA/2/v33zt9MHSHSbUCOaqbrY="
}
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "psysonic",
"version": "1.45.0-dev",
"version": "1.46.0-dev",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "psysonic",
"version": "1.45.0-dev",
"version": "1.46.0-dev",
"dependencies": {
"@fontsource-variable/dm-sans": "^5.2.8",
"@fontsource-variable/figtree": "^5.2.10",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "psysonic",
"version": "1.45.0-dev",
"version": "1.46.0-dev",
"private": true,
"scripts": {
"dev": "vite",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "psysonic"
version = "1.45.0-dev"
version = "1.46.0-dev"
description = "Psysonic Desktop Music Player"
authors = []
license = ""
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Psysonic",
"version": "1.45.0-dev",
"version": "1.46.0-dev",
"identifier": "dev.psysonic.player",
"build": {
"beforeDevCommand": "npm run dev",