From d509471994cfc4be62b1f15c60b06388ff8e0a9c Mon Sep 17 00:00:00 2001 From: Giulia Ghisini Date: Tue, 26 Sep 2023 10:13:39 +0200 Subject: [PATCH 1/6] fix: fix rsss CardWithImageTemplate view date --- RELEASE.md | 1 + .../ItaliaTheme/Blocks/RssBlock/CardWithImageRssTemplate.jsx | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 3f99c042b..dfe835db4 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -35,6 +35,7 @@ ### Fix - Sistemato margine del blocco Alert quando allineato a sinistra +- Sistemato il template degli Rss Card con immagine per mostrare la data corretta ## Versione 8.7.0 (20/09/2023) diff --git a/src/components/ItaliaTheme/Blocks/RssBlock/CardWithImageRssTemplate.jsx b/src/components/ItaliaTheme/Blocks/RssBlock/CardWithImageRssTemplate.jsx index c861e3d62..3dc1c75e4 100644 --- a/src/components/ItaliaTheme/Blocks/RssBlock/CardWithImageRssTemplate.jsx +++ b/src/components/ItaliaTheme/Blocks/RssBlock/CardWithImageRssTemplate.jsx @@ -78,7 +78,9 @@ const CardWithImageRssTemplate = ({ )} - {getViewDate(item.pubDate, intl.locale)}{' '} + + {getViewDate(item.pubDate || item.date, intl.locale)} + {' '} {item.title} From db663e622df1e5756d7574a1288fd97ca30a3d8a Mon Sep 17 00:00:00 2001 From: Giulia Ghisini Date: Tue, 26 Sep 2023 10:19:50 +0200 Subject: [PATCH 2/6] chore: preparing release 8.7.3 --- RELEASE.md | 2 +- publiccode.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index dfe835db4..fe6f15843 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -30,7 +30,7 @@ - ... --> -## Versione X.X.X (dd/mm/yyyy) +## Versione 8.7.3 (26/09/2023) ### Fix diff --git a/publiccode.yml b/publiccode.yml index 7d2f536bd..f8926bad9 100644 --- a/publiccode.yml +++ b/publiccode.yml @@ -227,9 +227,9 @@ maintenance: name: io-Comune - Il sito AgID per Comuni ed Enti Pubblici platforms: - web -releaseDate: '2023-09-21' +releaseDate: '2023-09-26' softwareType: standalone/web -softwareVersion: 8.7.2 +softwareVersion: 8.7.3 url: 'https://github.com/italia/design-comuni-plone-theme' usedBy: - ASP Comuni Modenesi Area Nord From 1005016d66ee84a2444c7793fc849f5c6e628c0e Mon Sep 17 00:00:00 2001 From: Giulia Ghisini Date: Tue, 26 Sep 2023 10:25:46 +0200 Subject: [PATCH 3/6] chore: release v8.7.3 --- CHANGELOG.md | 22 +++++++++++++++++++++- package.json | 2 +- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3d1a600d..06f651b1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,24 @@ + +## [8.7.3](https://github.com/redturtle/design-comuni-plone-theme/compare/v8.7.2...v8.7.3) (2023-09-26) + + +### Bug Fixes + +* fix rsss CardWithImageTemplate view date ([d509471](https://github.com/redturtle/design-comuni-plone-theme/commit/d509471994cfc4be62b1f15c60b06388ff8e0a9c)) + + +### Maintenance + +* preparing release 8.7.3 ([db663e6](https://github.com/redturtle/design-comuni-plone-theme/commit/db663e622df1e5756d7574a1288fd97ca30a3d8a)) + +## [8.7.1](https://github.com/redturtle/design-comuni-plone-theme/compare/v8.7.2...v8.7.3) (2023-09-21) + + +### Maintenance + +* release v8.7.1 ([b201b34](https://github.com/redturtle/design-comuni-plone-theme/commit/b201b34043e3bc14dbca40492b909801b2bbaaad)) + ## [8.7.2](https://github.com/redturtle/design-comuni-plone-theme/compare/v8.7.0...v8.7.2) (2023-09-21) @@ -5899,4 +5919,4 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - added onclick to viewAll button [`baa258a`](https://github.com/RedTurtle/design-volto-theme/commit/baa258a983f9619b18f9c8d9fb078fe9b17f338b) - todo [`7814f01`](https://github.com/RedTurtle/design-volto-theme/commit/7814f01e5dd883c83bca4ecf53425ada9942d9ab) - updated gitignore with .history [`e73a28c`](https://github.com/RedTurtle/design-volto-theme/commit/e73a28c94176a172219c1a740a97047b5e2fa400) -- Added nvmrc [`fd54a3c`](https://github.com/RedTurtle/design-volto-theme/commit/fd54a3cbcf8df22997f036919dfafda870f85db7) +- Added nvmrc [`fd54a3c`](https://github.com/RedTurtle/design-volto-theme/commit/fd54a3cbcf8df22997f036919dfafda870f85db7) \ No newline at end of file diff --git a/package.json b/package.json index ab0da9cc9..43291e879 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "design-comuni-plone-theme", "description": "Volto Theme for Italia design guidelines", "license": "GPL-v3", - "version": "8.7.2", + "version": "8.7.3", "main": "src/index.js", "keywords": [ "volto-addon", From 1cb054d28ca4919dd1f447253033b83949a1ac23 Mon Sep 17 00:00:00 2001 From: Giulia Ghisini Date: Thu, 5 Oct 2023 11:12:14 +0200 Subject: [PATCH 4/6] chore: updated volto-data-grid-widget 2.2.2 --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index ab0da9cc9..05d8d17c4 100644 --- a/package.json +++ b/package.json @@ -130,7 +130,7 @@ "typeface-roboto-mono": "0.0.75", "typeface-titillium-web": "0.0.72", "volto-blocks-widget": "3.1.0", - "volto-data-grid-widget": "2.2.1", + "volto-data-grid-widget": "2.2.2", "volto-dropdownmenu": "4.1.0", "volto-editablefooter": "5.0.1", "volto-feedback": "0.1.5", diff --git a/yarn.lock b/yarn.lock index 8b52252dd..b5cdbb660 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4760,7 +4760,7 @@ __metadata: typeface-roboto-mono: 0.0.75 typeface-titillium-web: 0.0.72 volto-blocks-widget: 3.1.0 - volto-data-grid-widget: 2.2.1 + volto-data-grid-widget: 2.2.2 volto-dropdownmenu: 4.1.0 volto-editablefooter: 5.0.1 volto-feedback: 0.1.5 @@ -11921,12 +11921,12 @@ __metadata: languageName: node linkType: hard -"volto-data-grid-widget@npm:2.2.1": - version: 2.2.1 - resolution: "volto-data-grid-widget@npm:2.2.1" +"volto-data-grid-widget@npm:2.2.2": + version: 2.2.2 + resolution: "volto-data-grid-widget@npm:2.2.2" peerDependencies: "@plone/volto": ">=16.0.0-alpha.38" - checksum: f782498eb79b2d29668129b51feea9db65d23ca8fff19b42ddcd75cf154d5bf7f128bc35e0ee2e569dc9cf9dfa24cb2ef0e65a181a8148ace1aa0acf29210508 + checksum: 5f65b80336e6bedd0856214574573dc622c69fc03b41690014ef25b3cddcd0012f35a7283bf6fa4f18eac5af8a626f3700447b6341f7d03f1851ec6eb9ab0cb3 languageName: node linkType: hard From 7627cfd5edfa2469b8ddc6d8ccc675486be082dc Mon Sep 17 00:00:00 2001 From: Giulia Ghisini Date: Thu, 5 Oct 2023 11:15:22 +0200 Subject: [PATCH 5/6] chore: preparing release 8.7.4 --- publiccode.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/publiccode.yml b/publiccode.yml index f8926bad9..989605072 100644 --- a/publiccode.yml +++ b/publiccode.yml @@ -227,9 +227,9 @@ maintenance: name: io-Comune - Il sito AgID per Comuni ed Enti Pubblici platforms: - web -releaseDate: '2023-09-26' +releaseDate: '2023-10-05' softwareType: standalone/web -softwareVersion: 8.7.3 +softwareVersion: 8.7.4 url: 'https://github.com/italia/design-comuni-plone-theme' usedBy: - ASP Comuni Modenesi Area Nord From e912a0f25cce71588118569df554826d88779f04 Mon Sep 17 00:00:00 2001 From: Giulia Ghisini Date: Thu, 5 Oct 2023 11:20:02 +0200 Subject: [PATCH 6/6] chore: release v8.7.4 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06f651b1f..c5641cb1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [8.7.4](https://github.com/redturtle/design-comuni-plone-theme/compare/v8.7.3...v8.7.4) (2023-10-05) + + +### Maintenance + +* preparing release 8.7.4 ([7627cfd](https://github.com/redturtle/design-comuni-plone-theme/commit/7627cfd5edfa2469b8ddc6d8ccc675486be082dc)) + ## [8.7.3](https://github.com/redturtle/design-comuni-plone-theme/compare/v8.7.2...v8.7.3) (2023-09-26) diff --git a/package.json b/package.json index 43291e879..d1f737441 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "design-comuni-plone-theme", "description": "Volto Theme for Italia design guidelines", "license": "GPL-v3", - "version": "8.7.3", + "version": "8.7.4", "main": "src/index.js", "keywords": [ "volto-addon",