Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages/common-ui": "0.8.2",
"packages/common": "0.5.0",
"packages/common": "0.6.0",
"packages/eslint-config": "0.7.1",
"packages/prettier-config": "0.2.1",
"packages/store": "0.34.0",
Expand Down
78 changes: 67 additions & 11 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,38 @@
---
## 0.6.0 - 2026-05-20


### Bug fixes

#### Common


- *(common)* Ensured mui 9 compatibility

([586b2b0](https://github.com/NorthernTechHQ/nt-gui/commit/586b2b00b8c13407844cd6d753816718c5edfca6)) by @mzedel






#### Testing


- *(testing)* Fixed ts errors to enable type checked usage

([1ecaba0](https://github.com/NorthernTechHQ/nt-gui/commit/1ecaba038c2e492a625de85ab4a8264e06ceff7d)) by @mzedel







### Security



## @northern.tech/common-ui-0.8.1 - 2025-11-12


Expand All @@ -9,7 +43,9 @@

- *(common-ui)* Aligned pagination appearance closer w/ updated design

([72271c9](https://github.com/NorthernTechHQ/nt-gui/commit/72271c9c8a1ccffda49e1e079ca05e6c17b4739d)) by @mzedel
([72271c9](https://github.com/NorthernTechHQ/nt-gui/commit/72271c9c8a1ccffda49e1e079ca05e6c17b4739d))





Expand All @@ -22,7 +58,9 @@

- *(common)* Added mui component overview to ease seeing theme impact

([5f8cb5a](https://github.com/NorthernTechHQ/nt-gui/commit/5f8cb5a8e3041280ee45eb00ad4c45618e80004c)) by @mzedel
([5f8cb5a](https://github.com/NorthernTechHQ/nt-gui/commit/5f8cb5a8e3041280ee45eb00ad4c45618e80004c))





Expand All @@ -42,7 +80,9 @@

- *(store)* Fixed imports of esm unfriendly packages

([d52a3d7](https://github.com/NorthernTechHQ/nt-gui/commit/d52a3d7dae5199b83f0e73dd3a6c10cf30118bb3)) by @mzedel
([d52a3d7](https://github.com/NorthernTechHQ/nt-gui/commit/d52a3d7dae5199b83f0e73dd3a6c10cf30118bb3))




- common + common-ui affected as well, not mentioned due to scope policy
Expand All @@ -62,11 +102,15 @@

- *(common)* Added missing date picker dependency

([5211d3c](https://github.com/NorthernTechHQ/nt-gui/commit/5211d3c39947e5374858eb92358fdaa7ac3a1a91)) by @mzedel
([5211d3c](https://github.com/NorthernTechHQ/nt-gui/commit/5211d3c39947e5374858eb92358fdaa7ac3a1a91))



- *(common)* Fixed an issue that prevent seeing sessiondetails for portforwarding auditlog entries

([367d7f6](https://github.com/NorthernTechHQ/nt-gui/commit/367d7f669b208706f0a45816c5198567e7914d8d)) by @mzedel
([367d7f6](https://github.com/NorthernTechHQ/nt-gui/commit/367d7f669b208706f0a45816c5198567e7914d8d))





Expand All @@ -79,7 +123,9 @@

- *(common-ui)* Removed mender specific components

([82eec5d](https://github.com/NorthernTechHQ/nt-gui/commit/82eec5d63642cae8f8a9cb24d2fd15379c61ff28)) by @mzedel
([82eec5d](https://github.com/NorthernTechHQ/nt-gui/commit/82eec5d63642cae8f8a9cb24d2fd15379c61ff28))





Expand Down Expand Up @@ -120,7 +166,9 @@

- *(common,store)* Fixed references to now moved utility functions

([73e9f33](https://github.com/NorthernTechHQ/nt-gui/commit/73e9f33d77c0c5773f05b3f0344d8f7350c62e8f)) by @mzedel
([73e9f33](https://github.com/NorthernTechHQ/nt-gui/commit/73e9f33d77c0c5773f05b3f0344d8f7350c62e8f))





Expand All @@ -130,7 +178,9 @@

- *(common/auditlogs)* Fixed an issue with the auditlogs that prevented updating the window url after initialization

([63e08f4](https://github.com/NorthernTechHQ/nt-gui/commit/63e08f4eaf1c106d8634451517314e84b882f9a5)) by @aleksandrychev
([63e08f4](https://github.com/NorthernTechHQ/nt-gui/commit/63e08f4eaf1c106d8634451517314e84b882f9a5))




aligned with Mender code
Expand Down Expand Up @@ -160,7 +210,9 @@

- *(common)* Fixed files export

([bd56eff](https://github.com/NorthernTechHQ/nt-gui/commit/bd56eff96b4d7a4f708bf2fa04aad911462bed51)) by @aleksandrychev
([bd56eff](https://github.com/NorthernTechHQ/nt-gui/commit/bd56eff96b4d7a4f708bf2fa04aad911462bed51))




use cjs for require and js for ESM
Expand All @@ -183,7 +235,9 @@

- *(common/auditlogs)* Fixed AUDIT_LOGS_TYPES import from store

([d0b3285](https://github.com/NorthernTechHQ/nt-gui/commit/d0b3285abf359f226820fde8425ca053e8bd0785)) by @aleksandrychev
([d0b3285](https://github.com/NorthernTechHQ/nt-gui/commit/d0b3285abf359f226820fde8425ca053e8bd0785))





Expand All @@ -203,7 +257,9 @@

- *(common)* Include dist folder in package output

([7e78bcb](https://github.com/NorthernTechHQ/nt-gui/commit/7e78bcb329710ee569dda5b7d86b733a61e01801)) by @aleksandrychev
([7e78bcb](https://github.com/NorthernTechHQ/nt-gui/commit/7e78bcb329710ee569dda5b7d86b733a61e01801))





Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@northern.tech/common",
"version": "0.5.0",
"version": "0.6.0",
"license": "Apache-2.0",
"private": false,
"publishConfig": {
Expand Down