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.3
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.4
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Mar 10, 2025

  1. fix(deps): update React Compiler dependencies 🤖 ✨ (#1645)

    fix(deps): update react compiler dependencies 🤖 ✨
    
    Co-authored-by: ecospark[bot] <128108030+ecospark[bot]@users.noreply.github.com>
    ecospark[bot] authored Mar 10, 2025
    Copy the full SHA
    5223d5a View commit details
  2. chore(release): 2.15.4 [skip ci]

    semantic-release-bot committed Mar 10, 2025
    Copy the full SHA
    dc3cc2b View commit details
Showing with 34 additions and 19 deletions.
  1. +6 −0 CHANGELOG.md
  2. +4 −4 package.json
  3. +24 −15 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.4](https://github.com/sanity-io/ui/compare/v2.15.3...v2.15.4) (2025-03-10)

### Bug Fixes

- **deps:** update React Compiler dependencies 🤖 ✨ ([#1645](https://github.com/sanity-io/ui/issues/1645)) ([5223d5a](https://github.com/sanity-io/ui/commit/5223d5a775f66c3d376bfde4c10aff8b3a576a04))

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

### Bug Fixes
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/ui",
"version": "2.15.3",
"version": "2.15.4",
"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-40c6c23-20250301",
"react-compiler-runtime": "19.0.0-beta-bafa41b-20250307",
"react-refractor": "^2.2.0",
"use-effect-event": "^1.0.2"
},
@@ -163,7 +163,7 @@
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.3.4",
"babel-plugin-react-compiler": "19.0.0-beta-40c6c23-20250301",
"babel-plugin-react-compiler": "19.0.0-beta-bafa41b-20250307",
"babel-plugin-styled-components": "^2.1.4",
"commitizen": "^4.3.1",
"cypress": "^13.17.0",
@@ -175,7 +175,7 @@
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-compiler": "19.0.0-beta-40c6c23-20250301",
"eslint-plugin-react-compiler": "19.0.0-beta-bafa41b-20250307",
"eslint-plugin-react-hooks": "experimental",
"eslint-plugin-storybook": "^0.11.4",
"http-server": "^14.1.1",
39 changes: 24 additions & 15 deletions pnpm-lock.yaml

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