Skip to content

Commit fa7e8e2

Browse files
committed
chore: release main-alt-tmp
1 parent 027304b commit fa7e8e2

6 files changed

Lines changed: 48 additions & 6 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"backend": "0.10.0",
3-
"frontend": "0.10.0"
2+
"backend": "0.11.0",
3+
"frontend": "0.11.0"
44
}

backend/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
## [0.11.0](https://github.com/lusergit/edgehog/compare/v0.10.0...v0.11.0) (2026-01-22)
4+
5+
6+
### Features
7+
8+
* add calculation to expose Base Image name ([d3affa5](https://github.com/lusergit/edgehog/commit/d3affa57af400440a26bccc6c29b3fb9c3534b23))
9+
* Additional information on deployment events ([ba27473](https://github.com/lusergit/edgehog/commit/ba2747342f3b048a695f81deab856ce943aa39ab))
10+
* GraphQL subscription for device updates in table ([#1118](https://github.com/lusergit/edgehog/issues/1118)) ([be6a629](https://github.com/lusergit/edgehog/commit/be6a6295f2767cf3ae766984aedbc29833a95a06))
11+
* implement GraphQL subscriptions for device events ([32badc9](https://github.com/lusergit/edgehog/commit/32badc94a5705f3003ce66c1837430863a0217e3))
12+
* show `partNumber` and `serialNumber` in `Device` page if available ([#1123](https://github.com/lusergit/edgehog/issues/1123)) ([c2261bb](https://github.com/lusergit/edgehog/commit/c2261bb7397c4ca956013d245dc16a537e308267)), closes [#226](https://github.com/lusergit/edgehog/issues/226)
13+
14+
15+
### Bug Fixes
16+
17+
* include tenant in socket options ([d3c8921](https://github.com/lusergit/edgehog/commit/d3c89212ca7c4fb25cab293985da144eac3f9188))
18+
* unify device creation and update subscriptions ([c09e7de](https://github.com/lusergit/edgehog/commit/c09e7de8d5570cd15f158ade835e9a332c602597))

backend/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ defmodule Edgehog.MixProject do
2424
def project do
2525
[
2626
app: :edgehog,
27-
version: "0.10.0",
27+
version: "0.11.0",
2828
elixir: "~> 1.17",
2929
elixirc_paths: elixirc_paths(Mix.env()),
3030
compilers: Mix.compilers(),

frontend/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Changelog
2+
3+
## [0.11.0](https://github.com/lusergit/edgehog/compare/v0.10.0...v0.11.0) (2026-01-22)
4+
5+
6+
### Features
7+
8+
* `chevronDown` and `chevronUp` icon ([6d5dc58](https://github.com/lusergit/edgehog/commit/6d5dc582a37f3a1278f623d3baf3d2baf67996d3))
9+
* add GraphQL subscription for device creation ([1d5a0ba](https://github.com/lusergit/edgehog/commit/1d5a0ba36a7a6c3940ae61215fc03614e6817db6))
10+
* Collapsible headers in container form ([0ac3199](https://github.com/lusergit/edgehog/commit/0ac3199635ce23176a01f465cd7ca57aadfa29a0))
11+
* GraphQL subscription for device updates in table ([#1118](https://github.com/lusergit/edgehog/issues/1118)) ([be6a629](https://github.com/lusergit/edgehog/commit/be6a6295f2767cf3ae766984aedbc29833a95a06))
12+
* integrate Absinthe WebSocket ([50fd9fc](https://github.com/lusergit/edgehog/commit/50fd9fc3319932a8bc00ce84c12d1cb396beaacd))
13+
* Make Hardware Type clearable in Create System Model ([becc958](https://github.com/lusergit/edgehog/commit/becc95896919b33f056622d8e36ee239d10f1914))
14+
* show `partNumber` and `serialNumber` in `Device` page if available ([#1123](https://github.com/lusergit/edgehog/issues/1123)) ([c2261bb](https://github.com/lusergit/edgehog/commit/c2261bb7397c4ca956013d245dc16a537e308267)), closes [#226](https://github.com/lusergit/edgehog/issues/226)
15+
* UI for deployment events' additional information ([b03f50a](https://github.com/lusergit/edgehog/commit/b03f50aaf10b9cff00e5a782bfdbdec1c5e034ba))
16+
17+
18+
### Bug Fixes
19+
20+
* Correct GraphQL field name in subscription updater ([#1134](https://github.com/lusergit/edgehog/issues/1134)) ([f5ac89b](https://github.com/lusergit/edgehog/commit/f5ac89b3da2dde8ef741f370c93a2a8bfbfe47b4))
21+
* Restrict collapse toggle to icon click only ([eeb59e4](https://github.com/lusergit/edgehog/commit/eeb59e48bd2d2b2948397dca333d4e5b614c9fed))
22+
* Stabilize field help icon alignment across browsers ([bfda785](https://github.com/lusergit/edgehog/commit/bfda785fa4acc3559c655fdacd8986dc388f0165))
23+
* trim JWT for websockets in frontend ([#1130](https://github.com/lusergit/edgehog/issues/1130)) ([a633e01](https://github.com/lusergit/edgehog/commit/a633e01d0cb41fd6f55adc609ada1298a50a4bda))
24+
* unify device creation and update subscriptions ([c09e7de](https://github.com/lusergit/edgehog/commit/c09e7de8d5570cd15f158ade835e9a332c602597))

frontend/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.

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "edgehog-device-manager-frontend",
3-
"version": "0.10.0",
3+
"version": "0.11.0",
44
"bugs": {
55
"url": "https://github.com/edgehog-device-manager/edgehog/issues"
66
},

0 commit comments

Comments
 (0)