Skip to content

Commit 6156de8

Browse files
chore(release): 3.0.0 [skip ci]
1 parent 764c10a commit 6156de8

File tree

3 files changed

+37
-3
lines changed

3 files changed

+37
-3
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,40 @@
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/code-input/compare/v2.35.2...v3.0.0) (2022-11-25)
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
- this version does not work in Sanity Studio v2
13+
14+
### Features
15+
16+
- initial Sanity Studio v3 release ([045dd4b](https://github.com/sanity-io/code-input/commit/045dd4bb51d7611c3eb1c72706539797c951ebfe))
17+
18+
### Bug Fixes
19+
20+
- @sanity/ui 1.0.0-beta.31 ([b4d6575](https://github.com/sanity-io/code-input/commit/b4d657556be578399375328080e1e21e641097cb))
21+
- code-definition extension to intrinsics should work again ([c7b3c1f](https://github.com/sanity-io/code-input/commit/c7b3c1fe4c667302ec7aa7d34bc131d467156406))
22+
- compiled for dev-preview.22 ([bb9a6a7](https://github.com/sanity-io/code-input/commit/bb9a6a774c310ff3f12e5df4db48a8522632912c))
23+
- compiled for sanity 3.0.0-rc.0 ([46085b7](https://github.com/sanity-io/code-input/commit/46085b712754c418f599b837301b43b204e72f9c))
24+
- compiled for sanity 3.0.0-rc.0 ([ccf2b61](https://github.com/sanity-io/code-input/commit/ccf2b619d2c08b21444de666ff2a3c5f67f9e476))
25+
- **deps:** dev-preview.21 ([89ecdc3](https://github.com/sanity-io/code-input/commit/89ecdc316d652d6456ff677b338df1a6b35be92b))
26+
- **deps:** pin dependencies ([#28](https://github.com/sanity-io/code-input/issues/28)) ([59d92d9](https://github.com/sanity-io/code-input/commit/59d92d9ce0a6ce0cd403c32dd9058e37e7ac87e4))
27+
- **deps:** pkg-utils & @sanity/plugin-kit ([ba975f9](https://github.com/sanity-io/code-input/commit/ba975f9cfe1b1204757673b4fbdc0f1e824f07d7))
28+
- **deps:** react-dom as peer ([bee9c70](https://github.com/sanity-io/code-input/commit/bee9c7042f9e62a48f22c9ad2d505e8fc3c70c12))
29+
- **deps:** sanity ^3.0.0 (works with rc.3) ([764c10a](https://github.com/sanity-io/code-input/commit/764c10abef4ac376f7c1271a197cce1140cd7e32))
30+
- **deps:** sanity 3.0.0-dev-preview.17 and ui 0.38 ([4bef2ab](https://github.com/sanity-io/code-input/commit/4bef2ab5505144da4a286c9481c12f85c61af11c))
31+
- **deps:** update dependency @sanity/icons to v1.3.9-beta.3 ([#30](https://github.com/sanity-io/code-input/issues/30)) ([9b49361](https://github.com/sanity-io/code-input/commit/9b493612e388dfa71dfc6be0afb5b1d7306136e3))
32+
- **deps:** update dependency ace-builds to ^1.12.5 ([#8](https://github.com/sanity-io/code-input/issues/8)) ([ae169c7](https://github.com/sanity-io/code-input/commit/ae169c75e162322d7396132448cde942511a79d7))
33+
- **deps:** update sanity packages to v1 (major) ([#10](https://github.com/sanity-io/code-input/issues/10)) ([260a911](https://github.com/sanity-io/code-input/commit/260a911fdf3715d5d73554488595209b1aad9e65))
34+
- lazy load AceEditor to allow server side rendering the input ([d1d173b](https://github.com/sanity-io/code-input/commit/d1d173b01d360af69d35a8f6d0708785df439639))
35+
- makes PreviewCode also load ace async ([#11](https://github.com/sanity-io/code-input/issues/11)) ([16eb077](https://github.com/sanity-io/code-input/commit/16eb077901266b28038142408d2e74f2c20e5aec))
36+
- preview component now uses v3 api correctly ([280b620](https://github.com/sanity-io/code-input/commit/280b6204ac7a7863d54618be8b220ae8c6b0e718))
37+
- preview is now dev-preview.17 compatible ([58a75d9](https://github.com/sanity-io/code-input/commit/58a75d96cf8f2b51aabea6e3f573922ee5fb7827))
38+
- setup changelog generator ([a52df38](https://github.com/sanity-io/code-input/commit/a52df3808aa8448b43b812f4b6ed3058b1f3f9bb))
39+
- update lockfile ([cf401bb](https://github.com/sanity-io/code-input/commit/cf401bbc18b921d2e7d780448aadcc9fc48cbe2a))
40+
- use `@sanity/semantic-release-preset` ([fb0c785](https://github.com/sanity-io/code-input/commit/fb0c785b3d8b8e38cba16157452ea517ac23e05f))
41+
842
## [3.0.0-v3-studio.15](https://github.com/sanity-io/code-input/compare/v3.0.0-v3-studio.14...v3.0.0-v3-studio.15) (2022-11-04)
943

1044
### Bug Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/code-input",
3-
"version": "3.0.0-v3-studio.15",
3+
"version": "3.0.0",
44
"description": "Ace editor for editing code",
55
"keywords": [
66
"sanity",

0 commit comments

Comments
 (0)