Commit 868798c
authored
fix(toolkit): set version 0.2.1 and private:true to prevent premature publish (#67)
The release workflow's Changesets action publishes any package whose local
version hasn't been published on npm, even without a changeset. This caused
@ocpp-debugkit/toolkit@0.2.0 to be auto-published when PR #55 merged with
only Phase 0 consolidation code.
Fix: set version to 0.2.1 (next available) and private:true to prevent any
auto-publishing. private:true will be removed in the release issue (#66)
when all v0.2.0 features are complete and we're ready to publish.1 parent aa6b70e commit 868798c
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
0 commit comments