Skip to content

Commit

Permalink
Merge pull request #66 from eea/develop
Browse files Browse the repository at this point in the history
chore: add plone-authomatic addon
  • Loading branch information
alecghica authored Aug 11, 2023
2 parents aab58e8 + 9a9e5f7 commit c330c84
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ 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).

### [0.54.0](https://github.com/eea/advisory-board-frontend/compare/1.0.1...0.54.0) - 11 August 2023

#### :house: Internal changes

- chore: [YARN] Automated update of yarn.lock [EEA Jenkins - [`5690794`](https://github.com/eea/advisory-board-frontend/commit/56907943bf28541a5df72f2cf26b7f3a5ee28a51)]

#### :house: Documentation changes

- docs: [JENKINS] Automated badge update of README.md [EEA Jenkins - [`6c87726`](https://github.com/eea/advisory-board-frontend/commit/6c87726ef580959f78d964ebad8b904254b6ad2c)]

### [1.0.1](https://github.com/eea/advisory-board-frontend/compare/1.0.0...1.0.1) - 9 August 2023

#### :house: Internal changes

- chore: add plone-authomatic addon [Andrei Grigore - [`d45b0f4`](https://github.com/eea/advisory-board-frontend/commit/d45b0f4da306ab48a9599da346b17c4b02f68f21)]

## [1.0.0](https://github.com/eea/advisory-board-frontend/compare/0.53.0...1.0.0) - 8 August 2023

### [0.53.0](https://github.com/eea/advisory-board-frontend/compare/0.52.0...0.53.0) - 8 August 2023

#### :rocket: Dependency updates
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Release](https://img.shields.io/github/v/release/eea/advisory-board-frontend?sort=semver)](https://github.com/eea/advisory-board-frontend/releases)
[![Pipeline](https://ci.eionet.europa.eu/buildStatus/icon?job=volto%2Fadvisory-board-frontend%2Fmaster&subject=master)](https://ci.eionet.europa.eu/view/Github/job/volto/job/advisory-board-frontend/job/master/lastBuild/display/redirect)
[![Pipeline](https://ci.eionet.europa.eu/buildStatus/icon?job=volto%2Fadvisory-board-frontend%2Fdevelop&subject=develop)](https://ci.eionet.europa.eu/view/Github/job/volto/job/advisory-board-frontend/job/develop/lastBuild/display/redirect)
[![Release pipeline](https://ci.eionet.europa.eu/buildStatus/icon?job=volto%2Fadvisory-board-frontend%2F0.53.0&build=last&subject=release%20v0.53.0%20pipeline)](https://ci.eionet.europa.eu/view/Github/job/volto/job/advisory-board-frontend/job/0.53.0/lastBuild/display/redirect/)
[![Release pipeline](https://ci.eionet.europa.eu/buildStatus/icon?job=volto%2Fadvisory-board-frontend%2F0.54.0&build=last&subject=release%20v0.54.0%20pipeline)](https://ci.eionet.europa.eu/view/Github/job/volto/job/advisory-board-frontend/job/0.54.0/lastBuild/display/redirect/)


## Documentation
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "advisory-board-frontend",
"description": "A Volto-powered Plone frontend",
"license": "MIT",
"version": "0.53.0",
"version": "0.54.0",
"scripts": {
"start": "razzle start",
"postinstall": "make omelette && make patches",
Expand Down Expand Up @@ -36,7 +36,8 @@
"@eeacms/volto-eea-website-theme",
"@eeacms/volto-spotlight",
"@eeacms/volto-nextcloud-video-block",
"@eeacms/volto-climate-advisory-board-policy"
"@eeacms/volto-climate-advisory-board-policy",
"@plone-collective/volto-authomatic"
],
"jest": {
"modulePathIgnorePatterns": [
Expand Down Expand Up @@ -147,6 +148,7 @@
"@eeacms/volto-nextcloud-video-block": "0.4.4",
"@eeacms/volto-resize-helper": "1.3.3",
"@eeacms/volto-spotlight": "2.0.10",
"@plone-collective/volto-authomatic": "1.3.0",
"@plone/volto": "16.20.4"
},
"devDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3340,6 +3340,15 @@ __metadata:
languageName: node
linkType: hard

"@plone-collective/volto-authomatic@npm:1.3.0":
version: 1.3.0
resolution: "@plone-collective/volto-authomatic@npm:1.3.0"
peerDependencies:
"@plone/volto": ">=13.8.0"
checksum: d882f18c267ea8ec9c41bcd263a3f99d14bd0a592384416a763b7276cc8229ea89d32b16a41c6b0d8b1396328f808ad0d595220260c60bc7351f2134b3912d6d
languageName: node
linkType: hard

"@plone-collective/volto-sentry@npm:0.3.0":
version: 0.3.0
resolution: "@plone-collective/volto-sentry@npm:0.3.0"
Expand Down Expand Up @@ -6439,6 +6448,7 @@ __metadata:
"@eeacms/volto-nextcloud-video-block": 0.4.4
"@eeacms/volto-resize-helper": 1.3.3
"@eeacms/volto-spotlight": 2.0.10
"@plone-collective/volto-authomatic": 1.3.0
"@plone/scripts": ^2.1.5
"@plone/volto": 16.20.4
"@storybook/addon-actions": ^6.3.0
Expand Down

0 comments on commit c330c84

Please sign in to comment.