chore(release): bump main to 1.47.0-dev (#772)

* chore(release): bump main to 1.47.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-18 13:46:26 +02:00
committed by GitHub
parent 30afcd6cda
commit f290896a32
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{
"npmDepsHash": "sha256-zcd6mudbopF0hlcJnFxwUOKpPt6IamfLmabSZ5rN7HI="
"npmDepsHash": "sha256-U7f8TTMhfmsaYTTTM8IxbOhP01VcfN168KDwvpEiX6M="
}
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "psysonic",
"version": "1.46.0-dev",
"version": "1.47.0-dev",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "psysonic",
"version": "1.46.0-dev",
"version": "1.47.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.46.0-dev",
"version": "1.47.0-dev",
"private": true,
"scripts": {
"check:css-imports": "node scripts/check-css-import-graph.mjs",
+1 -1
View File
@@ -3,7 +3,7 @@ members = ["crates/*"]
resolver = "2"
[workspace.package]
version = "1.46.0-dev"
version = "1.47.0-dev"
edition = "2021"
rust-version = "1.89"
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Psysonic",
"version": "1.46.0-dev",
"version": "1.47.0-dev",
"identifier": "dev.psysonic.player",
"build": {
"beforeDevCommand": "npm run dev",