@imiobe/plonetheme-smartweb-base 0.3.7 → 0.3.9
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 +120 -128
- package/dist/css/theme.css +5 -0
- package/dist/js/theme.js +1 -2291
- package/package.json +6 -9
- package/src/scss/_fonts.scss +1 -1
- package/src/scss/_general.scss +3 -3
- package/src/scss/_sub-sitenav.scss +1 -1
- package/src/scss/_trucaverif.scss +1 -12
- package/src/scss/common/_com-cookies.scss +7 -6
- package/src/scss/common/_com-edition.scss +8 -21
- package/src/scss/common/_com-faceted.scss +21 -23
- package/src/scss/common/_com-footer.scss +4 -0
- package/src/scss/common/_com-portal-link.scss +34 -0
- package/src/scss/common/_com-react.scss +30 -17
- package/src/scss/common/_folder-view.scss +2 -2
- package/src/scss/common/_messviewlet.scss +62 -54
- package/src/scss/main.scss +1 -0
- package/src/scss/sections/_se-contact.scss +10 -0
- package/src/scss/sections/_se-file.scss +1 -1
- package/src/scss/sections/_se-horodatee.scss +2 -2
- package/src/scss/sections/_se-link.scss +1 -1
- package/src/scss/sections/_se-plan-geo.scss +2 -2
- package/src/scss/sections/_se-textes.scss +6 -31
- package/src/scss/variables.scss +49 -21
- package/theme.zip +0 -0
- package/update-changelog.js +51 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,20 @@
|
|
|
1
|
+
## [0.3.8](https://github.com/IMIO/imio_smartweb_themes/compare/v0.3.7...v0.3.8) (2026-02-19)
|
|
1
2
|
|
|
3
|
+
### Bug Fixes
|
|
2
4
|
|
|
3
|
-
|
|
5
|
+
- add unstashed files for sommeleuze ([4cb5190](https://github.com/IMIO/imio_smartweb_themes/commit/4cb51903eb404baeb67a8b609b043337ea4cf033))
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
- base theme for assesse ([b625815](https://github.com/IMIO/imio_smartweb_themes/commit/b62581507b2d1a118e1bfc8576e980c8688e25e8))
|
|
10
|
+
- base theme for chaumontgistoux ([cb5348e](https://github.com/IMIO/imio_smartweb_themes/commit/cb5348e3b52edb4278d290e110b1bb0f8652922a))
|
|
11
|
+
- base theme for clavier ([c0d4551](https://github.com/IMIO/imio_smartweb_themes/commit/c0d4551b51a455f2c401fd6e34ed6c3e8969c942))
|
|
4
12
|
|
|
13
|
+
## [0.3.7](https://github.com/IMIO/imio_smartweb_themes/compare/v0.3.6...v0.3.7) (2025-12-16)
|
|
5
14
|
|
|
6
15
|
### Features
|
|
7
16
|
|
|
8
|
-
|
|
17
|
+
- base theme for liege [quick] ([98d87e9](https://github.com/IMIO/imio_smartweb_themes/commit/98d87e9902b2b11aeb8725a964bfc0d64a364724))
|
|
9
18
|
|
|
10
19
|
## [0.3.6](https://github.com/IMIO/imio_smartweb_themes/compare/v1.0.1...v0.3.6) (2025-10-30)
|
|
11
20
|
|
|
@@ -13,93 +22,83 @@
|
|
|
13
22
|
|
|
14
23
|
## [0.3.4](https://github.com/IMIO/imio_smartweb_themes/compare/v0.3.2...v0.3.4) (2025-10-22)
|
|
15
24
|
|
|
16
|
-
|
|
17
25
|
### Features
|
|
18
26
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
27
|
+
- base theme for gracehollogne [quick] ([b76b848](https://github.com/IMIO/imio_smartweb_themes/commit/b76b84863390d762c6a4a57d43d235dbdbbfd063))
|
|
28
|
+
- base theme for hamois [quick] ([adcc29c](https://github.com/IMIO/imio_smartweb_themes/commit/adcc29c2595068f3d6f309c03822573984d873e3))
|
|
29
|
+
- base theme for libin [quick] ([e813e87](https://github.com/IMIO/imio_smartweb_themes/commit/e813e87ab70da9b26f393c3515574079ebaebdb9))
|
|
22
30
|
|
|
23
31
|
## [0.3.2](https://github.com/IMIO/imio_smartweb_themes/compare/v0.3.1...v0.3.2) (2025-07-14)
|
|
24
32
|
|
|
25
|
-
|
|
26
33
|
### Bug Fixes
|
|
27
34
|
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
35
|
+
- lint (again) [skip ci] ([604917e](https://github.com/IMIO/imio_smartweb_themes/commit/604917edf38182950a32bc71589589e86bd66059))
|
|
36
|
+
- lint for ci [skip ci] ([7f8dfdb](https://github.com/IMIO/imio_smartweb_themes/commit/7f8dfdb9911386ef60ae2d1ee83f50edde1cc864))
|
|
37
|
+
- remove file committed by mistake [skip ci] ([d381acc](https://github.com/IMIO/imio_smartweb_themes/commit/d381acc670e61135d14e5730b19e8d9d1b00668d))
|
|
32
38
|
|
|
33
39
|
### Features
|
|
34
40
|
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
41
|
+
- base theme for sommeleuze [quick] ([d108908](https://github.com/IMIO/imio_smartweb_themes/commit/d108908a4128ecd17be66abcc41af75601cd86a2))
|
|
42
|
+
- base theme for sommeleuze [quick] ([e88c2b7](https://github.com/IMIO/imio_smartweb_themes/commit/e88c2b70ab6fa4ce437d995de99400136f20d65a))
|
|
43
|
+
- base theme for sommeleuze [quick] ([42ac4c7](https://github.com/IMIO/imio_smartweb_themes/commit/42ac4c7c307a6dfe1d697c415d89a8b497a5482c))
|
|
44
|
+
- base theme for sommeleuze [quick] ([56bc442](https://github.com/IMIO/imio_smartweb_themes/commit/56bc4421ac975e4c1d5f60a41203e174d66bfae1))
|
|
39
45
|
|
|
40
46
|
## [0.3.1](https://github.com/IMIO/imio_smartweb_themes/compare/v0.3.0...v0.3.1) (2025-07-01)
|
|
41
47
|
|
|
42
|
-
|
|
43
48
|
### Bug Fixes
|
|
44
49
|
|
|
45
|
-
|
|
46
|
-
|
|
50
|
+
- **bw:** temporarily downgrade base theme version ([d9f245f](https://github.com/IMIO/imio_smartweb_themes/commit/d9f245ff321878069e0059a8b77094820bae79bd))
|
|
47
51
|
|
|
48
52
|
### Features
|
|
49
53
|
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
54
|
+
- base theme for anderlues [quick] ([77cbadd](https://github.com/IMIO/imio_smartweb_themes/commit/77cbaddededdfde76d1be5fdedc60081754285f7))
|
|
55
|
+
- base theme for anthisnes [quick] ([48c0941](https://github.com/IMIO/imio_smartweb_themes/commit/48c0941d31817b4f19b78b3fe7a1d44c32f47f04))
|
|
56
|
+
- base theme for orpjauche [quick] ([85d637a](https://github.com/IMIO/imio_smartweb_themes/commit/85d637a9e96616d6d47ab636b3aeb284f442c7ae))
|
|
57
|
+
- **montsaintguibert:** mep url [skip ci] ([4711cee](https://github.com/IMIO/imio_smartweb_themes/commit/4711ceef2bc797c9abc33d10ce2bf70282050a82))
|
|
58
|
+
- **smartweb:** fernelmont [quick] ([05ee95b](https://github.com/IMIO/imio_smartweb_themes/commit/05ee95b6887b4cf99d05d525e788b62e8cf77345))
|
|
59
|
+
- **smartweb:** jurbise [quick] ([9778251](https://github.com/IMIO/imio_smartweb_themes/commit/977825177397f5e3bbe30e2a69a9bec5a59398d8))
|
|
56
60
|
|
|
57
61
|
# [0.3.0](https://github.com/IMIO/imio_smartweb_themes/compare/v0.2.1...v0.3.0) (2025-06-13)
|
|
58
62
|
|
|
59
|
-
|
|
60
63
|
### Features
|
|
61
64
|
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
65
|
+
- base theme for berloz and ouffet [quick] ([c7d0e14](https://github.com/IMIO/imio_smartweb_themes/commit/c7d0e14d9ef0bb8216379a80058d7c336e757ebc))
|
|
66
|
+
- base theme for oreye [quick] ([942583d](https://github.com/IMIO/imio_smartweb_themes/commit/942583dc2aa57fb9cc0d8dcdd946e6bb0eb43a56))
|
|
67
|
+
- montdelenclus base theme [quick] ([5f60ba2](https://github.com/IMIO/imio_smartweb_themes/commit/5f60ba27c09eab0bd5a69d7ae517f4cdcd9546bb))
|
|
68
|
+
- waimes and fleurus base theme [quick] ([55587c3](https://github.com/IMIO/imio_smartweb_themes/commit/55587c39ae2660ccf4c8ae9f1c4daa2cd967dd5c))
|
|
66
69
|
|
|
67
70
|
## [0.2.1](https://github.com/IMIO/imio_smartweb_themes/compare/v0.2.0...v0.2.1) (2025-04-07)
|
|
68
71
|
|
|
69
|
-
|
|
70
72
|
### Bug Fixes
|
|
71
73
|
|
|
72
|
-
|
|
73
|
-
|
|
74
|
+
- pin prettier version ([983579a](https://github.com/IMIO/imio_smartweb_themes/commit/983579a66a0c91ebcb794ba5a1c88cd15a17b5d0))
|
|
74
75
|
|
|
75
76
|
### Features
|
|
76
77
|
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
78
|
+
- base theme for musson ([842a377](https://github.com/IMIO/imio_smartweb_themes/commit/842a377ab30329da3576210f5824aa77fd8c80f4))
|
|
79
|
+
- grez doiceau ([2fe8b43](https://github.com/IMIO/imio_smartweb_themes/commit/2fe8b43e62bdd062e46189abcc37b250b03119ff))
|
|
80
|
+
- lasne ([bf45e38](https://github.com/IMIO/imio_smartweb_themes/commit/bf45e38c7a10b30358158b74704197e4638e637d))
|
|
80
81
|
|
|
81
82
|
# [0.2.0](https://github.com/IMIO/imio_smartweb_themes/compare/v0.1.5...v0.2.0) (2025-01-02)
|
|
82
83
|
|
|
83
|
-
|
|
84
84
|
### Bug Fixes
|
|
85
85
|
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
86
|
+
- add dour logo [quick] ([7c9036f](https://github.com/IMIO/imio_smartweb_themes/commit/7c9036f7c03bd50184cb511f984846e15cffec94))
|
|
87
|
+
- courtsaintetienne url ([4e3c41b](https://github.com/IMIO/imio_smartweb_themes/commit/4e3c41b332aae5ba9e512020cfee28110cc38d1d))
|
|
89
88
|
|
|
90
89
|
### Features
|
|
91
90
|
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
91
|
+
- arlon base theme [quick] ([de534b1](https://github.com/IMIO/imio_smartweb_themes/commit/de534b13b02006906a7217d71d47ae4c46db9ec5))
|
|
92
|
+
- base theme for dour ([a036471](https://github.com/IMIO/imio_smartweb_themes/commit/a036471c72a45e577ce99dc3f0d05c7a88d8b21f))
|
|
93
|
+
- bump smartweb-base-theme on verlaine ([08793bc](https://github.com/IMIO/imio_smartweb_themes/commit/08793bc0026eb3037d5ed96229adeabe9b3f3fb7))
|
|
94
|
+
- **ci/cd:** fancier notifications ([ff11b8d](https://github.com/IMIO/imio_smartweb_themes/commit/ff11b8daf6533e16b0403cba53ccfde90d9ac9e8))
|
|
95
|
+
- **ci/cd:** fancier notifications [skip ci] ([4f1ad42](https://github.com/IMIO/imio_smartweb_themes/commit/4f1ad422ff3fa7b4e8c963ef5b4c722c117576f9))
|
|
96
|
+
- **ci/cd:** fix avatar size in notification [skip ci] ([50e1ba3](https://github.com/IMIO/imio_smartweb_themes/commit/50e1ba325536e548381cd5a821ab9535a331b92c))
|
|
97
|
+
- mep heron ([29186d8](https://github.com/IMIO/imio_smartweb_themes/commit/29186d81a902b6b37e7b2b81bda13d8665983c07))
|
|
98
|
+
- seneffe base theme ([11b9ff0](https://github.com/IMIO/imio_smartweb_themes/commit/11b9ff08120b03d9fece7bb8c09fdcbe8710cb09))
|
|
99
|
+
- update rixensart url [skip ci] ([144001e](https://github.com/IMIO/imio_smartweb_themes/commit/144001e89d39cc58b864ea981f5513d424144bf5))
|
|
100
|
+
- update verlaine to test ci ([70434ad](https://github.com/IMIO/imio_smartweb_themes/commit/70434adb838f7ed1dbbb1cf8e4d3d3be45fbe56b))
|
|
101
|
+
- waremme base theme ([ab97433](https://github.com/IMIO/imio_smartweb_themes/commit/ab97433a1138c7e21d41ef832d8f8751232cfa62))
|
|
103
102
|
|
|
104
103
|
## [0.1.5](https://github.com/IMIO/imio_smartweb_themes/compare/v0.1.4...v0.1.5) (2024-08-28)
|
|
105
104
|
|
|
@@ -107,101 +106,94 @@
|
|
|
107
106
|
|
|
108
107
|
## [0.1.3](https://github.com/IMIO/imio_smartweb_themes/compare/v0.1.2...v0.1.3) (2024-08-13)
|
|
109
108
|
|
|
110
|
-
|
|
111
109
|
### Bug Fixes
|
|
112
110
|
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
111
|
+
- **ci/cd:** commit message in env so it is properly escaped ([bd2033c](https://github.com/IMIO/imio_smartweb_themes/commit/bd2033ca9d2a9d5b8b9361692405aa4f82e04cf9))
|
|
112
|
+
- **ci/cd:** ignore pattern ([342739f](https://github.com/IMIO/imio_smartweb_themes/commit/342739f96e9588ae31d5c9385cc28ff6de1264f1))
|
|
113
|
+
- **ci/cd:** multiple folders summary ([5f60e76](https://github.com/IMIO/imio_smartweb_themes/commit/5f60e76157bfff17b2a4446164e795f534011093))
|
|
114
|
+
- **ci/cd:** multiple folders summary ([9983bad](https://github.com/IMIO/imio_smartweb_themes/commit/9983bad959dd82b105f2c95ed40eb2769655468b))
|
|
118
115
|
|
|
119
116
|
### Features
|
|
120
117
|
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
118
|
+
- bump smartweb-base-theme on florennes and verlaine [quick] ([2268e1e](https://github.com/IMIO/imio_smartweb_themes/commit/2268e1ee7350214b7fe7e98c4353622a61c3250a))
|
|
119
|
+
- bump smartweb-base-theme on montsaintguibert pecq and tintigny ([bd12d36](https://github.com/IMIO/imio_smartweb_themes/commit/bd12d36e818a023082e04b3a21a87518a7556fcb))
|
|
120
|
+
- **ci/cd:** use IMIO/gha/plone-theme-build-push-notify ([c199213](https://github.com/IMIO/imio_smartweb_themes/commit/c199213557a3a07bc3e8208ca28c22827073cfeb))
|
|
124
121
|
|
|
125
122
|
## [0.1.2](https://github.com/IMIO/imio_smartweb_themes/compare/v0.1.0...v0.1.2) (2024-08-05)
|
|
126
123
|
|
|
127
|
-
|
|
128
124
|
### Bug Fixes
|
|
129
125
|
|
|
130
|
-
|
|
126
|
+
- ol sublist counter ([76f0bbc](https://github.com/IMIO/imio_smartweb_themes/commit/76f0bbc231a29058cf22515bf030e22d96509ff6))
|
|
131
127
|
|
|
132
128
|
# [0.1.0](https://github.com/IMIO/imio_smartweb_themes/compare/0.0.6...v0.1.0) (2024-08-02)
|
|
133
129
|
|
|
134
|
-
|
|
135
130
|
### Bug Fixes
|
|
136
131
|
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
132
|
+
- : remove debug div ([7cf60e2](https://github.com/IMIO/imio_smartweb_themes/commit/7cf60e2c22ef782d781dcd713f9ef126f453a7d9))
|
|
133
|
+
- card-body height and icon [quick] ([4b67ef5](https://github.com/IMIO/imio_smartweb_themes/commit/4b67ef58129780e9d52756fb6a323ca1a1b0ac32))
|
|
134
|
+
- change procedure btn icon no displauy [skip ci] ([3cd3ff6](https://github.com/IMIO/imio_smartweb_themes/commit/3cd3ff6ec45fb1b8ec4eed5a9e935df5adfdac76))
|
|
135
|
+
- **ci/cd:** ERR_PNPM_OUTDATED_LOCKFILE ([3ce1928](https://github.com/IMIO/imio_smartweb_themes/commit/3ce1928c34b590c9295e94e26f2800748b451985))
|
|
136
|
+
- **ci/cd:** ERR_PNPM_OUTDATED_LOCKFILE (2) ([3a47022](https://github.com/IMIO/imio_smartweb_themes/commit/3a4702213a762c4f310ec9f27e12a7efdd4cc74a))
|
|
137
|
+
- **ci/cd:** use hash of package.json ([8d61443](https://github.com/IMIO/imio_smartweb_themes/commit/8d61443da5f8bd17e61969a904037d8039cccd0e))
|
|
138
|
+
- **ci:** environment vars are not available there ([f1c7562](https://github.com/IMIO/imio_smartweb_themes/commit/f1c7562378a8c51b4edad0ff84d76d8563e4b2c2))
|
|
139
|
+
- **ci:** id for summary step ([5123585](https://github.com/IMIO/imio_smartweb_themes/commit/5123585984e63ac7ab798683e3fba21a90cfa0dd))
|
|
140
|
+
- pettier fix [quick] ([83c28b8](https://github.com/IMIO/imio_smartweb_themes/commit/83c28b8c3d2c41c10f01f2e0c0faaf4bbbfd92bf))
|
|
141
|
+
- pettier fix [skip ci] ([e9fd7e6](https://github.com/IMIO/imio_smartweb_themes/commit/e9fd7e6b514fc922075d01ed33fbf5ca7bb501bc))
|
|
142
|
+
- **typo:** cat instead of echo ([9494c73](https://github.com/IMIO/imio_smartweb_themes/commit/9494c731437f1a69fca963943f74fa1886ae9e11))
|
|
143
|
+
- **typo:** missing " ([622ca75](https://github.com/IMIO/imio_smartweb_themes/commit/622ca75b8a8dd72bf647babada0d0dd68e09dfbf))
|
|
150
144
|
|
|
151
145
|
### Features
|
|
152
146
|
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
147
|
+
- awans base theme ([9788148](https://github.com/IMIO/imio_smartweb_themes/commit/97881487e178dfc5baf650271f645e043a27a901))
|
|
148
|
+
- awans base theme ([7d9e292](https://github.com/IMIO/imio_smartweb_themes/commit/7d9e2926695480ac2f96efb914494bb01e1d9986))
|
|
149
|
+
- base theme for beauvechain [quick] ([a3ebe3c](https://github.com/IMIO/imio_smartweb_themes/commit/a3ebe3cd773af7f02fe55420689ef0fe2a352bec))
|
|
150
|
+
- base theme for beauvechain [quick] ([0c6dc83](https://github.com/IMIO/imio_smartweb_themes/commit/0c6dc83eef175448dc5affbe9835a73c48139763))
|
|
151
|
+
- base theme for florennes [quick] ([28bfe5d](https://github.com/IMIO/imio_smartweb_themes/commit/28bfe5d2ecfab6f39657db20df8a96f1a322513d))
|
|
152
|
+
- base theme for florennes [quick] ([c783b92](https://github.com/IMIO/imio_smartweb_themes/commit/c783b92f1c7f8924825babe130f817089f152c35))
|
|
153
|
+
- base theme for montsaintguibert [quick] ([c631f6a](https://github.com/IMIO/imio_smartweb_themes/commit/c631f6ad6150632f22615ff2184215e45109aca8))
|
|
154
|
+
- base theme for montsaintguibert [quick] ([89e0680](https://github.com/IMIO/imio_smartweb_themes/commit/89e06808e749f7888697b482ffbd905dde6e70f3))
|
|
155
|
+
- base theme for montsaintguibert [quick] ([e6c0bc5](https://github.com/IMIO/imio_smartweb_themes/commit/e6c0bc5b46758b57861ef445795cee9c76cf6ed5))
|
|
156
|
+
- base theme for morlanwelz [quick] ([5710c63](https://github.com/IMIO/imio_smartweb_themes/commit/5710c6311c277918175045549996893fb1d61b25))
|
|
157
|
+
- base theme for mouscron [quick] ([9759c39](https://github.com/IMIO/imio_smartweb_themes/commit/9759c39b120364b0678884351cb393a873426fd9))
|
|
158
|
+
- base theme for pecq ([437fd1a](https://github.com/IMIO/imio_smartweb_themes/commit/437fd1af73d69c48fb886ccee36afd9c3f76fb6c))
|
|
159
|
+
- base theme for perwez [quick] ([27aa1a8](https://github.com/IMIO/imio_smartweb_themes/commit/27aa1a8d6ced18aa2dd6247b1d33a18138807a70))
|
|
160
|
+
- base theme for perwez quaregnon trooz ([587a7ed](https://github.com/IMIO/imio_smartweb_themes/commit/587a7ed43bbd958c58e58e319d42ad93a75f26b7))
|
|
161
|
+
- base theme for tintigny ([12c86da](https://github.com/IMIO/imio_smartweb_themes/commit/12c86daff672c89fa90a21c6fe6f6b4214d94547))
|
|
162
|
+
- base theme for tintigny ([967f9c8](https://github.com/IMIO/imio_smartweb_themes/commit/967f9c856cddfa9dc88cf240ee9b638d6af6a8cf))
|
|
163
|
+
- base theme for trooz [quick] ([68b8ac0](https://github.com/IMIO/imio_smartweb_themes/commit/68b8ac00dcb5960f889b6d19e8202ef1a061222f))
|
|
164
|
+
- base theme for verlain [quick] ([211a161](https://github.com/IMIO/imio_smartweb_themes/commit/211a161e98da78a97ac048981db08257a2045362))
|
|
165
|
+
- beauvechain florennes base theme ([56ad619](https://github.com/IMIO/imio_smartweb_themes/commit/56ad619bc0cd491ad498a82a7ccbe02bafb4569c))
|
|
166
|
+
- **ci/cd:** also cache pnpm-lock.yaml ([67819ef](https://github.com/IMIO/imio_smartweb_themes/commit/67819efca01d97faf404df0a84a1003230384726))
|
|
167
|
+
- **ci/cd:** bump mattermost-notify and rundeck-notify ([d09144c](https://github.com/IMIO/imio_smartweb_themes/commit/d09144ca2e66b0c905d120ee0e8d8029225beb1b))
|
|
168
|
+
- **ci/cd:** cache node_modules to speedup workflow ([50e5cf1](https://github.com/IMIO/imio_smartweb_themes/commit/50e5cf19167d22aabf195489e1aa138712c39b1f))
|
|
169
|
+
- **ci/cd:** cannot skip this in a monorepo ([a5ea207](https://github.com/IMIO/imio_smartweb_themes/commit/a5ea207867b6ffd474e3c5edd0eea06aa5335516))
|
|
170
|
+
- **ci/cd:** exclude some path from changed-directories ([0226915](https://github.com/IMIO/imio_smartweb_themes/commit/0226915a6a500c07f0e3673b9434498063df970e))
|
|
171
|
+
- **ci/cd:** ignore template folder ([b94319c](https://github.com/IMIO/imio_smartweb_themes/commit/b94319cf05d138fd837913fa5bd621d70b3d8f1a))
|
|
172
|
+
- **ci/cd:** lint ([f0de4cf](https://github.com/IMIO/imio_smartweb_themes/commit/f0de4cf058af76ff393fd73b44b7134a9037c25d))
|
|
173
|
+
- **ci/cd:** only install devdependecies if cache has not been restored ([61141d6](https://github.com/IMIO/imio_smartweb_themes/commit/61141d65f0b4ae7fe87371797c102d2f6bb67bde))
|
|
174
|
+
- **ci:** add a way to skip review and quick deploy ([49d05be](https://github.com/IMIO/imio_smartweb_themes/commit/49d05be35a2af9693f000171c27e21d24af840ee))
|
|
175
|
+
- **ci:** cat upload urls in workflow log and upload artifact ([b701eb3](https://github.com/IMIO/imio_smartweb_themes/commit/b701eb38e87aebea373ccea3a2ea90f923711c46))
|
|
176
|
+
- **ci:** notify on mattermost when pending review ([17998a6](https://github.com/IMIO/imio_smartweb_themes/commit/17998a663d59f925c81e1a18f50a853c49f6f6f3))
|
|
177
|
+
- **ci:** pin mattermost-notify v3.6 ([9bd3bfa](https://github.com/IMIO/imio_smartweb_themes/commit/9bd3bfaf502513319277e34ab529756b37a8b9ea))
|
|
178
|
+
- doische base theme [quick] ([a7d8bcb](https://github.com/IMIO/imio_smartweb_themes/commit/a7d8bcb87b3abbb5f02f00f47a39a4c01f692104))
|
|
179
|
+
- doische base theme [quick] ([ea24d1c](https://github.com/IMIO/imio_smartweb_themes/commit/ea24d1c2c4f4cbe13736d454e2df3a2a7bd1e5ad))
|
|
180
|
+
- **gha:** add paths-ignore and disable workflow dispatch ([2165ceb](https://github.com/IMIO/imio_smartweb_themes/commit/2165cebabdef56c92a2c8ba954cd8c406ccaad6a))
|
|
181
|
+
- **gha:** build base theme ([c4bb25d](https://github.com/IMIO/imio_smartweb_themes/commit/c4bb25d95ea616dd1e593fd7375b723f7197f09d))
|
|
182
|
+
- **gha:** push in pecq to launch workflow ([dca9ca9](https://github.com/IMIO/imio_smartweb_themes/commit/dca9ca9dc2bbab318f98c5729ea05550b17272a4))
|
|
183
|
+
- **gha:** upload base theme ([2506d47](https://github.com/IMIO/imio_smartweb_themes/commit/2506d47ff58f7b9eb6955f86c63c51c5cce99c49))
|
|
184
|
+
- **gha:** upload modified theme [skip ci] ([46fe8e5](https://github.com/IMIO/imio_smartweb_themes/commit/46fe8e58ac6af345b0bbdce290077d1701c0d1b9))
|
|
185
|
+
- **lint:** ignore scss/load-partial-extension ([aaf45e8](https://github.com/IMIO/imio_smartweb_themes/commit/aaf45e8b19f36d9cd0231277b2fdce45dbced0cb))
|
|
186
|
+
- morlanwelz base theme ([e4ba8d6](https://github.com/IMIO/imio_smartweb_themes/commit/e4ba8d622b95e48f1fc2b13a43256358f7f54ed0))
|
|
187
|
+
- sambreville base theme ([908e6d7](https://github.com/IMIO/imio_smartweb_themes/commit/908e6d76a12a9407cd16143845adb47db98362e7))
|
|
188
|
+
- sambreville base theme ([ce98edc](https://github.com/IMIO/imio_smartweb_themes/commit/ce98edc0e1ce2ea306484804eb2aebaf2f46dfa5))
|
|
189
|
+
- set homepages batch 1 ([5712daf](https://github.com/IMIO/imio_smartweb_themes/commit/5712dafe0dd7b307e7003a7660ffeed2dfc6dd9e))
|
|
190
|
+
- set homepages batch 2 [skip ci] ([a8f6350](https://github.com/IMIO/imio_smartweb_themes/commit/a8f63507839433490931abf6ee518b132fbddc35))
|
|
191
|
+
- set homepages batch 3 [skip ci] ([daad22c](https://github.com/IMIO/imio_smartweb_themes/commit/daad22cdc5a971f643890c5798aabe144a529827))
|
|
192
|
+
- set pecq instance url ([8d5df95](https://github.com/IMIO/imio_smartweb_themes/commit/8d5df95726a6c2722b6b9c62cb98267a6ac07ea0))
|
|
193
|
+
- soignies base theme ([393ce0c](https://github.com/IMIO/imio_smartweb_themes/commit/393ce0c22aa8e16c82222a0d181cb212bc61506c))
|
|
194
|
+
- soignies base theme ([4f9f538](https://github.com/IMIO/imio_smartweb_themes/commit/4f9f538172594557dbc4458c8162262d01a55de0))
|
|
195
|
+
- verlaine base theme ([d68fad8](https://github.com/IMIO/imio_smartweb_themes/commit/d68fad8cb8ff4a24330425560aee7b62fabd7b33))
|
|
196
|
+
- viroinval base theme ([3601ce9](https://github.com/IMIO/imio_smartweb_themes/commit/3601ce9544096c6ded9779737d4167270be197f5))
|
|
197
|
+
- walhain base theme [quick] ([1872ee2](https://github.com/IMIO/imio_smartweb_themes/commit/1872ee278da47e6851b53486c8b71db3a1d76db6))
|
|
206
198
|
|
|
207
199
|
## 0.0.6 (2023-03-07)
|