Skip to content

Commit

Permalink
fix(changesets): version monorepo root
Browse files Browse the repository at this point in the history
  • Loading branch information
wmertens committed Jul 18, 2024
1 parent 9bd5b98 commit 43e200a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": ["./changelog-github-custom.cjs", { "repo": "QwikDev/qwik" }],
"privatePackages": { "tag": true, "version": true },
"commit": false,
"fixed": [["@builder.io/qwik", "@builder.io/qwik-city", "eslint-plugin-qwik", "create-qwik"]],
"fixed": [
[
"@builder.io/qwik",
"@builder.io/qwik-city",
"eslint-plugin-qwik",
"create-qwik",
"qwik-monorepo"
]
],
"linked": [],
"access": "public",
"baseBranch": "main",
Expand Down
1 change: 1 addition & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
packages:
- '.'
- 'packages/*'
# - 'starters/adapter/*'
# - 'starters/features/*'

0 comments on commit 43e200a

Please sign in to comment.