Skip to content

Commit

Permalink
Merge pull request #15 from eea/develop
Browse files Browse the repository at this point in the history
Patch Blocks helper to safely get blocks from data - refs #153018
  • Loading branch information
avoinea authored Aug 10, 2022
2 parents 6357046 + e6e69aa commit c1dea32
Show file tree
Hide file tree
Showing 4 changed files with 450 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,16 @@ 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.3.2](https://github.com/eea/volto-eea-website-policy/compare/0.3.1...0.3.2)

- Safely get data - refs #153018 [`aefc689`](https://github.com/eea/volto-eea-website-policy/commit/aefc68979f6aad86ea02952f82e639dfe8c566f2)
- Customize Blocks helper - copy unchanged from @plone/volto 16.alpha.12 [`368ffa8`](https://github.com/eea/volto-eea-website-policy/commit/368ffa8c9ebfc54d364d7bf13b60f4016f1c90e8)

#### [0.3.1](https://github.com/eea/volto-eea-website-policy/compare/0.3.0...0.3.1)

- feature(navigation): addde context navigation block [`2b0b6f6`](https://github.com/eea/volto-eea-website-policy/commit/2b0b6f616adf85ab41365a7cf6ee6e690ff9fd0c)
> 1 August 2022
- feature(navigation): addde context navigation block [`#14`](https://github.com/eea/volto-eea-website-policy/pull/14)

#### [0.3.0](https://github.com/eea/volto-eea-website-policy/compare/0.2.6...0.3.0)

Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pipeline {
DEPENDENCIES = ""
PROFILES = "eea.website.policy:default plone.app.multilingual:default eea.kitkat:testing"
ADDONS = "eea.website.policy"
VOLTO = "alpha"
VOLTO = "16.0.0-alpha.14"
}

stages {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eeacms/volto-eea-website-policy",
"version": "0.3.1",
"version": "0.3.2",
"description": "@eeacms/volto-eea-website-policy: Volto add-on",
"main": "src/index.js",
"author": "European Environment Agency: IDM2 A-Team",
Expand Down
Loading

0 comments on commit c1dea32

Please sign in to comment.