Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
filipsobol committed Oct 6, 2024
1 parent 618361e commit c15e1f2
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 75 deletions.
2 changes: 1 addition & 1 deletion .changeset/beige-mice-sleep.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
"sonda": major
"sonda": minor
---

Do not read dependency source maps by default. Use the `detailed` configuration option to read them.
7 changes: 1 addition & 6 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
{
"$schema": "https://unpkg.com/@changesets/config@3.0.3/schema.json",
"changelog": [
"@changesets/changelog-github",
{
"repo": "filipsobol/sonda"
}
],
"changelog": [ "@changesets/changelog-git" ],
"commit": false,
"fixed": [],
"linked": [],
Expand Down
2 changes: 1 addition & 1 deletion .changeset/stale-bikes-leave.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
"sonda": major
"sonda": minor
---

Do not calculate GZIP and Brotli sizes by default. Use the `gzip` and `brotli` configuration options to calculate them.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:

permissions:
contents: write
packages: write
pull-requests: write

steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build": "pnpm -r --stream run build"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/changelog-git": "^0.2.0",
"@changesets/cli": "^2.27.9",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-swc": "^0.4.0",
Expand Down
69 changes: 3 additions & 66 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 c15e1f2

Please sign in to comment.