Skip to content

Commit d1e212c

Browse files
committed
chore: revert version bumps (versioning is done manually on release)
aura back to 0.1.25, aura-core to 0.1.15; drop the version-number claim from the interactive-controls docs heading.
1 parent 1c21725 commit d1e212c

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

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

crates/aura-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aura-core"
3-
version = "0.1.16"
3+
version = "0.1.15"
44
edition.workspace = true
55
license.workspace = true
66

crates/aura/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aura"
3-
version = "0.1.27"
3+
version = "0.1.25"
44
edition.workspace = true
55
license.workspace = true
66

docs/plugin-authoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ fields:
105105
| `label` | string || Tab label |
106106
| `uses_period` | bool | `true` | Set `false` to hide the period pill row |
107107

108-
### Interactive controls (aura ≥ 0.1.26)
108+
### Interactive controls
109109

110110
A `controls` section makes a panel interactive. Each control is a row
111111
with a label, an optional dim `hint` line, and a set of pill buttons:

0 commit comments

Comments
 (0)