Skip to content

Commit

Permalink
chore: first releases
Browse files Browse the repository at this point in the history
  • Loading branch information
duniul committed Mar 28, 2023
1 parent ab09bc6 commit 09950fd
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"cross-env": "^7.0.3",
"prettier": "^2.8.7",
"rome": "^11.0.0",
"sort-jsonc-cli": "^0.1.0",
"sort-jsonc-cli": "workplace:./packages/sort-jsonc-cli",
"typescript": "^5.0.2"
}
}
7 changes: 7 additions & 0 deletions packages/sort-jsonc-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# sort-jsonc-cli

## 1.0.0

### Major Changes

- Initial release!
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": "0.1.0",
"version": "1.0.0",
"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 @@ -41,7 +41,7 @@
"dependencies": {
"clipanion": "^3.2.0",
"comment-json": "^4.2.3",
"sort-jsonc": "^0.1.0"
"sort-jsonc": "^1.0.0"
},
"devDependencies": {
"@swc/core": "^1.3.42",
Expand Down
7 changes: 7 additions & 0 deletions packages/sort-jsonc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# sort-jsonc

## 1.0.0

### Major Changes

- Initial release!
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": "0.1.0",
"version": "1.0.0",
"description": "Sort JSONC/JSON5 without mangling comments!",
"author": "Daniel Grefberg <[email protected]>",
"homepage": "https://github.com/duniul/sort-jsonc/issues",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

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

0 comments on commit 09950fd

Please sign in to comment.