@imiobe/plonetheme-smartweb-base 0.3.9 → 0.3.11
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/dist/css/theme.css +1 -1
- package/package.json +1 -1
- package/src/scss/_general.scss +0 -6
- package/src/scss/_trucaverif.scss +0 -4
- package/src/scss/common/_com-edition.scss +93 -0
- package/src/scss/common/_com-footer.scss +1 -1
- package/src/scss/common/_com-react.scss +4 -0
- package/src/scss/homepage/_banner.scss +6 -0
- package/src/scss/main.scss +4 -0
- package/src/scss/sections/_se-file.scss +0 -1
- package/src/scss/sections/_se-horodatee.scss +33 -0
- package/src/scss/variables.scss +1 -1
- package/theme.zip +0 -0
- package/update-changelog.js +18 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## [0.3.10](https://github.com/IMIO/imio_smartweb_themes/compare/v0.3.9...v0.3.10) (2026-03-02)
|
|
2
|
+
|
|
3
|
+
* Delete useless css for page description (ea4c56bd)
|
|
4
|
+
* Update all preprod with base 0.3.9 (61bc30ef)
|
|
5
|
+
|
|
6
|
+
## [0.3.9](https://github.com/IMIO/imio_smartweb_themes/compare/v0.3.8...v0.3.9) (2026-02-25)
|
|
7
|
+
|
|
8
|
+
* Fix release changeslog (42cacdbc)
|
|
9
|
+
* SUP-49316: replace px to rem in all theme (9c934435)
|
|
10
|
+
* SUP-49316: replace px to rem base variables (18fc8dd8)
|
|
11
|
+
* sprint fix (c245a4b7)
|
|
12
|
+
|
|
1
13
|
## [0.3.8](https://github.com/IMIO/imio_smartweb_themes/compare/v0.3.7...v0.3.8) (2026-02-19)
|
|
2
14
|
|
|
3
15
|
### Bug Fixes
|