Skip to content

Commit 045dd4b

Browse files
authored
feat!: initial Sanity Studio v3 release
BREAKING CHANGE: this version does not work in Sanity Studio v2
1 parent f7ae24b commit 045dd4b

File tree

5 files changed

+359
-340
lines changed

5 files changed

+359
-340
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
with:
9797
cache: npm
9898
node-version: ${{ matrix.node }}
99-
- run: npm ci
99+
- run: npm i
100100
- run: npm test
101101

102102
release:

.releaserc.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
{
22
"extends": "@sanity/semantic-release-preset",
3-
"branches": [
4-
{"name": "main", "channel": "studio-v3", "prerelease": "v3-studio"},
5-
{"name": "main-post-ga"}
6-
]
3+
"branches": ["main"]
74
}

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# @sanity/code-input
22

3-
> **NOTE**
4-
>
5-
> This is the **Sanity Studio v3 version** of @sanity/code-input.
6-
>
3+
> This is a **Sanity Studio v3** plugin.
74
> For the v2 version, please refer to the [v2-branch](https://github.com/sanity-io/sanity/tree/next/packages/%40sanity/code-input).
85
96
## What is it?
@@ -19,13 +16,13 @@ Click lines to highlight them.
1916
## Installation
2017

2118
```
22-
npm install --save @sanity/code-input@studio-v3
19+
npm install --save @sanity/code-input
2320
```
2421

2522
or
2623

2724
```
28-
yarn add @sanity/code-input@studio-v3
25+
yarn add @sanity/code-input
2926
```
3027

3128
## Usage

0 commit comments

Comments
 (0)