Skip to content

Commit 58c30da

Browse files
github-actions[bot]acao
authored andcommitted
chore(release): changesets versioning & publication
1 parent b227106 commit 58c30da

File tree

5 files changed

+29
-28
lines changed

5 files changed

+29
-28
lines changed

.changeset/breezy-knives-tell.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.4.0
4+
5+
### Minor Changes
6+
7+
- [`b227106`](https://github.com/acao/codemirror-json-schema/commit/b2271065dc9d2273094d0d193ceef2ad4248d62d) Thanks [@imolorhe](https://github.com/imolorhe)! - Applied `snippetCompletion` to property completions
8+
39
## 0.3.2
410

511
### Patch Changes

docs/modules/index.md

+17-17
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/a08101a/src/bundled.ts#L14)
59+
[bundled.ts:14](https://github.com/acao/codemirror-json-schema/blob/b227106/src/bundled.ts#L14)
6060

6161
## Codemirror Extensions
6262

@@ -90,7 +90,7 @@ provides a JSON schema enabled autocomplete extension for codemirror
9090

9191
#### Defined in
9292

93-
[json-completion.ts:747](https://github.com/acao/codemirror-json-schema/blob/a08101a/src/json-completion.ts#L747)
93+
[json-completion.ts:749](https://github.com/acao/codemirror-json-schema/blob/b227106/src/json-completion.ts#L749)
9494

9595
---
9696

@@ -127,7 +127,7 @@ provides a JSON schema enabled tooltip extension for codemirror
127127

128128
#### Defined in
129129

130-
[json-hover.ts:38](https://github.com/acao/codemirror-json-schema/blob/a08101a/src/json-hover.ts#L38)
130+
[json-hover.ts:38](https://github.com/acao/codemirror-json-schema/blob/b227106/src/json-hover.ts#L38)
131131

132132
---
133133

@@ -162,7 +162,7 @@ Helper for simpler class instantiaton
162162

163163
#### Defined in
164164

165-
[json-validation.ts:35](https://github.com/acao/codemirror-json-schema/blob/a08101a/src/json-validation.ts#L35)
165+
[json-validation.ts:35](https://github.com/acao/codemirror-json-schema/blob/b227106/src/json-validation.ts#L35)
166166

167167
## Utilities
168168

@@ -185,7 +185,7 @@ retrieve a Map of all the json pointers in a document
185185

186186
#### Defined in
187187

188-
[utils/jsonPointers.ts:56](https://github.com/acao/codemirror-json-schema/blob/a08101a/src/utils/jsonPointers.ts#L56)
188+
[utils/jsonPointers.ts:56](https://github.com/acao/codemirror-json-schema/blob/b227106/src/utils/jsonPointers.ts#L56)
189189

190190
---
191191

@@ -209,7 +209,7 @@ retrieve a JSON pointer for a given position in the editor
209209

210210
#### Defined in
211211

212-
[utils/jsonPointers.ts:44](https://github.com/acao/codemirror-json-schema/blob/a08101a/src/utils/jsonPointers.ts#L44)
212+
[utils/jsonPointers.ts:44](https://github.com/acao/codemirror-json-schema/blob/b227106/src/utils/jsonPointers.ts#L44)
213213

214214
---
215215

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

237237
#### Defined in
238238

239-
[utils/parseJSONDocument.ts:23](https://github.com/acao/codemirror-json-schema/blob/a08101a/src/utils/parseJSONDocument.ts#L23)
239+
[utils/parseJSONDocument.ts:23](https://github.com/acao/codemirror-json-schema/blob/b227106/src/utils/parseJSONDocument.ts#L23)
240240

241241
---
242242

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

264264
#### Defined in
265265

266-
[utils/parseJSONDocument.ts:9](https://github.com/acao/codemirror-json-schema/blob/a08101a/src/utils/parseJSONDocument.ts#L9)
266+
[utils/parseJSONDocument.ts:9](https://github.com/acao/codemirror-json-schema/blob/b227106/src/utils/parseJSONDocument.ts#L9)
267267

268268
## Functions
269269

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

285285
#### Defined in
286286

287-
[utils/jsonPointers.ts:12](https://github.com/acao/codemirror-json-schema/blob/a08101a/src/utils/jsonPointers.ts#L12)
287+
[utils/jsonPointers.ts:12](https://github.com/acao/codemirror-json-schema/blob/b227106/src/utils/jsonPointers.ts#L12)
288288

289289
## Type Aliases
290290

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

302302
#### Defined in
303303

304-
[json-hover.ts:12](https://github.com/acao/codemirror-json-schema/blob/a08101a/src/json-hover.ts#L12)
304+
[json-hover.ts:12](https://github.com/acao/codemirror-json-schema/blob/b227106/src/json-hover.ts#L12)
305305

306306
---
307307

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

312312
#### Defined in
313313

314-
[json-hover.ts:14](https://github.com/acao/codemirror-json-schema/blob/a08101a/src/json-hover.ts#L14)
314+
[json-hover.ts:14](https://github.com/acao/codemirror-json-schema/blob/b227106/src/json-hover.ts#L14)
315315

316316
---
317317

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

330330
#### Defined in
331331

332-
[json-hover.ts:18](https://github.com/acao/codemirror-json-schema/blob/a08101a/src/json-hover.ts#L18)
332+
[json-hover.ts:18](https://github.com/acao/codemirror-json-schema/blob/b227106/src/json-hover.ts#L18)
333333

334334
---
335335

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

340340
#### Defined in
341341

342-
[utils/jsonPointers.ts:8](https://github.com/acao/codemirror-json-schema/blob/a08101a/src/utils/jsonPointers.ts#L8)
342+
[utils/jsonPointers.ts:8](https://github.com/acao/codemirror-json-schema/blob/b227106/src/utils/jsonPointers.ts#L8)
343343

344344
---
345345

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

357357
#### Defined in
358358

359-
[types.ts:4](https://github.com/acao/codemirror-json-schema/blob/a08101a/src/types.ts#L4)
359+
[types.ts:4](https://github.com/acao/codemirror-json-schema/blob/b227106/src/types.ts#L4)
360360

361361
---
362362

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

376376
#### Defined in
377377

378-
[types.ts:9](https://github.com/acao/codemirror-json-schema/blob/a08101a/src/types.ts#L9)
378+
[types.ts:9](https://github.com/acao/codemirror-json-schema/blob/b227106/src/types.ts#L9)
379379

380380
---
381381

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

386386
#### Defined in
387387

388-
[types.ts:18](https://github.com/acao/codemirror-json-schema/blob/a08101a/src/types.ts#L18)
388+
[types.ts:18](https://github.com/acao/codemirror-json-schema/blob/b227106/src/types.ts#L18)
389389

390390
---
391391

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

403403
#### Defined in
404404

405-
[json-validation.ts:24](https://github.com/acao/codemirror-json-schema/blob/a08101a/src/json-validation.ts#L24)
405+
[json-validation.ts:24](https://github.com/acao/codemirror-json-schema/blob/b227106/src/json-validation.ts#L24)

docs/modules/json5.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Full featured cm6 extension for json5, including `codemirror-json5`
3838

3939
#### Defined in
4040

41-
[json5-bundled.ts:14](https://github.com/acao/codemirror-json-schema/blob/a08101a/src/json5-bundled.ts#L14)
41+
[json5-bundled.ts:14](https://github.com/acao/codemirror-json-schema/blob/b227106/src/json5-bundled.ts#L14)
4242

4343
## Codemirror Extensions
4444

@@ -75,7 +75,7 @@ Instantiates a JSONHover instance with the JSON5 mode
7575

7676
#### Defined in
7777

78-
[json5-hover.ts:13](https://github.com/acao/codemirror-json-schema/blob/a08101a/src/json5-hover.ts#L13)
78+
[json5-hover.ts:13](https://github.com/acao/codemirror-json-schema/blob/b227106/src/json5-hover.ts#L13)
7979

8080
---
8181

@@ -110,7 +110,7 @@ Instantiates a JSONValidation instance with the JSON5 mode
110110

111111
#### Defined in
112112

113-
[json5-validation.ts:10](https://github.com/acao/codemirror-json-schema/blob/a08101a/src/json5-validation.ts#L10)
113+
[json5-validation.ts:10](https://github.com/acao/codemirror-json-schema/blob/b227106/src/json5-validation.ts#L10)
114114

115115
## Utilities
116116

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

138138
#### Defined in
139139

140-
[utils/parseJSON5Document.ts:28](https://github.com/acao/codemirror-json-schema/blob/a08101a/src/utils/parseJSON5Document.ts#L28)
140+
[utils/parseJSON5Document.ts:28](https://github.com/acao/codemirror-json-schema/blob/b227106/src/utils/parseJSON5Document.ts#L28)
141141

142142
---
143143

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

165165
#### Defined in
166166

167-
[utils/parseJSON5Document.ts:14](https://github.com/acao/codemirror-json-schema/blob/a08101a/src/utils/parseJSON5Document.ts#L14)
167+
[utils/parseJSON5Document.ts:14](https://github.com/acao/codemirror-json-schema/blob/b227106/src/utils/parseJSON5Document.ts#L14)

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.3.2",
4+
"version": "0.4.0",
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)