Skip to content

Commit 6037dae

Browse files
chore(release): 5.0.0 [skip ci]
1 parent 7178d87 commit 6037dae

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+
## [5.0.0](https://github.com/sanity-io/code-input/compare/v4.1.4...v5.0.0) (2024-11-28)
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
- **deps:** Update dependency @sanity/ui to v2 (#94)
13+
14+
### Bug Fixes
15+
16+
- **deps:** Update dependency @sanity/ui to v2 ([#94](https://github.com/sanity-io/code-input/issues/94)) ([7178d87](https://github.com/sanity-io/code-input/commit/7178d8737574a36407b21f44ee4feb11a48701a7))
17+
818
## [4.1.4](https://github.com/sanity-io/code-input/compare/v4.1.3...v4.1.4) (2024-04-09)
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/code-input",
3-
"version": "4.1.4",
3+
"version": "5.0.0",
44
"description": "Sanity input component for code, powered by CodeMirror",
55
"keywords": [
66
"sanity",

0 commit comments

Comments
 (0)