Skip to content

Commit

Permalink
Merge pull request #627 from eea/develop
Browse files Browse the repository at this point in the history
Release @eeacms/[email protected]
  • Loading branch information
ujbolivar authored Oct 14, 2024
2 parents 3ed69a8 + dcad39c commit b51cc50
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.334.0](https://github.com/eea/clms-frontend/compare/3.333.0...3.334.0) - 10 October 2024
### [3.335.0](https://github.com/eea/clms-frontend/compare/3.334.0...3.335.0) - 14 October 2024

#### :rocket: Dependency updates

- Release @eeacms/volto-clms-theme@1.1.192 [EEA Jenkins - [`4799918`](https://github.com/eea/clms-frontend/commit/479991824341abf5d58c69bf9c9a3305a178806f)]
- Release @eeacms/volto-arcgis-block@0.1.308 [EEA Jenkins - [`d37d7e2`](https://github.com/eea/clms-frontend/commit/d37d7e2b18f7d8abdecde87a3786238ef3d77439)]

#### :house: Documentation changes

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

### [3.334.0](https://github.com/eea/clms-frontend/compare/3.333.0...3.334.0) - 10 October 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.334.0&build=last&subject=release%20v3.334.0%20pipeline)](https://ci.eionet.europa.eu/view/Github/job/volto/job/clms-frontend/job/3.334.0/lastBuild/display/redirect/)
[![Release pipeline](https://ci.eionet.europa.eu/buildStatus/icon?job=volto%2Fclms-frontend%2F3.335.0&build=last&subject=release%20v3.335.0%20pipeline)](https://ci.eionet.europa.eu/view/Github/job/volto/job/clms-frontend/job/3.335.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.334.0",
"version": "3.335.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.307",
"@eeacms/volto-arcgis-block": "0.1.308",
"@eeacms/volto-clms-theme": "1.1.192",
"@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.307":
version: 0.1.307
resolution: "@eeacms/volto-arcgis-block@npm:0.1.307"
"@eeacms/volto-arcgis-block@npm:0.1.308":
version: 0.1.308
resolution: "@eeacms/volto-arcgis-block@npm:0.1.308"
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: 0a485166826ba3f9dd1afeaf0492474e18bf8fa950930d43cc4f0a088331d7a4e42a45d5143685c8564124b8070e9b1fe96b50aea491fcca74488d5cdf40655c
checksum: 63a497e372184bcb7d9e1a06e974ef1562508bb2509e2d8fbcaf64437b9d37d33a54f29f17bc46c58c063ee7d61ae47870bb3e398cf582ed671a513cbb7abf1b
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.307
"@eeacms/volto-arcgis-block": 0.1.308
"@eeacms/volto-clms-theme": 1.1.192
"@eeacms/volto-clms-utils": 0.1.15
"@eeacms/volto-eea-kitkat": ^24.0.1
Expand Down

0 comments on commit b51cc50

Please sign in to comment.