Skip to content

Commit 3b047e2

Browse files
authored
Merge pull request #9 from eea/develop
Develop
2 parents 8e4a091 + 1c036bd commit 3b047e2

File tree

4 files changed

+17
-8
lines changed

4 files changed

+17
-8
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
### [1.5.0](https://github.com/eea/cca-frontend/compare/1.4.0...1.5.0) - 7 February 2023
8+
9+
#### :hammer_and_wrench: Others
10+
11+
- Update volto-eea-design-system version [laszlocseh - [`ee19e16`](https://github.com/eea/cca-frontend/commit/ee19e166dd17d20b94e66b5e2674b69b246a2c6c)]
12+
- Retry tests/build. [Ghiță Bizău - [`331a179`](https://github.com/eea/cca-frontend/commit/331a179fe1fceb37c38707ed0c89ac8ae48c28b9)]
13+
- Retry tests [Ghiță Bizău - [`eb2be1d`](https://github.com/eea/cca-frontend/commit/eb2be1de5abf1f5250d4905c1275ad9eabb58299)]
14+
- Retry tests/build. [Ghiță Bizău - [`d5bf9d2`](https://github.com/eea/cca-frontend/commit/d5bf9d26418ff233756cc5a4c81f78cfb32bfb24)]
715
### [1.4.0](https://github.com/eea/cca-frontend/compare/1.3.0...1.4.0) - 6 February 2023
816

917
#### :rocket: Dependency updates

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -199,3 +199,4 @@ See [LICENSE.md](https://github.com/eea/eea-website-backend/blob/master/LICENSE.
199199
## Funding
200200

201201
[European Environment Agency (EU)](http://eea.europa.eu)
202+

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cca-frontend",
33
"description": "CCA frontend (Plone 4)",
44
"license": "MIT",
5-
"version": "1.4.0",
5+
"version": "1.5.0",
66
"scripts": {
77
"start": "razzle start",
88
"postinstall": "make omelette && make patches",
@@ -150,11 +150,11 @@
150150
"node": "^12 || ^14 || ^16"
151151
},
152152
"resolutions": {
153-
"@eeacms/volto-eea-design-system": "1.0.0-alpha.9"
153+
"@eeacms/volto-eea-design-system": "1.0.0-alpha.14"
154154
},
155155
"dependencies": {
156156
"@eeacms/volto-cca-policy": "0.1.5",
157-
"@eeacms/volto-eea-design-system": "1.0.0-alpha.9",
157+
"@eeacms/volto-eea-design-system": "1.0.0-alpha.14",
158158
"@eeacms/volto-eea-kitkat": "10.6.1",
159159
"@eeacms/volto-eea-website-theme": "1.6.4",
160160
"@eeacms/volto-embed": "*",

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -2051,16 +2051,16 @@ __metadata:
20512051
languageName: node
20522052
linkType: hard
20532053

2054-
"@eeacms/volto-eea-design-system@npm:1.0.0-alpha.9":
2055-
version: 1.0.0-alpha.9
2056-
resolution: "@eeacms/volto-eea-design-system@npm:1.0.0-alpha.9"
2054+
"@eeacms/volto-eea-design-system@npm:1.0.0-alpha.14":
2055+
version: 1.0.0-alpha.14
2056+
resolution: "@eeacms/volto-eea-design-system@npm:1.0.0-alpha.14"
20572057
dependencies:
20582058
"@eeacms/volto-corsproxy": "*"
20592059
react-countup: ^6.3.0
20602060
react-slick: ^0.28.1
20612061
remixicon: 2.5.0
20622062
slick-carousel: ^1.8.1
2063-
checksum: 67e0a18e9f861a985a1a4d7c1c1b20cb551948a0b0ad2f7b295d3c2f6ec2608878db0f7261b204ac158eb73e7c5722dab4e9339661ffeeffc431549809807b81
2063+
checksum: d8d96cbcc9eeeea50f9e791f6e821b51906c479014b8d57f9fe78b39761d29dc97f7deb8b53b4aa94cb9262485c106a28787de84ce2520880f6ae7197e7b9a55
20642064
languageName: node
20652065
linkType: hard
20662066

@@ -8224,7 +8224,7 @@ __metadata:
82248224
dependencies:
82258225
"@cypress/code-coverage": ^3.10.0
82268226
"@eeacms/volto-cca-policy": 0.1.5
8227-
"@eeacms/volto-eea-design-system": 1.0.0-alpha.9
8227+
"@eeacms/volto-eea-design-system": 1.0.0-alpha.14
82288228
"@eeacms/volto-eea-kitkat": 10.6.1
82298229
"@eeacms/volto-eea-website-theme": 1.6.4
82308230
"@eeacms/volto-embed": "*"

0 commit comments

Comments
 (0)