Skip to content

Commit

Permalink
chore(release): changesets versioning & publication
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and acao committed Nov 6, 2023
1 parent 4c9ca0a commit 56c88cd
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 29 deletions.
5 changes: 0 additions & 5 deletions .changeset/tiny-rocks-invite.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# codemirror-json-schema

## 0.4.5

### Patch Changes

- [#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

## 0.4.4

### Patch Changes
Expand Down
34 changes: 17 additions & 17 deletions docs/modules/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Full featured cm6 extension for json, including `@codemirror/lang-json`

#### Defined in

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

## Codemirror Extensions

Expand Down Expand Up @@ -91,7 +91,7 @@ provides a JSON schema enabled autocomplete extension for codemirror

#### Defined in

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

---

Expand Down Expand Up @@ -128,7 +128,7 @@ provides a JSON schema enabled tooltip extension for codemirror

#### Defined in

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

---

Expand Down Expand Up @@ -163,7 +163,7 @@ Helper for simpler class instantiaton

#### Defined in

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

## Utilities

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

#### Defined in

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

---

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

#### Defined in

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

---

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

#### Defined in

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

---

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

#### Defined in

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

## Functions

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

#### Defined in

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

## Type Aliases

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

#### Defined in

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

---

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

#### Defined in

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

---

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

#### Defined in

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

---

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

#### Defined in

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

---

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

#### Defined in

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

---

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

#### Defined in

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

---

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

#### Defined in

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

---

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

#### Defined in

[json-validation.ts:24](https://github.com/acao/codemirror-json-schema/blob/161a2df/src/json-validation.ts#L24)
[json-validation.ts:24](https://github.com/acao/codemirror-json-schema/blob/4c9ca0a/src/json-validation.ts#L24)
12 changes: 6 additions & 6 deletions docs/modules/json5.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Full featured cm6 extension for json5, including `codemirror-json5`

#### Defined in

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

## Codemirror Extensions

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

#### Defined in

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

---

Expand Down Expand Up @@ -111,7 +111,7 @@ Instantiates a JSONHover instance with the JSON5 mode

#### Defined in

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

---

Expand Down Expand Up @@ -146,7 +146,7 @@ Instantiates a JSONValidation instance with the JSON5 mode

#### Defined in

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

## Utilities

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

#### Defined in

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

---

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

#### Defined in

[utils/parseJSON5Document.ts:14](https://github.com/acao/codemirror-json-schema/blob/161a2df/src/utils/parseJSON5Document.ts#L14)
[utils/parseJSON5Document.ts:14](https://github.com/acao/codemirror-json-schema/blob/4c9ca0a/src/utils/parseJSON5Document.ts#L14)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "codemirror-json-schema",
"license": "MIT",
"version": "0.4.4",
"version": "0.4.5",
"description": "Codemirror 6 extensions that provide full JSONSchema support for `@codemirror/lang-json` and `codemirror-json5`",
"contributors": [
{
Expand Down

0 comments on commit 56c88cd

Please sign in to comment.