Skip to content

Commit a03655f

Browse files
committed
chore: upgrade crate versions
* mithril-build-script from `0.2.27` to `0.2.28` * mithril-aggregator from `0.7.88` to `0.7.89` * mithril-client-cli from `0.12.32` to `0.12.33` * mithril-client-wasm from `0.9.6` to `0.9.7` * mithril-client from `0.12.33` to `0.12.34` * mithril-common from `0.6.23` to `0.6.24` * mithril-aggregator-fake from `0.4.14` to `0.4.15` * mithril-end-to-end from `0.4.105` to `0.4.106` * [js] client-wasm-ci-test from `0.3.11` to `0.3.12` * [js] mithril-client-wasm from `0.9.6` to `0.9.7`
1 parent 5c53ed7 commit a03655f

File tree

15 files changed

+61
-36
lines changed

15 files changed

+61
-36
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/client-wasm-nodejs/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/client-wasm-web/package-lock.json

Lines changed: 9 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/mithril-build-script/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-build-script"
3-
version = "0.2.27"
3+
version = "0.2.28"
44
description = "A toolbox for Mithril crates build scripts"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-aggregator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-aggregator"
3-
version = "0.7.88"
3+
version = "0.7.89"
44
description = "A Mithril Aggregator server"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-client-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-client-cli"
3-
version = "0.12.32"
3+
version = "0.12.33"
44
description = "A Mithril Client"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-client-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-client-wasm"
3-
version = "0.9.6"
3+
version = "0.9.7"
44
description = "Mithril client WASM"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-client-wasm/ci-test/package-lock.json

Lines changed: 10 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mithril-client-wasm/ci-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "client-wasm-ci-test",
3-
"version": "0.3.11",
3+
"version": "0.3.12",
44
"private": true,
55
"scripts": {
66
"build": "webpack --config webpack.config.js",

mithril-client-wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mithril-dev/mithril-client-wasm",
3-
"version": "0.9.6",
3+
"version": "0.9.7",
44
"description": "Mithril client WASM",
55
"license": "Apache-2.0",
66
"collaborators": [

0 commit comments

Comments
 (0)