@eeacms/volto-eea-kitkat 18.1.3 → 18.2.0
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 +63 -24
- package/CHANGELOG.md +63 -24
- package/DEVELOP.md +8 -11
- package/README.md +90 -4
- package/RELEASE.md +14 -14
- package/cypress.config.js +2 -2
- package/new.json +71 -71
- package/old.json +5 -5
- package/package.json +71 -71
- package/partfile +10 -0
- package/releasefile +628 -15
package/partfile
CHANGED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
#### :house: Internal changes
|
|
2
|
+
- chore:volto 16 in tests, update docs, fix stylelint overrides [valentinab25 - [`04778f6`](https://github.com/eea/volto-eea-kitkat/commit/04778f6ba0e15f6404ecefd068c9ef865ef7d759)]
|
|
3
|
+
- chore: change volto version in Jenkinsfile [ana-oprea - [`0347675`](https://github.com/eea/volto-eea-kitkat/commit/0347675ba5b12771b53052e16a97a4ecdd02c7d3)]
|
|
4
|
+
#### :house: Documentation changes
|
|
5
|
+
- docs: Update README and DEVELOP [Alin Voinea - [`612be56`](https://github.com/eea/volto-eea-kitkat/commit/612be566a3f194f4f41952f2ed68c1e09b48f784)]
|
|
6
|
+
- docs: Update README, DEVELOP [Alin Voinea - [`a03b263`](https://github.com/eea/volto-eea-kitkat/commit/a03b2635ee046043d46c4c2ff22d0378b399e9b0)]
|
|
7
|
+
- docs: Restore README from 17.0.0 [Alin Voinea - [`c0c7cd2`](https://github.com/eea/volto-eea-kitkat/commit/c0c7cd2b9ada3b2d6832d789ac882fd74a06c766)]
|
|
8
|
+
#### :hammer_and_wrench: Others
|
|
9
|
+
- test: restore cypress retries [Alin Voinea - [`78b671e`](https://github.com/eea/volto-eea-kitkat/commit/78b671eca566c13621f3589871127d374aa011aa)]
|
|
10
|
+
- Release 18.2.0 [Alin Voinea - [`6298289`](https://github.com/eea/volto-eea-kitkat/commit/62982896f0ee85d43bea89797353481ad03bc514)]
|