Skip to content

Commit bb735ba

Browse files
github-actions[bot]duniul
authored andcommitted
chore: bump version
1 parent 1be4f9d commit bb735ba

File tree

7 files changed

+30
-16
lines changed

7 files changed

+30
-16
lines changed

.changeset/fresh-phones-wave.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/nine-moons-teach.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/sort-jsonc-cli/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# sort-jsonc-cli
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- Allow `spaces` option to be `string`, like JSON.stringify does. _[`70fac26`](https://github.com/duniul/sort-jsonc/commit/70fac2641f2cb0e95289757813e222c774d7221a) [@tylerbutler](https://github.com/tylerbutler)_
8+
- 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)_
9+
10+
<details><summary>Updated 1 dependency</summary>
11+
12+
<small>
13+
14+
[`a5a09de`](https://github.com/duniul/sort-jsonc/commit/a5a09deb91fd0b0b86a1b5a786db9eca3b64e3ee) [`20acd63`](https://github.com/duniul/sort-jsonc/commit/20acd6306755608dcb288a14786678594bba401f)
15+
16+
</small>
17+
18+
- `sort-jsonc@1.0.1`
19+
20+
</details>
21+
322
## 1.0.0
423

524
### Major Changes

packages/sort-jsonc-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sort-jsonc-cli",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "CLI for sorting JSONC/JSON5 without mangling comments!",
55
"author": "Daniel Grefberg <hello@danielgrefberg.com>",
66
"homepage": "https://github.com/duniul/sort-jsonc/issues",
@@ -42,7 +42,7 @@
4242
"dependencies": {
4343
"clipanion": "^3.2.0",
4444
"comment-json": "^4.2.3",
45-
"sort-jsonc": "^1.0.0"
45+
"sort-jsonc": "^1.0.1"
4646
},
4747
"devDependencies": {
4848
"@tsconfig/node14": "^14.1.0",

packages/sort-jsonc/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# sort-jsonc
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- Allow `spaces` option to be `string`, like JSON.stringify does. _[`70fac26`](https://github.com/duniul/sort-jsonc/commit/70fac2641f2cb0e95289757813e222c774d7221a) [@tylerbutler](https://github.com/tylerbutler)_
8+
- 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)_
9+
310
## 1.0.0
411

512
### Major Changes

packages/sort-jsonc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sort-jsonc",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Sort JSONC/JSON5 without mangling comments!",
55
"author": "Daniel Grefberg <hello@danielgrefberg.com>",
66
"homepage": "https://github.com/duniul/sort-jsonc/issues",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)