Commit 5351a3b
committed
chore: simplify fixed packages list in changesets config (#418)
# Use wildcard pattern for fixed packages in changesets config
This PR updates the `.changeset/config.json` file to use a wildcard pattern `@pgflow/*` for fixed packages instead of listing them individually. This simplifies the configuration and ensures any new packages under the `@pgflow` namespace will automatically be included in the fixed versioning group.
Also removes `@pgflow/website` from the changeset that fixes the Supabase CLI version requirement, as the website package doesn't need this change.1 parent de3165c commit 5351a3b
2 files changed
+1
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 5 | + | |
15 | 6 | | |
16 | 7 | | |
17 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
0 commit comments