Skip to content

Commit 8c6a67d

Browse files
chore(release): 3.0.0 [skip ci]
1 parent 1e26560 commit 8c6a67d

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@
55
All notable changes to this project will be documented in this file. See
66
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
77

8+
## [3.0.0](https://github.com/sanity-io/sanity-plugin-media/compare/v2.4.2...v3.0.0) (2025-03-07)
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
- add react 19 support (#243)
13+
14+
### Features
15+
16+
- add react 19 support ([#243](https://github.com/sanity-io/sanity-plugin-media/issues/243)) ([1e26560](https://github.com/sanity-io/sanity-plugin-media/commit/1e265609c3c59a891b55c202aa97c7a40be030f2))
17+
818
## [2.4.2](https://github.com/sanity-io/sanity-plugin-media/compare/v2.4.1...v2.4.2) (2025-03-07)
919

1020
### Bug Fixes

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sanity-plugin-media",
3-
"version": "2.4.2-canary.2",
3+
"version": "3.0.0",
44
"description": "This version of `sanity-plugin-media` is for Sanity Studio V3.",
55
"keywords": [
66
"sanity",

0 commit comments

Comments
 (0)