From b2572d028789af536dee1d0e02271f8d6dcb5cc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 11:30:03 +0400 Subject: [PATCH 1/2] chore(deps): bump tj-actions/changed-files in /.github/workflows (#8466) Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44 to 46. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v44...v46) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: '46' dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/deprecated.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deprecated.yml b/.github/workflows/deprecated.yml index 3c0699dbf..b1b5c43e5 100644 --- a/.github/workflows/deprecated.yml +++ b/.github/workflows/deprecated.yml @@ -20,7 +20,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v46 with: files: | apps/www/** From 26433a651cab9907d88fa05ce0b9b42359c62d66 Mon Sep 17 00:00:00 2001 From: Benjamin <87870889+BenjaminIsMyName@users.noreply.github.com> Date: Wed, 15 Oct 2025 10:30:43 +0300 Subject: [PATCH 2/2] Added react-market registry (#8346) Co-authored-by: shadcn --- apps/v4/public/r/registries.json | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index 592248774..29d56e2c2 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -40,6 +40,7 @@ "@skyr": "https://ui-play.skyroc.me/r/{name}.json", "@retroui": "https://retroui.dev/r/{name}.json", "@wds": "https://wds-shadcn-registry.netlify.app/r/{name}.json", + "@react-market": "https://www.react-market.com/get/{name}", "@97cn": "https://97cn.itzik.co/r/{name}.json", "@better-upload": "https://better-upload.com/r/{name}.json", "@zippystarter": "https://zippystarter.com/r/{name}.json",