Skip to content

Commit 0d7f45e

Browse files
chore(release): 3.0.0-v3-studio.11 [skip ci]
1 parent c7b3c1f commit 0d7f45e

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
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-v3-studio.11](https://github.com/sanity-io/code-input/compare/v3.0.0-v3-studio.10...v3.0.0-v3-studio.11) (2022-10-07)
9+
10+
### Bug Fixes
11+
12+
- code-definition extension to intrinsics should work again ([c7b3c1f](https://github.com/sanity-io/code-input/commit/c7b3c1fe4c667302ec7aa7d34bc131d467156406))
13+
814
## [3.0.0-v3-studio.10](https://github.com/sanity-io/code-input/compare/v3.0.0-v3-studio.9...v3.0.0-v3-studio.10) (2022-10-07)
915

1016
### 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@sanity/code-input",
3-
"version": "3.0.0-v3-studio.9",
3+
"version": "3.0.0-v3-studio.11",
44
"description": "Ace editor for editing code",
55
"source": "./src/index.ts",
66
"exports": {
7-
".": {
7+
".": {
88
"require": "./lib/cjs/index.js",
99
"default": "./lib/esm/index.js"
10-
}
10+
}
1111
},
1212
"main": "./lib/cjs/index.js",
1313
"module": "./lib/esm/index.js",

0 commit comments

Comments
 (0)