Skip to content

Commit

Permalink
Merge pull request #125 from eea/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
kreafox authored Aug 23, 2023
2 parents ed7da65 + 8dc8612 commit 59969cb
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ 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).

### [18.0.3](https://github.com/eea/volto-eea-kitkat/compare/18.0.2...18.0.3) - 23 August 2023

#### :rocket: Dependency updates

- Release @eeacms/volto-accordion-block@10.1.1 [EEA Jenkins - [`7a56ad9`](https://github.com/eea/volto-eea-kitkat/commit/7a56ad931bfe880ae68f3ac762ffa9e9db4870c2)]

#### :hammer_and_wrench: Others

- test: Update Makefile and docker-compose to align it with Jenkinsfile [valentinab25 - [`f3a61b9`](https://github.com/eea/volto-eea-kitkat/commit/f3a61b95bb39963eb531c65ac02dc634e682c686)]
### [18.0.2](https://github.com/eea/volto-eea-kitkat/compare/18.0.1...18.0.2) - 18 August 2023

#### :rocket: Dependency updates
Expand Down
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ start: ## Start development environment
echo "Running: ${DOCKER_COMPOSE} up"
${DOCKER_COMPOSE} up

.PHONY: shell
shell: ## Start a shell in the frontend container
echo "Running: ${DOCKER_COMPOSE} run frontend bash"
${DOCKER_COMPOSE} run --entrypoint=bash frontend

.PHONY: cypress-open
cypress-open: ## Open cypress integration tests
NODE_ENV=development $(NODE_MODULES)/cypress/bin/cypress open
Expand Down
6 changes: 5 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
version: "3"
services:
backend:
image: plone/plone-backend:${PLONE_VERSION:-6}
image: eeacms/plone-backend
ports:
- "8080:8080"
environment:
SITE: "Plone"
PROFILES: "eea.kitkat:testing"

frontend:
build:
Expand All @@ -23,6 +24,9 @@ services:
volumes:
- ./:/app/src/addons/${ADDON_PATH}
environment:
CI: "true"
NODE_ENV: "development"
RAZZLE_JEST_CONFIG: "src/addons/${ADDON_PATH}/jest-addon.config.js"
RAZZLE_INTERNAL_API_PATH: "http://backend:8080/Plone"
RAZZLE_DEV_PROXY_API_PATH: "http://backend:8080/Plone"
HOST: "0.0.0.0"
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eeacms/volto-eea-kitkat",
"version": "18.0.2",
"version": "18.0.3",
"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 Down Expand Up @@ -60,7 +60,7 @@
],
"dependencies": {
"@eeacms/countup": "2.0.4",
"@eeacms/volto-accordion-block": "10.1.0",
"@eeacms/volto-accordion-block": "10.1.1",
"@eeacms/volto-anchors": "0.4.0",
"@eeacms/volto-banner": "3.1.3",
"@eeacms/volto-block-divider": "6.1.2",
Expand Down Expand Up @@ -109,7 +109,7 @@
"@eeacms/volto-description-block": "1.1.3",
"@eeacms/volto-slate-label": "0.5.2",
"@plone-collective/volto-sentry": "0.3.0",
"@eeacms/volto-accordion-block": "10.1.0",
"@eeacms/volto-accordion-block": "10.1.1",
"@eeacms/volto-banner": "3.1.3",
"@eeacms/volto-block-divider": "6.1.2",
"@eeacms/volto-block-image-cards": "1.3.3",
Expand Down

0 comments on commit 59969cb

Please sign in to comment.