Skip to content

Commit

Permalink
refactor(sentry): Add @plone-collective/volto-sentry 0.2.0 - refs #15…
Browse files Browse the repository at this point in the history
…6939
  • Loading branch information
avoinea committed Nov 16, 2022
1 parent 87bd6f5 commit 8095a24
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ The [eea.kitkat](https://github.com/eea/eea.kitkat) Plone add-on is the backend

# Upgrade

### Upgrading to 10.x

This version requires: `@plone/volto >= 16.0.0.alpha.45` (Sentry removed from Volto Core).

### Upgrading to 9.x

This version requires: `@plone/volto >= 16.0.0.alpha.15` (`volto-slate` part of Volto Core).
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eeacms/volto-eea-kitkat",
"version": "9.0.0",
"version": "10.0.0",
"description": "@eeacms/volto-eea-kitkat: Volto Add-ons bundle - A known good set of Volto addons to be used within all EEA projects and beyond",
"main": "src/index.js",
"author": "European Environment Agency: IDM2 A-Team",
Expand All @@ -22,6 +22,7 @@
},
"addons": [
"@eeacms/volto-matomo",
"@plone-collective/volto-sentry",
"@eeacms/volto-sentry-rancher-config",
"@eeacms/volto-corsproxy",
"@eeacms/volto-depiction",
Expand All @@ -48,6 +49,7 @@
"@eeacms/volto-block-image-cards"
],
"dependencies": {
"@plone-collective/volto-sentry": "0.2.0",
"@eeacms/volto-accordion-block": "5.0.0",
"@eeacms/volto-banner": "3.0.0",
"@eeacms/volto-block-divider": "4.0.0",
Expand Down Expand Up @@ -75,6 +77,7 @@
"@eeacms/volto-widgets-view": "4.0.0"
},
"resolutions": {
"@plone-collective/volto-sentry": "0.2.0",
"@eeacms/volto-accordion-block": "5.0.0",
"@eeacms/volto-banner": "3.0.0",
"@eeacms/volto-block-divider": "4.0.0",
Expand Down

0 comments on commit 8095a24

Please sign in to comment.