Skip to content

Commit f9308eb

Browse files
github-actions[bot]acao
authored andcommitted
chore(release): changesets versioning & publication
1 parent 8b311fe commit f9308eb

File tree

5 files changed

+31
-30
lines changed

5 files changed

+31
-30
lines changed

.changeset/sixty-beds-turn.md

-5
This file was deleted.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# codemirror-json-schema
22

3+
## 0.7.1
4+
5+
### Patch Changes
6+
7+
- [`8b311fe`](https://github.com/acao/codemirror-json-schema/commit/8b311fe1fe48ba5cf209ae5d9524f0df6d0fba55) Thanks [@acao](https://github.com/acao)! - Add MIT license via @imolorhe
8+
39
## 0.7.0
410

511
### Minor Changes

docs/README.md

+21-21
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Full featured cm6 extension for json, including `@codemirror/lang-json`
6767

6868
#### Defined in
6969

70-
[bundled.ts:15](https://github.com/acao/codemirror-json-schema/blob/c694451/src/bundled.ts#L15)
70+
[bundled.ts:15](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/bundled.ts#L15)
7171

7272
## Codemirror Extensions
7373

@@ -101,7 +101,7 @@ provides a JSON schema enabled autocomplete extension for codemirror
101101

102102
#### Defined in
103103

104-
[json-completion.ts:936](https://github.com/acao/codemirror-json-schema/blob/c694451/src/json-completion.ts#L936)
104+
[json-completion.ts:936](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/json-completion.ts#L936)
105105

106106
___
107107

@@ -137,7 +137,7 @@ provides a JSON schema enabled tooltip extension for codemirror
137137

138138
#### Defined in
139139

140-
[json-hover.ts:45](https://github.com/acao/codemirror-json-schema/blob/c694451/src/json-hover.ts#L45)
140+
[json-hover.ts:45](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/json-hover.ts#L45)
141141

142142
___
143143

@@ -171,7 +171,7 @@ Helper for simpler class instantiaton
171171

172172
#### Defined in
173173

174-
[json-validation.ts:58](https://github.com/acao/codemirror-json-schema/blob/c694451/src/json-validation.ts#L58)
174+
[json-validation.ts:58](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/json-validation.ts#L58)
175175

176176
## Utilities
177177

@@ -194,7 +194,7 @@ retrieve a Map of all the json pointers in a document
194194

195195
#### Defined in
196196

197-
[utils/jsonPointers.ts:85](https://github.com/acao/codemirror-json-schema/blob/c694451/src/utils/jsonPointers.ts#L85)
197+
[utils/jsonPointers.ts:85](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/utils/jsonPointers.ts#L85)
198198

199199
___
200200

@@ -219,7 +219,7 @@ retrieve a JSON pointer for a given position in the editor
219219

220220
#### Defined in
221221

222-
[utils/jsonPointers.ts:68](https://github.com/acao/codemirror-json-schema/blob/c694451/src/utils/jsonPointers.ts#L68)
222+
[utils/jsonPointers.ts:68](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/utils/jsonPointers.ts#L68)
223223

224224
___
225225

@@ -246,7 +246,7 @@ Mimics the behavior of `json-source-map`'s `parseJSONDocument` function using co
246246

247247
#### Defined in
248248

249-
[utils/parseJSONDocument.ts:24](https://github.com/acao/codemirror-json-schema/blob/c694451/src/utils/parseJSONDocument.ts#L24)
249+
[utils/parseJSONDocument.ts:24](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/utils/parseJSONDocument.ts#L24)
250250

251251
___
252252

@@ -273,7 +273,7 @@ Return parsed data and json pointers for a given codemirror EditorState
273273

274274
#### Defined in
275275

276-
[utils/parseJSONDocument.ts:10](https://github.com/acao/codemirror-json-schema/blob/c694451/src/utils/parseJSONDocument.ts#L10)
276+
[utils/parseJSONDocument.ts:10](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/utils/parseJSONDocument.ts#L10)
277277

278278
## Functions
279279

@@ -293,7 +293,7 @@ Return parsed data and json pointers for a given codemirror EditorState
293293

294294
#### Defined in
295295

296-
[state.ts:25](https://github.com/acao/codemirror-json-schema/blob/c694451/src/state.ts#L25)
296+
[state.ts:25](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/state.ts#L25)
297297

298298
___
299299

@@ -315,7 +315,7 @@ ___
315315

316316
#### Defined in
317317

318-
[utils/jsonPointers.ts:31](https://github.com/acao/codemirror-json-schema/blob/c694451/src/utils/jsonPointers.ts#L31)
318+
[utils/jsonPointers.ts:31](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/utils/jsonPointers.ts#L31)
319319

320320
___
321321

@@ -335,7 +335,7 @@ ___
335335

336336
#### Defined in
337337

338-
[json-validation.ts:48](https://github.com/acao/codemirror-json-schema/blob/c694451/src/json-validation.ts#L48)
338+
[json-validation.ts:48](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/json-validation.ts#L48)
339339

340340
___
341341

@@ -356,7 +356,7 @@ ___
356356

357357
#### Defined in
358358

359-
[utils/jsonPointers.ts:18](https://github.com/acao/codemirror-json-schema/blob/c694451/src/utils/jsonPointers.ts#L18)
359+
[utils/jsonPointers.ts:18](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/utils/jsonPointers.ts#L18)
360360

361361
___
362362

@@ -376,7 +376,7 @@ ___
376376

377377
#### Defined in
378378

379-
[state.ts:29](https://github.com/acao/codemirror-json-schema/blob/c694451/src/state.ts#L29)
379+
[state.ts:29](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/state.ts#L29)
380380

381381
___
382382

@@ -397,7 +397,7 @@ ___
397397

398398
#### Defined in
399399

400-
[state.ts:19](https://github.com/acao/codemirror-json-schema/blob/c694451/src/state.ts#L19)
400+
[state.ts:19](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/state.ts#L19)
401401

402402
## Type Aliases
403403

@@ -414,7 +414,7 @@ ___
414414

415415
#### Defined in
416416

417-
[json-hover.ts:18](https://github.com/acao/codemirror-json-schema/blob/c694451/src/json-hover.ts#L18)
417+
[json-hover.ts:18](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/json-hover.ts#L18)
418418

419419
___
420420

@@ -424,7 +424,7 @@ ___
424424

425425
#### Defined in
426426

427-
[json-hover.ts:20](https://github.com/acao/codemirror-json-schema/blob/c694451/src/json-hover.ts#L20)
427+
[json-hover.ts:20](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/json-hover.ts#L20)
428428

429429
___
430430

@@ -443,7 +443,7 @@ ___
443443

444444
#### Defined in
445445

446-
[json-hover.ts:24](https://github.com/acao/codemirror-json-schema/blob/c694451/src/json-hover.ts#L24)
446+
[json-hover.ts:24](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/json-hover.ts#L24)
447447

448448
___
449449

@@ -460,7 +460,7 @@ ___
460460

461461
#### Defined in
462462

463-
[types.ts:6](https://github.com/acao/codemirror-json-schema/blob/c694451/src/types.ts#L6)
463+
[types.ts:6](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/types.ts#L6)
464464

465465
___
466466

@@ -479,7 +479,7 @@ ___
479479

480480
#### Defined in
481481

482-
[types.ts:11](https://github.com/acao/codemirror-json-schema/blob/c694451/src/types.ts#L11)
482+
[types.ts:11](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/types.ts#L11)
483483

484484
___
485485

@@ -489,7 +489,7 @@ ___
489489

490490
#### Defined in
491491

492-
[types.ts:20](https://github.com/acao/codemirror-json-schema/blob/c694451/src/types.ts#L20)
492+
[types.ts:20](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/types.ts#L20)
493493

494494
## Variables
495495

@@ -499,4 +499,4 @@ ___
499499

500500
#### Defined in
501501

502-
[state.ts:6](https://github.com/acao/codemirror-json-schema/blob/c694451/src/state.ts#L6)
502+
[state.ts:6](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/state.ts#L6)

docs/interfaces/JSONValidationOptions.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Return parsed data and json pointers for a given codemirror EditorState
4242

4343
#### Defined in
4444

45-
[json-validation.ts:43](https://github.com/acao/codemirror-json-schema/blob/c694451/src/json-validation.ts#L43)
45+
[json-validation.ts:43](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/json-validation.ts#L43)
4646

4747
## Properties
4848

@@ -66,7 +66,7 @@ Return parsed data and json pointers for a given codemirror EditorState
6666

6767
#### Defined in
6868

69-
[json-validation.ts:42](https://github.com/acao/codemirror-json-schema/blob/c694451/src/json-validation.ts#L42)
69+
[json-validation.ts:42](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/json-validation.ts#L42)
7070

7171
---
7272

@@ -76,4 +76,4 @@ Return parsed data and json pointers for a given codemirror EditorState
7676

7777
#### Defined in
7878

79-
[json-validation.ts:41](https://github.com/acao/codemirror-json-schema/blob/c694451/src/json-validation.ts#L41)
79+
[json-validation.ts:41](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/json-validation.ts#L41)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "codemirror-json-schema",
33
"license": "MIT",
4-
"version": "0.7.0",
4+
"version": "0.7.1",
55
"description": "Codemirror 6 extensions that provide full JSONSchema support for `@codemirror/lang-json` and `codemirror-json5`",
66
"contributors": [
77
{

0 commit comments

Comments
 (0)