Skip to content

Commit

Permalink
Merge pull request #185 from eea/develop
Browse files Browse the repository at this point in the history
Patch release: 2.12.2
  • Loading branch information
avoinea authored Oct 14, 2024
2 parents eb66553 + 5ec2790 commit 736db99
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 9 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ 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.12.2](https://github.com/eea/eea-website-frontend/compare/2.12.1...2.12.2) - 14 October 2024

#### :rocket: New Features

- feat: Upgrade to node 20.x [alin - [`fbdaeab`](https://github.com/eea/eea-website-frontend/commit/fbdaeab54d27315f30fe698263752365b2930479)]

#### :rocket: Dependency updates

- Release @eeacms/volto-globalsearch@2.0.1 [EEA Jenkins - [`237becd`](https://github.com/eea/eea-website-frontend/commit/237becd1ec2c934ba15d3c028a75ce984ccca512)]

#### :hammer_and_wrench: Others

- Release 2.12.2 [alin - [`983b267`](https://github.com/eea/eea-website-frontend/commit/983b267473d72d72433bb0294f5d8e7f6b81dc14)]
- Revert "feat: Upgrade to node 20.x" [alin - [`5eb7759`](https://github.com/eea/eea-website-frontend/commit/5eb77590c9bd7f2bbb9e55d21722faffb4ac700f)]
### [2.12.1](https://github.com/eea/eea-website-frontend/compare/2.12.0...2.12.1) - 14 October 2024

#### :rocket: Dependency updates
Expand Down
6 changes: 3 additions & 3 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.12.1",
"version": "2.12.2",
"scripts": {
"start": "razzle start",
"postinstall": "make omelette && make patches",
Expand Down Expand Up @@ -179,7 +179,7 @@
"@eeacms/volto-eea-map": "5.0.5",
"@eeacms/volto-eea-website-policy": "2.3.0",
"@eeacms/volto-eea-website-theme": "2.4.0",
"@eeacms/volto-globalsearch": "2.0.0",
"@eeacms/volto-globalsearch": "2.0.1",
"@eeacms/volto-plotlycharts": "10.0.10",
"@eeacms/volto-redmine-helpdesk": "1.0.0",
"@eeacms/volto-searchlib": "2.0.3",
Expand Down Expand Up @@ -212,7 +212,7 @@
"@eeacms/volto-eea-website-theme": "2.4.0",
"@eeacms/volto-embed": "10.1.1",
"@eeacms/volto-embed-static-content": "0.3.1",
"@eeacms/volto-globalsearch": "2.0.0",
"@eeacms/volto-globalsearch": "2.0.1",
"@eeacms/volto-plotlycharts": "10.0.10",
"@eeacms/volto-redmine-helpdesk": "1.0.0",
"@eeacms/volto-searchlib": "2.0.3",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3001,13 +3001,13 @@ __metadata:
languageName: node
linkType: hard

"@eeacms/volto-globalsearch@npm:2.0.0":
version: 2.0.0
resolution: "@eeacms/volto-globalsearch@npm:2.0.0"
"@eeacms/volto-globalsearch@npm:2.0.1":
version: 2.0.1
resolution: "@eeacms/volto-globalsearch@npm:2.0.1"
dependencies:
"@eeacms/volto-listing-block": "*"
"@eeacms/volto-searchlib": "*"
checksum: df5af22a9f8328550a8b54da5bc412b1713fd116418dc00b70243806ec66fa85b20bf815ffe6d824071fbb8dcd2a2f016b4338feaf127c141d5a549ba2dafb36
checksum: 18b5e8d23fc2c384cf236c0c87d0075f37a3887c19d15473ab9e7e2f455a38f2cf7198a4a7872d5fa174baab8874d1a59580433c89f3e3ece9d8a64cbd07c795
languageName: node
linkType: hard

Expand Down Expand Up @@ -15371,7 +15371,7 @@ __metadata:
"@eeacms/volto-eea-website-theme": 2.4.0
"@eeacms/volto-embed": 10.1.1
"@eeacms/volto-embed-static-content": 0.3.1
"@eeacms/volto-globalsearch": 2.0.0
"@eeacms/volto-globalsearch": 2.0.1
"@eeacms/volto-plotlycharts": 10.0.10
"@eeacms/volto-redmine-helpdesk": 1.0.0
"@eeacms/volto-searchlib": 2.0.3
Expand Down Expand Up @@ -27606,7 +27606,7 @@ __metadata:
peerDependencies:
react: ">=0.14"
react-dom: ">=0.14"
checksum: 03bd2571d0fecc1cd321c8c98555cb8032f55131d06e2e39bc3eaf8d7924b2a223e45f9baa3ccd9eb21dec474b0eb54d1fa29b4655e93099b229d5402461e75a
checksum: ea65e61461d825cb35df1ca3e99a67d88cfdf50db7ec75eda5320b576b30ffc45ef04bb89d5708df56f73ce5803540e5b8ac8a42b04847077afb59f9071bdb6f
languageName: node
linkType: hard

Expand Down

0 comments on commit 736db99

Please sign in to comment.