Commit 7538424
authored
Exclude internal packages from changeset versioning and remove
### Why
Internal packages (`@agent-facets/engine`, `@agent-facets/common`, `@agent-facets/landing`, `@agent-facets/functions`) should not be published to npm, so they need to be excluded from changesets versioning. Additionally, two existing changesets were incorrectly attributed to `@agent-facets/engine` rather than the root `agent-facets` package.
### Details
- Added the internal packages to the `ignore` list in the changeset config so they are never versioned or published.
- Moved the changeset entries for "Make `OnLog` accept a lazy builder thunk..." and "Sort lockfile facet keys alphabetically..." from `@agent-facets/engine` to `agent-facets`, correcting the package attribution.@agent-facets/engine from changesets (#329)1 parent b8ad49a commit 7538424
3 files changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
0 commit comments