mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-02-20 07:37:26 -05:00
Alpha 0.2.12 (#2382)
* pnpm * alpha 0.2.12 * make pnpm version non strict
This commit is contained in:
2
.github/actions/setup-pnpm/action.yml
vendored
2
.github/actions/setup-pnpm/action.yml
vendored
@@ -11,7 +11,7 @@ runs:
|
||||
- name: Install pnpm
|
||||
uses: pnpm/action-setup@v3
|
||||
with:
|
||||
version: 9.0.2
|
||||
version: 9.0.6
|
||||
|
||||
- name: Install Node.js
|
||||
uses: actions/setup-node@v4
|
||||
|
||||
@@ -91,7 +91,7 @@ If you encounter any issues, ensure that you are using the following versions of
|
||||
|
||||
- Rust version: **1.75**
|
||||
- Node version: **18.18**
|
||||
- Pnpm version: **9.0.2**
|
||||
- Pnpm version: **9.0.6**
|
||||
|
||||
After cleaning out your build artifacts using `pnpm clean`, `git clean`, or `cargo clean`, it is necessary to re-run the `setup-system` script.
|
||||
|
||||
|
||||
BIN
Cargo.lock
generated
BIN
Cargo.lock
generated
Binary file not shown.
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sd-desktop"
|
||||
version = "0.2.11"
|
||||
version = "0.2.12"
|
||||
description = "The universal file manager."
|
||||
authors = ["Spacedrive Technology Inc <support@spacedrive.com>"]
|
||||
default-run = "sd-desktop"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sd-core"
|
||||
version = "0.2.11"
|
||||
version = "0.2.12"
|
||||
description = "Virtual distributed filesystem engine that powers Spacedrive."
|
||||
authors = ["Spacedrive Technology Inc."]
|
||||
rust-version = "1.75.0"
|
||||
|
||||
@@ -67,5 +67,6 @@
|
||||
"eslintConfig": {
|
||||
"root": true
|
||||
},
|
||||
"packageManager": "pnpm@9.0.2"
|
||||
"packageManager": "pnpm@9.0.6",
|
||||
"engineStrict": false
|
||||
}
|
||||
|
||||
BIN
pnpm-lock.yaml
generated
BIN
pnpm-lock.yaml
generated
Binary file not shown.
Reference in New Issue
Block a user