Skip to content

Commit bb9bf5f

Browse files
committed
chore: update code
1 parent 8c9f124 commit bb9bf5f

File tree

12 files changed

+488
-600
lines changed

12 files changed

+488
-600
lines changed

.changeset/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changesets
2+
3+
Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
4+
with multi-package repos, or single-package repos to help you version and publish your code. You can
5+
find the full documentation for it [in our repository](https://github.com/changesets/changesets)
6+
7+
We have a quick list of common questions to get you started engaging with this project in
8+
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)

.changeset/config.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3+
"changelog": "@changesets/cli/changelog",
4+
"commit": false,
5+
"fixed": [],
6+
"linked": [],
7+
"access": "restricted",
8+
"baseBranch": "main",
9+
"updateInternalDependencies": "patch",
10+
"ignore": []
11+
}

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ jobs:
3939
target: i686-pc-windows-msvc
4040
build: |
4141
export CARGO_PROFILE_RELEASE_LTO=false
42-
cargo install cargo-xwin
42+
cargo install --locked cargo-xwin
4343
npm run build -- --target i686-pc-windows-msvc --abi win32-ia32-msvc --cargo-flags="--no-default-features"
4444
- os: windows-latest
4545
abi: win32-arm64-msvc
4646
target: aarch64-pc-windows-msvc
4747
build: |
4848
export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=256
4949
export CARGO_PROFILE_RELEASE_LTO=false
50-
cargo install cargo-xwin
50+
cargo install --locked cargo-xwin
5151
npm run build -- --target aarch64-pc-windows-msvc --abi win32-arm64-msvc --cargo-flags="--no-default-features"
5252
# linux
5353
- os: ubuntu-latest

0 commit comments

Comments
 (0)