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 29, 2023
1 parent 7ed9e3e commit 6e8b088
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 33 deletions.
5 changes: 0 additions & 5 deletions .changeset/heavy-geckos-exist.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# codemirror-json-schema

## 0.5.1

### Patch Changes

- [`7ed9e3e`](https://github.com/acao/codemirror-json-schema/commit/7ed9e3e206ec7a47f8f7dde7d2a50a75228ae0be) Thanks [@acao](https://github.com/acao)! - fix required fields validation

## 0.5.0

### Minor Changes
Expand Down
42 changes: 21 additions & 21 deletions docs/modules/index.md
Expand Up @@ -63,7 +63,7 @@ Full featured cm6 extension for json, including `@codemirror/lang-json`

#### Defined in

[bundled.ts:15](https://github.com/acao/codemirror-json-schema/blob/a73c517/src/bundled.ts#L15)
[bundled.ts:15](https://github.com/acao/codemirror-json-schema/blob/7ed9e3e/src/bundled.ts#L15)

## Codemirror Extensions

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

#### Defined in

[json-completion.ts:811](https://github.com/acao/codemirror-json-schema/blob/a73c517/src/json-completion.ts#L811)
[json-completion.ts:811](https://github.com/acao/codemirror-json-schema/blob/7ed9e3e/src/json-completion.ts#L811)

---

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

#### Defined in

[json-hover.ts:39](https://github.com/acao/codemirror-json-schema/blob/a73c517/src/json-hover.ts#L39)
[json-hover.ts:39](https://github.com/acao/codemirror-json-schema/blob/7ed9e3e/src/json-hover.ts#L39)

---

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

#### Defined in

[json-validation.ts:42](https://github.com/acao/codemirror-json-schema/blob/a73c517/src/json-validation.ts#L42)
[json-validation.ts:42](https://github.com/acao/codemirror-json-schema/blob/7ed9e3e/src/json-validation.ts#L42)

## Utilities

Expand All @@ -190,7 +190,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/a73c517/src/utils/jsonPointers.ts#L56)
[utils/jsonPointers.ts:57](https://github.com/acao/codemirror-json-schema/blob/7ed9e3e/src/utils/jsonPointers.ts#L57)

---

Expand All @@ -214,7 +214,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/a73c517/src/utils/jsonPointers.ts#L44)
[utils/jsonPointers.ts:45](https://github.com/acao/codemirror-json-schema/blob/7ed9e3e/src/utils/jsonPointers.ts#L45)

---

Expand All @@ -241,7 +241,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/a73c517/src/utils/parseJSONDocument.ts#L23)
[utils/parseJSONDocument.ts:23](https://github.com/acao/codemirror-json-schema/blob/7ed9e3e/src/utils/parseJSONDocument.ts#L23)

---

Expand All @@ -268,7 +268,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/a73c517/src/utils/parseJSONDocument.ts#L9)
[utils/parseJSONDocument.ts:9](https://github.com/acao/codemirror-json-schema/blob/7ed9e3e/src/utils/parseJSONDocument.ts#L9)

## Functions

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

#### Defined in

[state.ts:25](https://github.com/acao/codemirror-json-schema/blob/a73c517/src/state.ts#L25)
[state.ts:25](https://github.com/acao/codemirror-json-schema/blob/7ed9e3e/src/state.ts#L25)

---

Expand All @@ -309,7 +309,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/a73c517/src/utils/jsonPointers.ts#L12)
[utils/jsonPointers.ts:12](https://github.com/acao/codemirror-json-schema/blob/7ed9e3e/src/utils/jsonPointers.ts#L12)

---

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

#### Defined in

[state.ts:29](https://github.com/acao/codemirror-json-schema/blob/a73c517/src/state.ts#L29)
[state.ts:29](https://github.com/acao/codemirror-json-schema/blob/7ed9e3e/src/state.ts#L29)

---

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

#### Defined in

[state.ts:19](https://github.com/acao/codemirror-json-schema/blob/a73c517/src/state.ts#L19)
[state.ts:19](https://github.com/acao/codemirror-json-schema/blob/7ed9e3e/src/state.ts#L19)

## Type Aliases

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

#### Defined in

[json-hover.ts:13](https://github.com/acao/codemirror-json-schema/blob/a73c517/src/json-hover.ts#L13)
[json-hover.ts:13](https://github.com/acao/codemirror-json-schema/blob/7ed9e3e/src/json-hover.ts#L13)

---

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

#### Defined in

[json-hover.ts:15](https://github.com/acao/codemirror-json-schema/blob/a73c517/src/json-hover.ts#L15)
[json-hover.ts:15](https://github.com/acao/codemirror-json-schema/blob/7ed9e3e/src/json-hover.ts#L15)

---

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

#### Defined in

[json-hover.ts:19](https://github.com/acao/codemirror-json-schema/blob/a73c517/src/json-hover.ts#L19)
[json-hover.ts:19](https://github.com/acao/codemirror-json-schema/blob/7ed9e3e/src/json-hover.ts#L19)

---

Expand All @@ -405,7 +405,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/a73c517/src/utils/jsonPointers.ts#L8)
[utils/jsonPointers.ts:8](https://github.com/acao/codemirror-json-schema/blob/7ed9e3e/src/utils/jsonPointers.ts#L8)

---

Expand All @@ -422,7 +422,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/a73c517/src/types.ts#L4)
[types.ts:4](https://github.com/acao/codemirror-json-schema/blob/7ed9e3e/src/types.ts#L4)

---

Expand All @@ -441,7 +441,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/a73c517/src/types.ts#L9)
[types.ts:9](https://github.com/acao/codemirror-json-schema/blob/7ed9e3e/src/types.ts#L9)

---

Expand All @@ -451,7 +451,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/a73c517/src/types.ts#L18)
[types.ts:18](https://github.com/acao/codemirror-json-schema/blob/7ed9e3e/src/types.ts#L18)

---

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

#### Defined in

[json-validation.ts:25](https://github.com/acao/codemirror-json-schema/blob/a73c517/src/json-validation.ts#L25)
[json-validation.ts:25](https://github.com/acao/codemirror-json-schema/blob/7ed9e3e/src/json-validation.ts#L25)

## Variables

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

#### Defined in

[state.ts:6](https://github.com/acao/codemirror-json-schema/blob/a73c517/src/state.ts#L6)
[state.ts:6](https://github.com/acao/codemirror-json-schema/blob/7ed9e3e/src/state.ts#L6)
12 changes: 6 additions & 6 deletions docs/modules/json5.md
Expand Up @@ -39,7 +39,7 @@ Full featured cm6 extension for json5, including `codemirror-json5`

#### Defined in

[json5-bundled.ts:16](https://github.com/acao/codemirror-json-schema/blob/a73c517/src/json5-bundled.ts#L16)
[json5-bundled.ts:16](https://github.com/acao/codemirror-json-schema/blob/7ed9e3e/src/json5-bundled.ts#L16)

## Codemirror Extensions

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

#### Defined in

[json-completion.ts:822](https://github.com/acao/codemirror-json-schema/blob/a73c517/src/json-completion.ts#L822)
[json-completion.ts:822](https://github.com/acao/codemirror-json-schema/blob/7ed9e3e/src/json-completion.ts#L822)

---

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

#### Defined in

[json5-hover.ts:13](https://github.com/acao/codemirror-json-schema/blob/a73c517/src/json5-hover.ts#L13)
[json5-hover.ts:13](https://github.com/acao/codemirror-json-schema/blob/7ed9e3e/src/json5-hover.ts#L13)

---

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

#### Defined in

[json5-validation.ts:12](https://github.com/acao/codemirror-json-schema/blob/a73c517/src/json5-validation.ts#L12)
[json5-validation.ts:12](https://github.com/acao/codemirror-json-schema/blob/7ed9e3e/src/json5-validation.ts#L12)

## Utilities

Expand All @@ -170,7 +170,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/a73c517/src/utils/parseJSON5Document.ts#L28)
[utils/parseJSON5Document.ts:28](https://github.com/acao/codemirror-json-schema/blob/7ed9e3e/src/utils/parseJSON5Document.ts#L28)

---

Expand All @@ -197,4 +197,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/a73c517/src/utils/parseJSON5Document.ts#L14)
[utils/parseJSON5Document.ts:14](https://github.com/acao/codemirror-json-schema/blob/7ed9e3e/src/utils/parseJSON5Document.ts#L14)
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "codemirror-json-schema",
"license": "MIT",
"version": "0.5.0",
"version": "0.5.1",
"description": "Codemirror 6 extensions that provide full JSONSchema support for `@codemirror/lang-json` and `codemirror-json5`",
"contributors": [
{
Expand Down

0 comments on commit 6e8b088

Please sign in to comment.