9276689cb6
- Remove Gitea npm registry, use npmjs.org - changeset publish works natively with npmjs - release script: build + test + changeset publish - Remove custom release.sh, all via changesets
651 B
651 B
@uncaged/workflow-protocol
0.4.5
Patch Changes
- Add publishConfig to all packages for Gitea registry compatibility with changeset publish.
0.4.4
Patch Changes
- Test changeset publish with Gitea registry.
0.4.3
Patch Changes
- Include src/ in published packages so bun runtime can resolve the 'bun' exports condition.
0.4.2
Patch Changes
- Fix workspace dependency resolution: use workspace:^ so published packages resolve to compatible versions instead of exact (non-existent) versions.
0.4.0
Minor Changes
- Fix package exports for published packages and adopt changesets for version management.