Skip to content

Commit

Permalink
Merge pull request #15 from plone/upgradeto6.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fredvd authored Apr 27, 2023
2 parents 95c5179 + 1b761f5 commit fe848a1
Show file tree
Hide file tree
Showing 9 changed files with 2,154 additions and 1,695 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
env:
node-version: 16.x
python: "3.11"
plone: "6.0.3"
plone: "6.0.4"

jobs:

Expand Down
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
ARG SEED=1000
ARG PLONE_VERSION=6.0.3
ARG PLONE_VERSION=6.0.4
FROM plone/plone-backend:${PLONE_VERSION}


Expand Down
2 changes: 1 addition & 1 deletion backend/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ GREEN=`tput setaf 2`
RESET=`tput sgr0`
YELLOW=`tput setaf 3`

PLONE_VERSION=6.0.3
PLONE_VERSION=6.0.4

BACKEND_FOLDER=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))

Expand Down
2 changes: 1 addition & 1 deletion backend/constraints.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
-c https://dist.plone.org/release/6.0.3/constraints.txt
-c https://dist.plone.org/release/6.0.4/constraints.txt
2 changes: 1 addition & 1 deletion classic/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
ARG SEED=1000
ARG PLONE_VERSION=6.0.3
ARG PLONE_VERSION=6.0.4
FROM plone/plone-backend:${PLONE_VERSION}
ENV zope_i18n_compile_mo_files=true

Expand Down
2 changes: 1 addition & 1 deletion classic/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ GREEN=`tput setaf 2`
RESET=`tput sgr0`
YELLOW=`tput setaf 3`

PLONE_VERSION=6.0.3
PLONE_VERSION=6.0.4

BACKEND_FOLDER=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))

Expand Down
2 changes: 1 addition & 1 deletion classic/constraints.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
-c https://dist.plone.org/release/6.0.3/constraints.txt
-c https://dist.plone.org/release/6.0.4/constraints.txt
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@
"node": "^14 || ^16"
},
"dependencies": {
"@kitconcept/volto-blocks-grid": "6.1.0",
"@plone/volto": "16.9.0"
"@kitconcept/volto-blocks-grid": "7.0.0",
"@plone/volto": "16.20.4"
},
"devDependencies": {
"@plone/scripts": "^2.3.0",
Expand Down
3,831 changes: 2,145 additions & 1,686 deletions frontend/yarn.lock

Large diffs are not rendered by default.

0 comments on commit fe848a1

Please sign in to comment.