Skip to content

Commit 3970b76

Browse files
chore(release): 4.1.2 [skip ci]
1 parent ecc95a1 commit 3970b76

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

Diff for: CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@
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+
## [4.1.2](https://github.com/sanity-io/code-input/compare/v4.1.1...v4.1.2) (2023-12-15)
9+
10+
### Bug Fixes
11+
12+
- **deps:** allow styled-components v6 as peer dependency ([#89](https://github.com/sanity-io/code-input/issues/89)) ([2ba3bf2](https://github.com/sanity-io/code-input/commit/2ba3bf2d8540e7e2415e08be229d030cf2b97d16))
13+
- **deps:** update codemirror ([#52](https://github.com/sanity-io/code-input/issues/52)) ([d883481](https://github.com/sanity-io/code-input/commit/d883481c0bde01b8b27af43caac3263abcb125a3))
14+
- **deps:** update codemirror ([#65](https://github.com/sanity-io/code-input/issues/65)) ([b866640](https://github.com/sanity-io/code-input/commit/b8666405755e582842da7995ed9929e8fc3e3571))
15+
- **deps:** update codemirror ([#66](https://github.com/sanity-io/code-input/issues/66)) ([5d1605e](https://github.com/sanity-io/code-input/commit/5d1605e1545ad3b33a951fb471f4f70b8f46427d))
16+
- **deps:** update dependencies (non-major) ([#32](https://github.com/sanity-io/code-input/issues/32)) ([5f2ab52](https://github.com/sanity-io/code-input/commit/5f2ab52e467aa5b7af134b49f4023b6db4b0d1a5))
17+
- **deps:** update dependencies (non-major) to v4.20.2 ([#67](https://github.com/sanity-io/code-input/issues/67)) ([ec2dcef](https://github.com/sanity-io/code-input/commit/ec2dcef85c506fd911cea5b05274e1c78dfc6fde))
18+
- update package description (codemirror, not ace) ([3b769e2](https://github.com/sanity-io/code-input/commit/3b769e26b3b57cc778dadb540f9007ee97a29c30))
19+
820
## [4.1.1](https://github.com/sanity-io/code-input/compare/v4.1.0...v4.1.1) (2023-05-10)
921

1022
### Bug Fixes

Diff for: package-lock.json

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

Diff for: 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.1",
3+
"version": "4.1.2",
44
"description": "Sanity input component for code, powered by CodeMirror",
55
"keywords": [
66
"sanity",

0 commit comments

Comments
 (0)