Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and duniul committed Mar 13, 2024
1 parent 1be4f9d commit bb735ba
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 16 deletions.
6 changes: 0 additions & 6 deletions .changeset/fresh-phones-wave.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nine-moons-teach.md

This file was deleted.

19 changes: 19 additions & 0 deletions packages/sort-jsonc-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# sort-jsonc-cli

## 1.0.1

### Patch Changes

- Allow `spaces` option to be `string`, like JSON.stringify does. _[`70fac26`](https://github.com/duniul/sort-jsonc/commit/70fac2641f2cb0e95289757813e222c774d7221a) [@tylerbutler](https://github.com/tylerbutler)_
- Fix issue with `null` values breaking sort. _[`#4`](https://github.com/duniul/sort-jsonc/pull/4) [`20acd63`](https://github.com/duniul/sort-jsonc/commit/20acd6306755608dcb288a14786678594bba401f) [@duniul](https://github.com/duniul)_

<details><summary>Updated 1 dependency</summary>

<small>

[`a5a09de`](https://github.com/duniul/sort-jsonc/commit/a5a09deb91fd0b0b86a1b5a786db9eca3b64e3ee) [`20acd63`](https://github.com/duniul/sort-jsonc/commit/20acd6306755608dcb288a14786678594bba401f)

</small>

- `[email protected]`

</details>

## 1.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/sort-jsonc-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sort-jsonc-cli",
"version": "1.0.0",
"version": "1.0.1",
"description": "CLI for sorting JSONC/JSON5 without mangling comments!",
"author": "Daniel Grefberg <[email protected]>",
"homepage": "https://github.com/duniul/sort-jsonc/issues",
Expand Down Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"clipanion": "^3.2.0",
"comment-json": "^4.2.3",
"sort-jsonc": "^1.0.0"
"sort-jsonc": "^1.0.1"
},
"devDependencies": {
"@tsconfig/node14": "^14.1.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/sort-jsonc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# sort-jsonc

## 1.0.1

### Patch Changes

- Allow `spaces` option to be `string`, like JSON.stringify does. _[`70fac26`](https://github.com/duniul/sort-jsonc/commit/70fac2641f2cb0e95289757813e222c774d7221a) [@tylerbutler](https://github.com/tylerbutler)_
- Fix issue with `null` values breaking sort. _[`#4`](https://github.com/duniul/sort-jsonc/pull/4) [`20acd63`](https://github.com/duniul/sort-jsonc/commit/20acd6306755608dcb288a14786678594bba401f) [@duniul](https://github.com/duniul)_

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sort-jsonc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sort-jsonc",
"version": "1.0.0",
"version": "1.0.1",
"description": "Sort JSONC/JSON5 without mangling comments!",
"author": "Daniel Grefberg <[email protected]>",
"homepage": "https://github.com/duniul/sort-jsonc/issues",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bb735ba

Please sign in to comment.