Skip to content

Commit

Permalink
Merge pull request #171 from eea/develop
Browse files Browse the repository at this point in the history
Release 2.7.4
  • Loading branch information
avoinea authored Aug 29, 2024
2 parents dbcc86f + 88a849b commit 735b6f0
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 26 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d

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

### [2.7.4](https://github.com/eea/eea-website-frontend/compare/2.7.3...2.7.4) - 29 August 2024

#### :rocket: Dependency updates

- Release @eeacms/volto-eea-design-system@1.32.4 [EEA Jenkins - [`b6eaf17`](https://github.com/eea/eea-website-frontend/commit/b6eaf174f81b96b6074e5f55c96a3a07f448aa08)]
- Release @eeacms/volto-searchlib@2.0.3 [EEA Jenkins - [`5fa1ac6`](https://github.com/eea/eea-website-frontend/commit/5fa1ac645264672cee5e787c74129432a5a5bed2)]
- Release @eeacms/volto-eea-website-theme@2.2.2 [EEA Jenkins - [`2681acf`](https://github.com/eea/eea-website-frontend/commit/2681acf741cd78447d365859dd098b20511bfc3d)]
- Release @eeacms/volto-eea-design-system@1.32.3 [EEA Jenkins - [`ddc3ac0`](https://github.com/eea/eea-website-frontend/commit/ddc3ac033629e599e2168784bd643aebb71b4791)]

#### :hammer_and_wrench: Others

- Release 2.7.4 [Alin Voinea - [`f084c2e`](https://github.com/eea/eea-website-frontend/commit/f084c2eac71816949f1c4d72d2d6281c630daea1)]
- test: add bundlewatch in Makefile [valentinab25 - [`f5a7069`](https://github.com/eea/eea-website-frontend/commit/f5a70699f5afee3f82a2cae88f52daddf69793a6)]
### [2.7.3](https://github.com/eea/eea-website-frontend/compare/2.7.2...2.7.3) - 28 August 2024

#### :rocket: Dependency updates
Expand All @@ -12,9 +25,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Release @eeacms/volto-eea-website-theme@2.2.1 [EEA Jenkins - [`e74651b`](https://github.com/eea/eea-website-frontend/commit/e74651b7dad603b03d95b20e194ac6bb57a8bba2)]
- Release @eeacms/volto-eea-design-system@1.32.2 [EEA Jenkins - [`c4208bd`](https://github.com/eea/eea-website-frontend/commit/c4208bd0a58d75f0a0803f57e428de87eb1f6559)]

#### :hammer_and_wrench: Others

- Release 2.7.3 [Alin Voinea - [`1dde574`](https://github.com/eea/eea-website-frontend/commit/1dde574e0eed1ac70d7e2f794b2f6fdd974f43f3)]
### [2.7.2](https://github.com/eea/eea-website-frontend/compare/2.7.1...2.7.2) - 27 August 2024

#### :rocket: Dependency updates
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ pipeline {
sh "make develop"
sh "make install"
sh "make build"
sh "yarn bundlewatch --config .bundlewatch.config.json"
sh "make bundlewatch"
}
}
}
Expand Down
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ install: ## Install project and add-ons
build: ## Build frontend
NODE_OPTIONS="--max-old-space-size=16384" yarn build

.PHONY: bundlewatch
bundlewatch:
yarn bundlewatch --config .bundlewatch.config.json

.PHONY: husky
husky: ## Install husky git hooks in src/addons/*
./scripts/husky.sh
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "eea-website-frontend",
"description": "EEA Main Website frontend (Plone 6)",
"license": "MIT",
"version": "2.7.3",
"version": "2.7.4",
"scripts": {
"start": "razzle start",
"postinstall": "make omelette && make patches",
Expand Down Expand Up @@ -174,15 +174,15 @@
"@eeacms/volto-embed-static-content": "0.2.4",
"@eeacms/volto-datablocks": "7.2.2",
"@eeacms/volto-datahub": "2.0.1",
"@eeacms/volto-eea-design-system": "1.32.2",
"@eeacms/volto-eea-design-system": "1.32.4",
"@eeacms/volto-eea-kitkat": "25.3.0",
"@eeacms/volto-eea-map": "5.0.3",
"@eeacms/volto-eea-website-policy": "2.2.2",
"@eeacms/volto-eea-website-theme": "2.2.1",
"@eeacms/volto-eea-website-theme": "2.2.2",
"@eeacms/volto-globalsearch": "2.0.0",
"@eeacms/volto-plotlycharts": "10.0.5",
"@eeacms/volto-redmine-helpdesk": "1.0.0",
"@eeacms/volto-searchlib": "2.0.2",
"@eeacms/volto-searchlib": "2.0.3",
"@eeacms/volto-tableau": "8.0.6",
"@eeacms/volto-workflow-progress": "5.0.0",
"@eeacms/volto-block-data-figure": "8.1.2",
Expand All @@ -205,17 +205,17 @@
"@eeacms/volto-datahub": "2.0.1",
"@eeacms/volto-description-block": "2.2.1",
"@eeacms/volto-editing-progress": "1.0.0",
"@eeacms/volto-eea-design-system": "1.32.2",
"@eeacms/volto-eea-design-system": "1.32.4",
"@eeacms/volto-eea-kitkat": "25.3.0",
"@eeacms/volto-eea-map": "5.0.3",
"@eeacms/volto-eea-website-policy": "2.2.2",
"@eeacms/volto-eea-website-theme": "2.2.1",
"@eeacms/volto-eea-website-theme": "2.2.2",
"@eeacms/volto-embed": "10.0.3",
"@eeacms/volto-embed-static-content": "0.2.4",
"@eeacms/volto-globalsearch": "2.0.0",
"@eeacms/volto-plotlycharts": "10.0.5",
"@eeacms/volto-redmine-helpdesk": "1.0.0",
"@eeacms/volto-searchlib": "2.0.2",
"@eeacms/volto-searchlib": "2.0.3",
"@eeacms/volto-tableau": "8.0.6",
"@eeacms/volto-workflow-progress": "5.0.0",
"@plone-collective/volto-authomatic": "2.0.1",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2858,9 +2858,9 @@ __metadata:
languageName: node
linkType: hard

"@eeacms/volto-eea-design-system@npm:1.32.2":
version: 1.32.2
resolution: "@eeacms/volto-eea-design-system@npm:1.32.2"
"@eeacms/volto-eea-design-system@npm:1.32.4":
version: 1.32.4
resolution: "@eeacms/volto-eea-design-system@npm:1.32.4"
dependencies:
"@eeacms/countup": "*"
"@eeacms/volto-corsproxy": "*"
Expand All @@ -2869,7 +2869,7 @@ __metadata:
react-slick: ^0.30.1
remixicon: 3.6.0
slick-carousel: ^1.8.1
checksum: 54d1d076a0c2dda2b4a0bdc7afe6745eb1264e8171c281be6079bd76b1d311ff5f6dd244f586d441b358045fe40edb3eaa610be61c538af3fc21187202371d46
checksum: 877bfc0da646bb32ffff50255cc251e2af1bfe00f8ba5ff5b24fbb12bd75ad5794a322e6d9e4eca135dd58375d828f739b4fadd4ae73485c226985434aa50dc1
languageName: node
linkType: hard

Expand Down Expand Up @@ -2950,15 +2950,15 @@ __metadata:
languageName: node
linkType: hard

"@eeacms/volto-eea-website-theme@npm:2.2.1":
version: 2.2.1
resolution: "@eeacms/volto-eea-website-theme@npm:2.2.1"
"@eeacms/volto-eea-website-theme@npm:2.2.2":
version: 2.2.2
resolution: "@eeacms/volto-eea-website-theme@npm:2.2.2"
dependencies:
"@eeacms/volto-block-style": "*"
"@eeacms/volto-eea-design-system": "*"
"@eeacms/volto-group-block": "*"
volto-subsites: "*"
checksum: bffcaeed21bf92a596bdf114a38b4737c8222987e930fa30081788ebd3399be58620e115787e405deae51446fc59929d169d0e50a13ff13ead1b47c3a5578dcc
checksum: 5d18092d53324803776230478e6362e0c9650a71c9d7f0910f804272aadeafdc983b4be2ffd38c934874ac361a5b394f35f71d92a5afdec7e33f4b85af92ec41
languageName: node
linkType: hard

Expand Down Expand Up @@ -3095,9 +3095,9 @@ __metadata:
languageName: node
linkType: hard

"@eeacms/volto-searchlib@npm:2.0.2":
version: 2.0.2
resolution: "@eeacms/volto-searchlib@npm:2.0.2"
"@eeacms/volto-searchlib@npm:2.0.3":
version: 2.0.3
resolution: "@eeacms/volto-searchlib@npm:2.0.3"
dependencies:
"@eeacms/volto-eea-design-system": "*"
"@elastic/react-search-ui": 1.20.2
Expand Down Expand Up @@ -3135,7 +3135,7 @@ __metadata:
superagent: 3.8.2
svg-loader: 0.0.2
use-deep-compare-effect: 1.8.1
checksum: 34c4c171a49e178506ce9d207669ee2779fcba05c49900c682f5ae22cf1ca9e358409df17ecf727df2d1cc9e16a14a165df86100a0f3c08a953c593256ec90cf
checksum: 346bd5973a7a4bff7f53b59131d4a4ffd9dcd3750e455c0fc01a4112eb0702b8b86bb48147bc7ee73fdfe653018272553ca04faab154e4c8af84176cbbecf32a
languageName: node
linkType: hard

Expand Down Expand Up @@ -15109,17 +15109,17 @@ __metadata:
"@eeacms/volto-datahub": 2.0.1
"@eeacms/volto-description-block": 2.2.1
"@eeacms/volto-editing-progress": 1.0.0
"@eeacms/volto-eea-design-system": 1.32.2
"@eeacms/volto-eea-design-system": 1.32.4
"@eeacms/volto-eea-kitkat": 25.3.0
"@eeacms/volto-eea-map": 5.0.3
"@eeacms/volto-eea-website-policy": 2.2.2
"@eeacms/volto-eea-website-theme": 2.2.1
"@eeacms/volto-eea-website-theme": 2.2.2
"@eeacms/volto-embed": 10.0.3
"@eeacms/volto-embed-static-content": 0.2.4
"@eeacms/volto-globalsearch": 2.0.0
"@eeacms/volto-plotlycharts": 10.0.5
"@eeacms/volto-redmine-helpdesk": 1.0.0
"@eeacms/volto-searchlib": 2.0.2
"@eeacms/volto-searchlib": 2.0.3
"@eeacms/volto-tableau": 8.0.6
"@eeacms/volto-workflow-progress": 5.0.0
"@plone-collective/volto-authomatic": 2.0.1
Expand Down

0 comments on commit 735b6f0

Please sign in to comment.