design-comuni-plone-theme 10.6.0 → 10.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/RELEASE.md +2 -6
- package/package.json +2 -2
- package/publiccode.yml +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
+
## [10.6.1](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v10.6.0...v10.6.1) (2023-12-13)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* patch data grid widget for allow_reorder ([41dd7ea](https://github.com/RedTurtle/design-comuni-plone-theme/commit/41dd7ea62d0af8557a61f558996fe076c9638d40))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Documentation
|
|
12
|
+
|
|
13
|
+
* updated publiccode and release log ([055a8c8](https://github.com/RedTurtle/design-comuni-plone-theme/commit/055a8c84e1d55974d59ca17ac7da6a3dbb6e101b))
|
|
14
|
+
|
|
3
15
|
## [10.6.0](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v10.5.0...v10.6.0) (2023-12-12)
|
|
4
16
|
|
|
5
17
|
|
package/RELEASE.md
CHANGED
|
@@ -41,15 +41,11 @@
|
|
|
41
41
|
- ...
|
|
42
42
|
-->
|
|
43
43
|
|
|
44
|
-
## Versione
|
|
45
|
-
|
|
46
|
-
### Migliorie
|
|
47
|
-
|
|
48
|
-
- ...
|
|
44
|
+
## Versione 10.6.1 (13/12/2023)
|
|
49
45
|
|
|
50
46
|
### Novità
|
|
51
47
|
|
|
52
|
-
-
|
|
48
|
+
- I seguenti campi sono ora riordinabili liberamente: "Timeline tempi e scadenze" per il tipo di contenuto *Servizio* e "Valore punto di contatto" del tipo di contenuto *Punto di contatto*.
|
|
53
49
|
|
|
54
50
|
### Fix
|
|
55
51
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "design-comuni-plone-theme",
|
|
3
3
|
"description": "Volto Theme for Italia design guidelines",
|
|
4
4
|
"license": "GPL-v3",
|
|
5
|
-
"version": "10.6.
|
|
5
|
+
"version": "10.6.1",
|
|
6
6
|
"main": "src/index.js",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"volto-addon",
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
"typeface-roboto-mono": "0.0.75",
|
|
142
142
|
"typeface-titillium-web": "0.0.72",
|
|
143
143
|
"volto-blocks-widget": "3.1.0",
|
|
144
|
-
"volto-data-grid-widget": "2.3.
|
|
144
|
+
"volto-data-grid-widget": "2.3.1",
|
|
145
145
|
"volto-dropdownmenu": "4.1.0",
|
|
146
146
|
"volto-editablefooter": "5.0.1",
|
|
147
147
|
"volto-feedback": "0.1.5",
|
package/publiccode.yml
CHANGED
|
@@ -227,9 +227,9 @@ maintenance:
|
|
|
227
227
|
name: io-Comune - Il sito AgID per Comuni ed Enti Pubblici
|
|
228
228
|
platforms:
|
|
229
229
|
- web
|
|
230
|
-
releaseDate: '2023-12-
|
|
230
|
+
releaseDate: '2023-12-13'
|
|
231
231
|
softwareType: standalone/web
|
|
232
|
-
softwareVersion: 10.6.
|
|
232
|
+
softwareVersion: 10.6.1
|
|
233
233
|
url: 'https://github.com/italia/design-comuni-plone-theme'
|
|
234
234
|
usedBy:
|
|
235
235
|
- ASP Comuni Modenesi Area Nord
|