Skip to content

Commit 2a9859b

Browse files
chore(main): release @northern.tech/common-ui 0.9.0
Signed-off-by: mender-test-bot <mender@northern.tech>
1 parent 7610436 commit 2a9859b

4 files changed

Lines changed: 74 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/common-ui": "0.8.2",
2+
"packages/common-ui": "0.9.0",
33
"packages/common": "0.5.0",
44
"packages/eslint-config": "0.6.2",
55
"packages/prettier-config": "0.2.1",

packages/common-ui/CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
---
2+
## @northern.tech/common-ui-0.8.3 - 2026-01-21
3+
4+
5+
### Security
6+
7+
8+
29
## @northern.tech/common-ui-0.8.2 - 2025-12-01
310

411

@@ -16,6 +23,8 @@
1623

1724

1825

26+
27+
1928
## @northern.tech/common-ui-0.8.1 - 2025-11-12
2029

2130

@@ -32,6 +41,10 @@
3241

3342

3443

44+
45+
46+
47+
3548
### Security
3649

3750

@@ -48,10 +61,14 @@
4861

4962
([23d049a](https://github.com/NorthernTechHQ/nt-gui/commit/23d049af27f93d83fd29959ce0bd7c0c09cfe9f2)) by @mzedel
5063

64+
65+
5166
- *(common-ui)* Aligned w/ current Mender codebase
5267

5368
([898d330](https://github.com/NorthernTechHQ/nt-gui/commit/898d3309ae751e8af161759831e0000064a078d5)) by @mzedel
5469

70+
71+
5572
- *(common-ui)* Aligned pagination appearance closer w/ updated design
5673

5774
([72271c9](https://github.com/NorthernTechHQ/nt-gui/commit/72271c9c8a1ccffda49e1e079ca05e6c17b4739d)) by @mzedel
@@ -60,6 +77,8 @@
6077

6178

6279

80+
81+
6382
### Features
6483

6584
#### Common-ui
@@ -73,6 +92,8 @@
7392

7493

7594

95+
96+
7697
### Security
7798

7899

@@ -90,6 +111,8 @@
90111
([d52a3d7](https://github.com/NorthernTechHQ/nt-gui/commit/d52a3d7dae5199b83f0e73dd3a6c10cf30118bb3)) by @mzedel
91112

92113

114+
115+
93116
- common + common-ui affected as well, not mentioned due to scope policy
94117

95118

@@ -113,6 +136,8 @@
113136

114137

115138

139+
140+
116141
### Features
117142

118143
#### Common-ui
@@ -125,6 +150,8 @@
125150

126151

127152

153+
154+
128155
#### Store
129156

130157

@@ -136,6 +163,8 @@
136163

137164

138165

166+
167+
139168
### Refactor
140169

141170
#### Store,common-ui
@@ -149,6 +178,8 @@
149178

150179

151180

181+
182+
152183
### Security
153184

154185

@@ -175,6 +206,8 @@
175206

176207
([49c8bbf](https://github.com/NorthernTechHQ/nt-gui/commit/49c8bbf64cea2a91c0dcaec33e9ddbed3716437f)) by @aleksandrychev
177208

209+
210+
178211
- *(common-ui)* Aligned alert severity with (not) usage
179212

180213
([3c5ea7b](https://github.com/NorthernTechHQ/nt-gui/commit/3c5ea7b75b42957e83a515f606bf886535202078)) by @mzedel
@@ -183,6 +216,8 @@
183216

184217

185218

219+
220+
186221
### Features
187222

188223
#### Common-ui
@@ -196,6 +231,8 @@
196231

197232

198233

234+
235+
199236
### Security
200237

201238

@@ -219,6 +256,8 @@
219256

220257
([665a85f](https://github.com/NorthernTechHQ/nt-gui/commit/665a85f8ecbc0973d1c77f42e647a9a51511216b)) by @aleksandrychev
221258

259+
260+
222261
- *(common-ui)* Added slotProps and fallbackValue props to the TimeframePicker component
223262

224263
([32d346b](https://github.com/NorthernTechHQ/nt-gui/commit/32d346b4ec5a2570cceb889688056a20c7b33cdc)) by @aleksandrychev
@@ -228,6 +267,8 @@
228267

229268

230269

270+
271+
231272
## @northern.tech/common-ui-0.1.2 - 2024-11-15
232273

233274

@@ -259,4 +300,6 @@
259300

260301

261302

303+
304+
262305
---

packages/common-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@northern.tech/common-ui",
3-
"version": "0.8.2",
3+
"version": "0.9.0",
44
"license": "Apache-2.0",
55
"private": false,
66
"publishConfig": {

packages/common/CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
---
2+
## @northern.tech/common-ui-0.8.3 - 2026-01-20
3+
4+
5+
### Security
6+
7+
8+
29
## @northern.tech/common-ui-0.8.1 - 2025-11-12
310

411

@@ -15,6 +22,8 @@
1522

1623

1724

25+
26+
1827
### Features
1928

2029
#### Common
@@ -28,6 +37,8 @@
2837

2938

3039

40+
41+
3142
### Security
3243

3344

@@ -45,6 +56,8 @@
4556
([d52a3d7](https://github.com/NorthernTechHQ/nt-gui/commit/d52a3d7dae5199b83f0e73dd3a6c10cf30118bb3)) by @mzedel
4657

4758

59+
60+
4861
- common + common-ui affected as well, not mentioned due to scope policy
4962

5063

@@ -64,6 +77,8 @@
6477

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

80+
81+
6782
- *(common)* Fixed an issue that prevent seeing sessiondetails for portforwarding auditlog entries
6883

6984
([367d7f6](https://github.com/NorthernTechHQ/nt-gui/commit/367d7f669b208706f0a45816c5198567e7914d8d)) by @mzedel
@@ -72,6 +87,8 @@
7287

7388

7489

90+
91+
7592
### Features
7693

7794
#### Common-ui
@@ -85,6 +102,8 @@
85102

86103

87104

105+
106+
88107
### Security
89108

90109

@@ -125,6 +144,8 @@
125144

126145

127146

147+
148+
128149
#### Common/auditlogs
129150

130151

@@ -133,6 +154,8 @@
133154
([63e08f4](https://github.com/NorthernTechHQ/nt-gui/commit/63e08f4eaf1c106d8634451517314e84b882f9a5)) by @aleksandrychev
134155

135156

157+
158+
136159
aligned with Mender code
137160

138161

@@ -163,6 +186,8 @@
163186
([bd56eff](https://github.com/NorthernTechHQ/nt-gui/commit/bd56eff96b4d7a4f708bf2fa04aad911462bed51)) by @aleksandrychev
164187

165188

189+
190+
166191
use cjs for require and js for ESM
167192

168193

@@ -189,6 +214,8 @@
189214

190215

191216

217+
218+
192219
### Features
193220

194221

@@ -210,6 +237,8 @@
210237

211238

212239

240+
241+
213242
## @northern.tech/common-0.2.0 - 2024-12-04
214243

215244

0 commit comments

Comments
 (0)