Skip to content

Commit 9698e2e

Browse files
committed
chore(main): release 2.2.1
1 parent eed80a6 commit 9698e2e

5 files changed

Lines changed: 12 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.2.0"
2+
".": "2.2.1"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ Released entries are appended automatically from Conventional Commits when the
55
"chore: release" pull request is merged. The project follows
66
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.2.1](https://github.com/pmaxhogan/driven/compare/v2.2.0...v2.2.1) (2026-07-25)
9+
10+
11+
### Bug Fixes
12+
13+
* **ui:** label bundle_upload and hook activity event types ([#154](https://github.com/pmaxhogan/driven/issues/154)) ([2998c76](https://github.com/pmaxhogan/driven/commit/2998c761fb1b3e0910e958bd878db6e05cc8db89))
14+
* **ui:** make the backing-up bar a true determinate progress bar ([#155](https://github.com/pmaxhogan/driven/issues/155)) ([eed80a6](https://github.com/pmaxhogan/driven/commit/eed80a6396496afa035c190a50b80c11a6c5018d))
15+
816
## [2.2.0](https://github.com/pmaxhogan/driven/compare/v2.1.0...v2.2.0) (2026-07-25)
917

1018

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ exclude = [
2323
]
2424

2525
[workspace.package]
26-
version = "2.2.0"
26+
version = "2.2.1"
2727
edition = "2021"
2828
rust-version = "1.85"
2929
authors = ["Driven contributors"]

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "Driven",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"identifier": "app.driven",
66
"build": {
77
"frontendDist": "../ui/dist",

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "driven-ui",
33
"private": true,
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)