Skip to content

Commit

Permalink
Merge pull request #659 from eea/develop
Browse files Browse the repository at this point in the history
Release @eeacms/[email protected]
  • Loading branch information
Urkorue authored Jan 8, 2025
2 parents 84adc45 + 53f297c commit ca16592
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 10 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,17 @@ 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).

### [3.356.0](https://github.com/eea/clms-frontend/compare/3.355.0...3.356.0) - 20 December 2024
### [3.357.0](https://github.com/eea/clms-frontend/compare/3.356.0...3.357.0) - 8 January 2025

#### :rocket: Dependency updates

- Release @eeacms/volto-arcgis-block@0.1.325 [EEA Jenkins - [`767d156`](https://github.com/eea/clms-frontend/commit/767d15678ed413a8cde64d3350b838387a1fdad9)]
- Release @eeacms/volto-arcgis-block@0.1.326 [EEA Jenkins - [`967da46`](https://github.com/eea/clms-frontend/commit/967da4678f716a7adc4cbfbe2b686792304b9781)]

#### :house: Documentation changes

- docs: [JENKINS] Automated badge update of README.md [EEA Jenkins - [`1d50b8c`](https://github.com/eea/clms-frontend/commit/1d50b8c2d1813932449e6f5edf600c4e60e50e79)]

### [3.356.0](https://github.com/eea/clms-frontend/compare/3.355.0...3.356.0) - 20 December 2024

#### :house: Documentation changes

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Release](https://img.shields.io/github/v/release/eea/clms-frontend?sort=semver)](https://github.com/eea/clms-frontend/releases)
[![Pipeline](https://ci.eionet.europa.eu/buildStatus/icon?job=volto/clms-frontend/master&subject=master)](https://ci.eionet.europa.eu/view/Github/job/volto/job/clms-frontend/job/master/display/redirect)
[![Pipeline develop](https://ci.eionet.europa.eu/buildStatus/icon?job=volto%2Fclms-frontend%2Fdevelop&subject=develop)](https://ci.eionet.europa.eu/view/Github/job/volto/job/clms-frontend/job/develop/lastBuild/display/redirect)
[![Release pipeline](https://ci.eionet.europa.eu/buildStatus/icon?job=volto%2Fclms-frontend%2F3.356.0&build=last&subject=release%20v3.356.0%20pipeline)](https://ci.eionet.europa.eu/view/Github/job/volto/job/clms-frontend/job/3.356.0/lastBuild/display/redirect/)
[![Release pipeline](https://ci.eionet.europa.eu/buildStatus/icon?job=volto%2Fclms-frontend%2F3.357.0&build=last&subject=release%20v3.357.0%20pipeline)](https://ci.eionet.europa.eu/view/Github/job/volto/job/clms-frontend/job/3.357.0/lastBuild/display/redirect/)

## [CLMS Installation](https://github.com/eea/clms-frontend/blob/develop/CLMS_INSTALL.md) full guide
## Backend
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "clms-frontend",
"description": "Volto Frontend for CLMS site",
"license": "MIT",
"version": "3.356.0",
"version": "3.357.0",
"private": true,
"workspaces": [
"src/addons/volto-arcgis-block",
Expand Down Expand Up @@ -168,7 +168,7 @@
},
"dependencies": {
"@babel/runtime": "7.20.6",
"@eeacms/volto-arcgis-block": "0.1.325",
"@eeacms/volto-arcgis-block": "0.1.326",
"@eeacms/volto-clms-theme": "1.1.205",
"@eeacms/volto-clms-utils": "0.1.15",
"@eeacms/volto-eea-kitkat": "^24.0.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1767,9 +1767,9 @@ __metadata:
languageName: node
linkType: hard

"@eeacms/volto-arcgis-block@npm:0.1.325":
version: 0.1.325
resolution: "@eeacms/volto-arcgis-block@npm:0.1.325"
"@eeacms/volto-arcgis-block@npm:0.1.326":
version: 0.1.326
resolution: "@eeacms/volto-arcgis-block@npm:0.1.326"
dependencies:
"@eeacms/volto-clms-utils": ^0.1.13
"@fortawesome/fontawesome-svg-core": 1.2.35
Expand All @@ -1779,7 +1779,7 @@ __metadata:
highcharts: ^9.3.2
highcharts-react-official: ^3.1.0
react-datepicker: 4.10.0
checksum: 8b43d8c9cc6e8084dcf443c2e7460de5d2fff595e707b35d27f3fa5cec97551994faa9b5c93a74b45ec9bebda99d66c019f162a2b9163e7d9c541f90deee9b56
checksum: 33794b2933d1cfe7df3893de56fd165a7e5929911b5e349cce81967b6a3a590cb26b26719585f1a46f15ddaea4ff48e71087b52a2279364155388bf3a9779803
languageName: node
linkType: hard

Expand Down Expand Up @@ -6811,7 +6811,7 @@ __metadata:
resolution: "clms-frontend@workspace:."
dependencies:
"@babel/runtime": 7.20.6
"@eeacms/volto-arcgis-block": 0.1.325
"@eeacms/volto-arcgis-block": 0.1.326
"@eeacms/volto-clms-theme": 1.1.205
"@eeacms/volto-clms-utils": 0.1.15
"@eeacms/volto-eea-kitkat": ^24.0.1
Expand Down

0 comments on commit ca16592

Please sign in to comment.