Skip to content

Commit 20070f4

Browse files
chore(release): 1.8.0 [skip ci]
# [1.8.0](v1.7.0...v1.8.0) (2026-03-17) ### Bug Fixes * browser back button to close chat ([6b55e0e](6b55e0e)) * **ci:** add workflow_dispatch fallback for preview cleanup on conflicting PRs ([51d9280](51d9280)) * small UI fixes to the form summary card ([45f653f](45f653f)) * visual bug for conversation checkpoint ([f15a6e0](f15a6e0)) ### Features * addition of the shimmer on the tool calls grouping ([6a9d416](6a9d416)) * record kernel browser session replays and log view URLs on cleanup ([857bbcc](857bbcc)) * update client submodule with browser navigation guardrails ([de033de](de033de))
1 parent 3170927 commit 20070f4

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [1.8.0](https://github.com/navapbc/labs-asp/compare/v1.7.0...v1.8.0) (2026-03-17)
2+
3+
4+
### Bug Fixes
5+
6+
* browser back button to close chat ([6b55e0e](https://github.com/navapbc/labs-asp/commit/6b55e0ef821f58a04e0a9358df2584a39d1a8a80))
7+
* **ci:** add workflow_dispatch fallback for preview cleanup on conflicting PRs ([51d9280](https://github.com/navapbc/labs-asp/commit/51d9280bfb7198dd5a3d5400dc10222c4cd1b156))
8+
* small UI fixes to the form summary card ([45f653f](https://github.com/navapbc/labs-asp/commit/45f653f5fa12b191476e48e4cdf6ab2cfc9c7911))
9+
* visual bug for conversation checkpoint ([f15a6e0](https://github.com/navapbc/labs-asp/commit/f15a6e0429905661d0d36a7e0928a5c6ab9e5e12))
10+
11+
12+
### Features
13+
14+
* addition of the shimmer on the tool calls grouping ([6a9d416](https://github.com/navapbc/labs-asp/commit/6a9d416a5806d8475691d1cfd1a7a0d695753fde))
15+
* record kernel browser session replays and log view URLs on cleanup ([857bbcc](https://github.com/navapbc/labs-asp/commit/857bbcc2c722ef397da29c0709c5dfa56adb5a7b))
16+
* update client submodule with browser navigation guardrails ([de033de](https://github.com/navapbc/labs-asp/commit/de033de8a7a314c3e7312689be86d95b553ff223))
17+
118
# [1.7.0](https://github.com/navapbc/labs-asp/compare/v1.6.1...v1.7.0) (2026-03-06)
219

320

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mastra-test-app",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
44
"main": "index.js",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1",

0 commit comments

Comments
 (0)