Skip to content

Commit 3e7e93b

Browse files
chore(release): 1.40.0 [skip ci]
# [1.40.0](v1.39.0...v1.40.0) (2025-06-11) ### Bug Fixes * **SidebarCollapseButton:** handle optimistic update rollback on error ([bf6298d](bf6298d)) ### Features * add Fleet integration for endpoint monitoring and management ([748af0e](748af0e)) * add support for fleet in db ([44f6ee2](44f6ee2)) * **components:** introduce CardLiquidGlass component and update PageCore layout ([4345ff1](4345ff1)) * **design-system:** add new design system rules ([966d8d8](966d8d8)) * employee devices showing in app and portal ([5a71b5b](5a71b5b)) * **header:** add inbox icon to feedback link ([ed32c23](ed32c23)) * list out employee devices and overview chart ([7c2f8bb](7c2f8bb)) * **policies:** introduce new layout component for policies overview ([87d25a0](87d25a0)) * **ui:** add search icon to input components ([44ea88c](44ea88c))
1 parent 2da0cd0 commit 3e7e93b

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# [1.40.0](https://github.com/trycompai/comp/compare/v1.39.0...v1.40.0) (2025-06-11)
2+
3+
4+
### Bug Fixes
5+
6+
* **SidebarCollapseButton:** handle optimistic update rollback on error ([bf6298d](https://github.com/trycompai/comp/commit/bf6298d581c1926f12458ddc815307b874d1712a))
7+
8+
9+
### Features
10+
11+
* add Fleet integration for endpoint monitoring and management ([748af0e](https://github.com/trycompai/comp/commit/748af0e191f4ad934fd86f3c373c7f48e5854a64))
12+
* add support for fleet in db ([44f6ee2](https://github.com/trycompai/comp/commit/44f6ee2ad8e82337ed5b9a8734a2d720d7cef2fe))
13+
* **components:** introduce CardLiquidGlass component and update PageCore layout ([4345ff1](https://github.com/trycompai/comp/commit/4345ff16c6151e575ea7ddfa03447d1a0ed4896d))
14+
* **design-system:** add new design system rules ([966d8d8](https://github.com/trycompai/comp/commit/966d8d8cd1515219d97ff62d673ba7954182c3d6))
15+
* employee devices showing in app and portal ([5a71b5b](https://github.com/trycompai/comp/commit/5a71b5bed2f2f19a2f8dbbc05fbecb52a1fa24bc))
16+
* **header:** add inbox icon to feedback link ([ed32c23](https://github.com/trycompai/comp/commit/ed32c23a80d5a388f58ce5003706ebab5c0bcd57))
17+
* list out employee devices and overview chart ([7c2f8bb](https://github.com/trycompai/comp/commit/7c2f8bb7f1a616d3aa0af32df9ac8ee1b647700e))
18+
* **policies:** introduce new layout component for policies overview ([87d25a0](https://github.com/trycompai/comp/commit/87d25a05376c628555d75bd52002d44ddc1d921d))
19+
* **ui:** add search icon to input components ([44ea88c](https://github.com/trycompai/comp/commit/44ea88c41c1c06216788680f68fd6a30dd4ab7cf))
20+
121
# [1.39.0](https://github.com/trycompai/comp/compare/v1.38.0...v1.39.0) (2025-06-09)
222

323

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,5 @@
8080
"use-debounce": "^10.0.4",
8181
"zod": "^3.25.49"
8282
},
83-
"version": "1.39.0"
83+
"version": "1.40.0"
8484
}

0 commit comments

Comments
 (0)