Skip to content

Commit 56c88cd

Browse files
github-actions[bot]acao
authored andcommitted
chore(release): changesets versioning & publication
1 parent 4c9ca0a commit 56c88cd

File tree

5 files changed

+30
-29
lines changed

5 files changed

+30
-29
lines changed

.changeset/tiny-rocks-invite.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# codemirror-json-schema
22

3+
## 0.4.5
4+
5+
### Patch Changes
6+
7+
- [#70](https://github.com/acao/codemirror-json-schema/pull/70) [`4c9ca0a`](https://github.com/acao/codemirror-json-schema/commit/4c9ca0a2cab4806d1107a64e96a60c3c6c46edfa) Thanks [@acao](https://github.com/acao)! - Fix vulnerability message for json-schema type dependency
8+
39
## 0.4.4
410

511
### Patch Changes

docs/modules/index.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Full featured cm6 extension for json, including `@codemirror/lang-json`
5656

5757
#### Defined in
5858

59-
[bundled.ts:14](https://github.com/acao/codemirror-json-schema/blob/161a2df/src/bundled.ts#L14)
59+
[bundled.ts:14](https://github.com/acao/codemirror-json-schema/blob/4c9ca0a/src/bundled.ts#L14)
6060

6161
## Codemirror Extensions
6262

@@ -91,7 +91,7 @@ provides a JSON schema enabled autocomplete extension for codemirror
9191

9292
#### Defined in
9393

94-
[json-completion.ts:806](https://github.com/acao/codemirror-json-schema/blob/161a2df/src/json-completion.ts#L806)
94+
[json-completion.ts:806](https://github.com/acao/codemirror-json-schema/blob/4c9ca0a/src/json-completion.ts#L806)
9595

9696
---
9797

@@ -128,7 +128,7 @@ provides a JSON schema enabled tooltip extension for codemirror
128128

129129
#### Defined in
130130

131-
[json-hover.ts:38](https://github.com/acao/codemirror-json-schema/blob/161a2df/src/json-hover.ts#L38)
131+
[json-hover.ts:38](https://github.com/acao/codemirror-json-schema/blob/4c9ca0a/src/json-hover.ts#L38)
132132

133133
---
134134

@@ -163,7 +163,7 @@ Helper for simpler class instantiaton
163163

164164
#### Defined in
165165

166-
[json-validation.ts:35](https://github.com/acao/codemirror-json-schema/blob/161a2df/src/json-validation.ts#L35)
166+
[json-validation.ts:35](https://github.com/acao/codemirror-json-schema/blob/4c9ca0a/src/json-validation.ts#L35)
167167

168168
## Utilities
169169

@@ -186,7 +186,7 @@ retrieve a Map of all the json pointers in a document
186186

187187
#### Defined in
188188

189-
[utils/jsonPointers.ts:56](https://github.com/acao/codemirror-json-schema/blob/161a2df/src/utils/jsonPointers.ts#L56)
189+
[utils/jsonPointers.ts:56](https://github.com/acao/codemirror-json-schema/blob/4c9ca0a/src/utils/jsonPointers.ts#L56)
190190

191191
---
192192

@@ -210,7 +210,7 @@ retrieve a JSON pointer for a given position in the editor
210210

211211
#### Defined in
212212

213-
[utils/jsonPointers.ts:44](https://github.com/acao/codemirror-json-schema/blob/161a2df/src/utils/jsonPointers.ts#L44)
213+
[utils/jsonPointers.ts:44](https://github.com/acao/codemirror-json-schema/blob/4c9ca0a/src/utils/jsonPointers.ts#L44)
214214

215215
---
216216

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

238238
#### Defined in
239239

240-
[utils/parseJSONDocument.ts:23](https://github.com/acao/codemirror-json-schema/blob/161a2df/src/utils/parseJSONDocument.ts#L23)
240+
[utils/parseJSONDocument.ts:23](https://github.com/acao/codemirror-json-schema/blob/4c9ca0a/src/utils/parseJSONDocument.ts#L23)
241241

242242
---
243243

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

265265
#### Defined in
266266

267-
[utils/parseJSONDocument.ts:9](https://github.com/acao/codemirror-json-schema/blob/161a2df/src/utils/parseJSONDocument.ts#L9)
267+
[utils/parseJSONDocument.ts:9](https://github.com/acao/codemirror-json-schema/blob/4c9ca0a/src/utils/parseJSONDocument.ts#L9)
268268

269269
## Functions
270270

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

286286
#### Defined in
287287

288-
[utils/jsonPointers.ts:12](https://github.com/acao/codemirror-json-schema/blob/161a2df/src/utils/jsonPointers.ts#L12)
288+
[utils/jsonPointers.ts:12](https://github.com/acao/codemirror-json-schema/blob/4c9ca0a/src/utils/jsonPointers.ts#L12)
289289

290290
## Type Aliases
291291

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

303303
#### Defined in
304304

305-
[json-hover.ts:12](https://github.com/acao/codemirror-json-schema/blob/161a2df/src/json-hover.ts#L12)
305+
[json-hover.ts:12](https://github.com/acao/codemirror-json-schema/blob/4c9ca0a/src/json-hover.ts#L12)
306306

307307
---
308308

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

313313
#### Defined in
314314

315-
[json-hover.ts:14](https://github.com/acao/codemirror-json-schema/blob/161a2df/src/json-hover.ts#L14)
315+
[json-hover.ts:14](https://github.com/acao/codemirror-json-schema/blob/4c9ca0a/src/json-hover.ts#L14)
316316

317317
---
318318

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

331331
#### Defined in
332332

333-
[json-hover.ts:18](https://github.com/acao/codemirror-json-schema/blob/161a2df/src/json-hover.ts#L18)
333+
[json-hover.ts:18](https://github.com/acao/codemirror-json-schema/blob/4c9ca0a/src/json-hover.ts#L18)
334334

335335
---
336336

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

341341
#### Defined in
342342

343-
[utils/jsonPointers.ts:8](https://github.com/acao/codemirror-json-schema/blob/161a2df/src/utils/jsonPointers.ts#L8)
343+
[utils/jsonPointers.ts:8](https://github.com/acao/codemirror-json-schema/blob/4c9ca0a/src/utils/jsonPointers.ts#L8)
344344

345345
---
346346

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

358358
#### Defined in
359359

360-
[types.ts:4](https://github.com/acao/codemirror-json-schema/blob/161a2df/src/types.ts#L4)
360+
[types.ts:4](https://github.com/acao/codemirror-json-schema/blob/4c9ca0a/src/types.ts#L4)
361361

362362
---
363363

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

377377
#### Defined in
378378

379-
[types.ts:9](https://github.com/acao/codemirror-json-schema/blob/161a2df/src/types.ts#L9)
379+
[types.ts:9](https://github.com/acao/codemirror-json-schema/blob/4c9ca0a/src/types.ts#L9)
380380

381381
---
382382

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

387387
#### Defined in
388388

389-
[types.ts:18](https://github.com/acao/codemirror-json-schema/blob/161a2df/src/types.ts#L18)
389+
[types.ts:18](https://github.com/acao/codemirror-json-schema/blob/4c9ca0a/src/types.ts#L18)
390390

391391
---
392392

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

404404
#### Defined in
405405

406-
[json-validation.ts:24](https://github.com/acao/codemirror-json-schema/blob/161a2df/src/json-validation.ts#L24)
406+
[json-validation.ts:24](https://github.com/acao/codemirror-json-schema/blob/4c9ca0a/src/json-validation.ts#L24)

docs/modules/json5.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Full featured cm6 extension for json5, including `codemirror-json5`
3939

4040
#### Defined in
4141

42-
[json5-bundled.ts:14](https://github.com/acao/codemirror-json-schema/blob/161a2df/src/json5-bundled.ts#L14)
42+
[json5-bundled.ts:14](https://github.com/acao/codemirror-json-schema/blob/4c9ca0a/src/json5-bundled.ts#L14)
4343

4444
## Codemirror Extensions
4545

@@ -74,7 +74,7 @@ provides a JSON schema enabled autocomplete extension for codemirror and json5
7474

7575
#### Defined in
7676

77-
[json-completion.ts:820](https://github.com/acao/codemirror-json-schema/blob/161a2df/src/json-completion.ts#L820)
77+
[json-completion.ts:820](https://github.com/acao/codemirror-json-schema/blob/4c9ca0a/src/json-completion.ts#L820)
7878

7979
---
8080

@@ -111,7 +111,7 @@ Instantiates a JSONHover instance with the JSON5 mode
111111

112112
#### Defined in
113113

114-
[json5-hover.ts:13](https://github.com/acao/codemirror-json-schema/blob/161a2df/src/json5-hover.ts#L13)
114+
[json5-hover.ts:13](https://github.com/acao/codemirror-json-schema/blob/4c9ca0a/src/json5-hover.ts#L13)
115115

116116
---
117117

@@ -146,7 +146,7 @@ Instantiates a JSONValidation instance with the JSON5 mode
146146

147147
#### Defined in
148148

149-
[json5-validation.ts:10](https://github.com/acao/codemirror-json-schema/blob/161a2df/src/json5-validation.ts#L10)
149+
[json5-validation.ts:10](https://github.com/acao/codemirror-json-schema/blob/4c9ca0a/src/json5-validation.ts#L10)
150150

151151
## Utilities
152152

@@ -173,7 +173,7 @@ Mimics the behavior of `json-source-map`'s `parseJSONDocument` function, for jso
173173

174174
#### Defined in
175175

176-
[utils/parseJSON5Document.ts:28](https://github.com/acao/codemirror-json-schema/blob/161a2df/src/utils/parseJSON5Document.ts#L28)
176+
[utils/parseJSON5Document.ts:28](https://github.com/acao/codemirror-json-schema/blob/4c9ca0a/src/utils/parseJSON5Document.ts#L28)
177177

178178
---
179179

@@ -200,4 +200,4 @@ Return parsed data and json5 pointers for a given codemirror EditorState
200200

201201
#### Defined in
202202

203-
[utils/parseJSON5Document.ts:14](https://github.com/acao/codemirror-json-schema/blob/161a2df/src/utils/parseJSON5Document.ts#L14)
203+
[utils/parseJSON5Document.ts:14](https://github.com/acao/codemirror-json-schema/blob/4c9ca0a/src/utils/parseJSON5Document.ts#L14)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "codemirror-json-schema",
33
"license": "MIT",
4-
"version": "0.4.4",
4+
"version": "0.4.5",
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)