Skip to content

Commit eaffbaa

Browse files
authored
chore: release v2.1.0 (#17)
1 parent 4f67cd8 commit eaffbaa

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

.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.0.0"
2+
".": "2.1.0"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [2.1.0](https://github.com/nickytonline/clawspace/compare/v2.0.0...v2.1.0) (2026-03-10)
4+
5+
6+
### Features
7+
8+
* **settings:** add default home view preference ([ead516d](https://github.com/nickytonline/clawspace/commit/ead516dfc6086be89715a173ad5b167993063661))
9+
* **timeline:** add workspace timeline page and interactions ([38b5646](https://github.com/nickytonline/clawspace/commit/38b564623bbb9773d31af6d5116069abf792e50e))
10+
* **workspace:** add dedicated workspace page and header navigation ([6a57c13](https://github.com/nickytonline/clawspace/commit/6a57c1383660dcdc322f41784e10e1002d96d26f))
11+
12+
13+
### Bug Fixes
14+
15+
* **header:** refine timeline nav responsive alignment ([1be1a9f](https://github.com/nickytonline/clawspace/commit/1be1a9f20a93f72d323d5dfc88389eede4b84884))
16+
* **settings:** use span instead of h2 for setting item label ([122133a](https://github.com/nickytonline/clawspace/commit/122133a1f8e65bbec3b4f19193c3977fd7d68cb7))
17+
* **timeline:** shorten page title and heading ([6dc73a9](https://github.com/nickytonline/clawspace/commit/6dc73a94f4d106dc9c436f6ecc7afa5618951f6b))
18+
319
## [2.0.0](https://github.com/nickytonline/clawspace/compare/v1.2.0...v2.0.0) (2026-03-09)
420

521

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "clawspace",
33
"type": "module",
4-
"version": "2.0.0",
4+
"version": "2.1.0",
55
"description": "Clawspace - browser file explorer/editor for OpenClaw workspaces",
66
"engines": {
77
"node": ">=22"

0 commit comments

Comments
 (0)