Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sanity-io/ui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.15.4
Choose a base ref
...
head repository: sanity-io/ui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.15.5
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Mar 11, 2025

  1. fix(deps): downgrade react-compiler-runtime

    stipsan committed Mar 11, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    0ec56b5 View commit details
  2. chore(release): 2.15.5 [skip ci]

    semantic-release-bot committed Mar 11, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    c2dc1a8 View commit details
Showing with 13 additions and 7 deletions.
  1. +6 −0 CHANGELOG.md
  2. +2 −2 package.json
  3. +5 −5 pnpm-lock.yaml
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -5,6 +5,12 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.15.5](https://github.com/sanity-io/ui/compare/v2.15.4...v2.15.5) (2025-03-11)

### Bug Fixes

- **deps:** downgrade `react-compiler-runtime` ([0ec56b5](https://github.com/sanity-io/ui/commit/0ec56b5a091415cdfe45dfcdb64d6e421ecf2bfb))

## [2.15.4](https://github.com/sanity-io/ui/compare/v2.15.3...v2.15.4) (2025-03-10)

### Bug Fixes
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/ui",
"version": "2.15.4",
"version": "2.15.5",
"keywords": [
"sanity",
"ui",
@@ -120,7 +120,7 @@
"@sanity/icons": "^3.7.0",
"csstype": "^3.1.3",
"framer-motion": "^12.4.10",
"react-compiler-runtime": "19.0.0-beta-bafa41b-20250307",
"react-compiler-runtime": "19.0.0-beta-e1e972c-20250221",
"react-refractor": "^2.2.0",
"use-effect-event": "^1.0.2"
},
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.