Bump packages for open value release
This commit is contained in:
+5
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user