File tree Expand file tree Collapse file tree 4 files changed +68
-4
lines changed
Expand file tree Collapse file tree 4 files changed +68
-4
lines changed Original file line number Diff line number Diff line change 1+ - commits :
2+ - subject : Rename `rjstGetModelForCollection2` to `rjstGetModelForCollection`
3+ hash : 2bb56b8a880523b4dd7360527677e99efcd1991e
4+ body : " "
5+ footer :
6+ Change-type : major
7+ change-type : major
8+ author : myarmolinsky
9+ - subject : Drop `rjstGetModelForCollection` in favor of `rjstGetModelForCollection2`
10+ hash : c0622e2869f85dd08e6d285fcb8b9c84123dd4b1
11+ body : " "
12+ footer :
13+ Change-type : major
14+ change-type : major
15+ author : myarmolinsky
16+ - subject : Drop deprecated interface `DeviceTypeOptions`
17+ hash : 45c721604bc12be866bc479eeb9c9ade9a4ff621
18+ body : " "
19+ footer :
20+ Change-type : major
21+ change-type : major
22+ author : myarmolinsky
23+ - subject : Drop deprecated interface `OsSpecificDeviceTypeJsonInstructions`
24+ hash : e51c7acea7f176507e84f3ba61e274718f822e05
25+ body : " "
26+ footer :
27+ Change-type : major
28+ change-type : major
29+ author : myarmolinsky
30+ - subject : " widgetFactory: Move `uiOptions` to last parameter and make it optional"
31+ hash : 74b81459d316653b8f6b1059132c12d0186042b2
32+ body : " "
33+ footer :
34+ Change-type : major
35+ change-type : major
36+ author : myarmolinsky
37+ - subject : Mark Widget `resource` as required
38+ hash : 5d384652f7193b08e49aa699386ec9451f0bc75f
39+ body : " "
40+ footer :
41+ Change-type : major
42+ change-type : major
43+ author : myarmolinsky
44+ - subject : Rename Widget `extraContext` to `resource`
45+ hash : 8f20b2826e76885f926fc9037e3b166b1135fc6e
46+ body : " "
47+ footer :
48+ Change-type : major
49+ change-type : major
50+ author : myarmolinsky
51+ version : 13.0.0
52+ title : " "
53+ date : 2025-07-23T15:51:05.567Z
154- commits :
255 - subject : Run `npm audit fix`
356 hash : 0d1187fb5d608cfa31a31e565c817a12e7b27893
Original file line number Diff line number Diff line change @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file
44automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ # v13.0.0
8+ ## (2025-07-23)
9+
10+ * Rename ` rjstGetModelForCollection2 ` to ` rjstGetModelForCollection ` [ myarmolinsky]
11+ * Drop ` rjstGetModelForCollection ` in favor of ` rjstGetModelForCollection2 ` [ myarmolinsky]
12+ * Drop deprecated interface ` DeviceTypeOptions ` [ myarmolinsky]
13+ * Drop deprecated interface ` OsSpecificDeviceTypeJsonInstructions ` [ myarmolinsky]
14+ * widgetFactory: Move ` uiOptions ` to last parameter and make it optional [ myarmolinsky]
15+ * Mark Widget ` resource ` as required [ myarmolinsky]
16+ * Rename Widget ` extraContext ` to ` resource ` [ myarmolinsky]
17+
718# v12.5.2
819## (2025-07-22)
920
Original file line number Diff line number Diff line change 11{
22 "name" : " @balena/ui-shared-components" ,
3- "version" : " 12.5.2 " ,
3+ "version" : " 13.0.0 " ,
44 "main" : " ./dist/index.js" ,
55 "sideEffects" : false ,
66 "files" : [
132132 },
133133 "homepage" : " https://github.com/balena-io/ui-shared-components#readme" ,
134134 "versionist" : {
135- "publishedAt" : " 2025-07-22T06:32:03.654Z "
135+ "publishedAt" : " 2025-07-23T15:51:05.778Z "
136136 },
137137 "overrides" : {
138138 "storybook" : " $storybook"
You can’t perform that action at this time.
0 commit comments