Bump packages for open value release

This commit is contained in:
2026-08-14 08:03:25 +09:00
parent 848c7f169f
commit e0a9a8efb7
21 changed files with 41 additions and 40 deletions
+5 -4
View File
@@ -4,10 +4,10 @@ Run all commands from the repository root. Publishing requires Cargo, npm, and J
## Versions
- `decodal-derive`: `0.1.3` (already published)
- Other published Rust crates: `0.3.0`
- `decodal-wasm` npm/JSR package: `0.2.0`
- `decodal-codemirror`: `0.2.0`
- `decodal-derive`: `0.2.0`
- Other published Rust crates: `0.4.0`
- `decodal-wasm` npm/JSR package: `0.3.0`
- `decodal-codemirror`: `0.3.0`
The npm packages advertise the repository's dual `MIT OR Apache-2.0` license.
JSR metadata uses the single `MIT` identifier required by its publisher; both license files remain included in every package.
@@ -38,6 +38,7 @@ Publish in dependency order. Wait for each crate to become available in the crat
Run the corresponding command with `--dry-run` immediately before each real publish.
```sh
cargo publish -p decodal-derive
cargo publish -p decodal
cargo publish -p decodal-language-service
cargo publish -p decodal-language-tools