diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ae67adb9..1a2e9918 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "packages/common-ui": "0.8.2", + "packages/common-ui": "0.9.0", "packages/common": "0.5.0", "packages/eslint-config": "0.7.1", "packages/prettier-config": "0.2.1", diff --git a/packages/common-ui/CHANGELOG.md b/packages/common-ui/CHANGELOG.md index 51e118da..8db3a673 100644 --- a/packages/common-ui/CHANGELOG.md +++ b/packages/common-ui/CHANGELOG.md @@ -1,4 +1,44 @@ --- +## 0.9.0 - 2026-05-20 + + +### Bug fixes + +#### Common-ui + + +- *(common-ui)* Fixed circular dependencies to ensure tsdown compatibility + + ([30d7f4b](https://github.com/NorthernTechHQ/nt-gui/commit/30d7f4b2f9900ece9ae0fdfa0636504680da7090)) by @mzedel + + + +- *(common-ui)* Ensured mui 9 compatibility + + ([5efaa16](https://github.com/NorthernTechHQ/nt-gui/commit/5efaa16a0865fb5433fea5bb19743d0b3222efe7)) 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.2 - 2025-12-01 @@ -16,6 +56,8 @@ + + ## @northern.tech/common-ui-0.8.1 - 2025-11-12 @@ -32,6 +74,10 @@ + + + + ### Security @@ -48,10 +94,14 @@ ([23d049a](https://github.com/NorthernTechHQ/nt-gui/commit/23d049af27f93d83fd29959ce0bd7c0c09cfe9f2)) by @mzedel + + - *(common-ui)* Aligned w/ current Mender codebase ([898d330](https://github.com/NorthernTechHQ/nt-gui/commit/898d3309ae751e8af161759831e0000064a078d5)) by @mzedel + + - *(common-ui)* Aligned pagination appearance closer w/ updated design ([72271c9](https://github.com/NorthernTechHQ/nt-gui/commit/72271c9c8a1ccffda49e1e079ca05e6c17b4739d)) by @mzedel @@ -60,6 +110,8 @@ + + ### Features #### Common-ui @@ -73,6 +125,8 @@ + + ### Security @@ -90,6 +144,8 @@ ([d52a3d7](https://github.com/NorthernTechHQ/nt-gui/commit/d52a3d7dae5199b83f0e73dd3a6c10cf30118bb3)) by @mzedel + + - common + common-ui affected as well, not mentioned due to scope policy @@ -113,6 +169,8 @@ + + ### Features #### Common-ui @@ -125,6 +183,8 @@ + + #### Store @@ -136,6 +196,8 @@ + + ### Refactor #### Store,common-ui @@ -149,6 +211,8 @@ + + ### Security @@ -175,6 +239,8 @@ ([49c8bbf](https://github.com/NorthernTechHQ/nt-gui/commit/49c8bbf64cea2a91c0dcaec33e9ddbed3716437f)) by @aleksandrychev + + - *(common-ui)* Aligned alert severity with (not) usage ([3c5ea7b](https://github.com/NorthernTechHQ/nt-gui/commit/3c5ea7b75b42957e83a515f606bf886535202078)) by @mzedel @@ -183,6 +249,8 @@ + + ### Features #### Common-ui @@ -196,6 +264,8 @@ + + ### Security @@ -219,6 +289,8 @@ ([665a85f](https://github.com/NorthernTechHQ/nt-gui/commit/665a85f8ecbc0973d1c77f42e647a9a51511216b)) by @aleksandrychev + + - *(common-ui)* Added slotProps and fallbackValue props to the TimeframePicker component ([32d346b](https://github.com/NorthernTechHQ/nt-gui/commit/32d346b4ec5a2570cceb889688056a20c7b33cdc)) by @aleksandrychev @@ -228,6 +300,8 @@ + + ## @northern.tech/common-ui-0.1.2 - 2024-11-15 @@ -259,4 +333,6 @@ + + --- diff --git a/packages/common-ui/package.json b/packages/common-ui/package.json index d0cf3b46..d82c5309 100644 --- a/packages/common-ui/package.json +++ b/packages/common-ui/package.json @@ -1,6 +1,6 @@ { "name": "@northern.tech/common-ui", - "version": "0.8.2", + "version": "0.9.0", "license": "Apache-2.0", "private": false, "publishConfig": {