Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/iron-remote-desktop/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "iron-remote-desktop"
version = "0.3.0"
version = "0.3.1"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

issue: I think the crate is already up to date, do not bump it

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure that in #800, we actually also included #803. It would explain Devolutions/devolutions-gateway#1369 (comment) error

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I verified, it is included (release-plz automatically catch anything related to the Rust code)

See the doc of the latest published version: https://docs.rs/iron-remote-desktop/latest/iron_remote_desktop/trait.Session.html

readme = "README.md"
description = "Helper crate for building WASM modules compatible with iron-remote-desktop WebComponent"
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion web-client/iron-remote-desktop/public/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"Alexandr Yusuk"
],
"description": "Web Component providing agnostic implementation for Iron Wasm base client",
"version": "0.3.0",
"version": "0.3.1",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

issue: renaming a method is a breaking change, so this should be 0.4.0 I think

"main": "iron-remote-desktop.js",
"types": "index.d.ts",
"files": [
Expand Down
Loading