Skip to content

Commit

Permalink
Changesets: Versioning & Publication (#61)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## codemirror-json-schema@0.4.4

### Patch Changes

- [#60](#60)
[`161a2df`](161a2df)
Thanks [@imolorhe](https://github.com/imolorhe)! - Added generated cjs
directory to files list

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Aug 17, 2023
1 parent 161a2df commit 241c77a
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 29 deletions.
5 changes: 0 additions & 5 deletions .changeset/sweet-turtles-obey.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.4

### Patch Changes

- [#60](https://github.com/acao/codemirror-json-schema/pull/60) [`161a2df`](https://github.com/acao/codemirror-json-schema/commit/161a2dfa7e7e7f35253818c6f47395575b7b7baa) Thanks [@imolorhe](https://github.com/imolorhe)! - Added generated cjs directory to files list

## 0.4.3

### 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/eb3e09d/src/bundled.ts#L14)
[bundled.ts:14](https://github.com/acao/codemirror-json-schema/blob/161a2df/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/eb3e09d/src/json-completion.ts#L806)
[json-completion.ts:806](https://github.com/acao/codemirror-json-schema/blob/161a2df/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/eb3e09d/src/json-hover.ts#L38)
[json-hover.ts:38](https://github.com/acao/codemirror-json-schema/blob/161a2df/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/eb3e09d/src/json-validation.ts#L35)
[json-validation.ts:35](https://github.com/acao/codemirror-json-schema/blob/161a2df/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/eb3e09d/src/utils/jsonPointers.ts#L56)
[utils/jsonPointers.ts:56](https://github.com/acao/codemirror-json-schema/blob/161a2df/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/eb3e09d/src/utils/jsonPointers.ts#L44)
[utils/jsonPointers.ts:44](https://github.com/acao/codemirror-json-schema/blob/161a2df/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/eb3e09d/src/utils/parseJSONDocument.ts#L23)
[utils/parseJSONDocument.ts:23](https://github.com/acao/codemirror-json-schema/blob/161a2df/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/eb3e09d/src/utils/parseJSONDocument.ts#L9)
[utils/parseJSONDocument.ts:9](https://github.com/acao/codemirror-json-schema/blob/161a2df/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/eb3e09d/src/utils/jsonPointers.ts#L12)
[utils/jsonPointers.ts:12](https://github.com/acao/codemirror-json-schema/blob/161a2df/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/eb3e09d/src/json-hover.ts#L12)
[json-hover.ts:12](https://github.com/acao/codemirror-json-schema/blob/161a2df/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/eb3e09d/src/json-hover.ts#L14)
[json-hover.ts:14](https://github.com/acao/codemirror-json-schema/blob/161a2df/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/eb3e09d/src/json-hover.ts#L18)
[json-hover.ts:18](https://github.com/acao/codemirror-json-schema/blob/161a2df/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/eb3e09d/src/utils/jsonPointers.ts#L8)
[utils/jsonPointers.ts:8](https://github.com/acao/codemirror-json-schema/blob/161a2df/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/eb3e09d/src/types.ts#L4)
[types.ts:4](https://github.com/acao/codemirror-json-schema/blob/161a2df/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/eb3e09d/src/types.ts#L9)
[types.ts:9](https://github.com/acao/codemirror-json-schema/blob/161a2df/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/eb3e09d/src/types.ts#L18)
[types.ts:18](https://github.com/acao/codemirror-json-schema/blob/161a2df/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/eb3e09d/src/json-validation.ts#L24)
[json-validation.ts:24](https://github.com/acao/codemirror-json-schema/blob/161a2df/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/eb3e09d/src/json5-bundled.ts#L14)
[json5-bundled.ts:14](https://github.com/acao/codemirror-json-schema/blob/161a2df/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/eb3e09d/src/json-completion.ts#L820)
[json-completion.ts:820](https://github.com/acao/codemirror-json-schema/blob/161a2df/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/eb3e09d/src/json5-hover.ts#L13)
[json5-hover.ts:13](https://github.com/acao/codemirror-json-schema/blob/161a2df/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/eb3e09d/src/json5-validation.ts#L10)
[json5-validation.ts:10](https://github.com/acao/codemirror-json-schema/blob/161a2df/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/eb3e09d/src/utils/parseJSON5Document.ts#L28)
[utils/parseJSON5Document.ts:28](https://github.com/acao/codemirror-json-schema/blob/161a2df/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/eb3e09d/src/utils/parseJSON5Document.ts#L14)
[utils/parseJSON5Document.ts:14](https://github.com/acao/codemirror-json-schema/blob/161a2df/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.3",
"version": "0.4.4",
"description": "Codemirror 6 extensions that provide full JSONSchema support for `@codemirror/lang-json` and `codemirror-json5`",
"contributors": [
{
Expand Down

0 comments on commit 241c77a

Please sign in to comment.