Skip to content

Commit fac9ff8

Browse files
committed
fix: pin volto to 18.35.0, no docker image published yet for 18.35.1
1 parent 38c70cd commit fac9ff8

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
build-args: |
3232
ADDON_NAME=design-comuni-plone-theme
3333
ADDON_PATH=design-comuni-plone-theme
34-
VOLTO_VERSION=18.35.1
34+
VOLTO_VERSION=18.35.0
3535
3636
# - name: Deploy to rancher
3737
# uses: redturtle/rancher-deploy-action@v0.2.0

.github/workflows/prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
build-args: |
3535
ADDON_NAME=design-comuni-plone-theme
3636
ADDON_PATH=design-comuni-plone-theme
37-
VOLTO_VERSION=18.35.1
37+
VOLTO_VERSION=18.35.0

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
build-args: |
3636
ADDON_NAME=design-comuni-plone-theme
3737
ADDON_PATH=design-comuni-plone-theme
38-
VOLTO_VERSION=18.35.1
38+
VOLTO_VERSION=18.35.0

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ CURRENT_DIR:=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
2727
# ADDON ?= "design-comuni-plone-theme"
2828

2929
PLONE_VERSION=6
30-
VOLTO_VERSION=18.35.1
30+
VOLTO_VERSION=18.35.0
3131

3232
ADDON_NAME='design-comuni-plone-theme'
3333
ADDON_PATH='design-comuni-plone-theme'

dockerfiles/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
args:
99
ADDON_NAME: '${ADDON_NAME}'
1010
ADDON_PATH: '${ADDON_PATH}'
11-
VOLTO_VERSION: ${VOLTO_VERSION:-18.35.1}
11+
VOLTO_VERSION: ${VOLTO_VERSION:-18.35.0}
1212
volumes:
1313
- ${CURRENT_DIR}:/app/src/addons/${ADDON_PATH}/
1414
environment:
@@ -34,7 +34,7 @@ services:
3434
args:
3535
ADDON_NAME: '${ADDON_NAME}'
3636
ADDON_PATH: '${ADDON_PATH}'
37-
VOLTO_VERSION: ${VOLTO_VERSION:-18.35.1}
37+
VOLTO_VERSION: ${VOLTO_VERSION:-18.35.0}
3838
environment:
3939
RAZZLE_INTERNAL_API_PATH: http://backend:8080/Plone
4040
RAZZLE_API_PATH: http://localhost:8080/Plone

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
"stylelint-prettier": "4.0.2"
203203
},
204204
"peerDependencies": {
205-
"@plone/volto": "18.35.1"
205+
"@plone/volto": "18.35.0"
206206
},
207207
"packageManager": "yarn@3.2.3"
208208
}

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8770,7 +8770,7 @@ __metadata:
87708770
volto-venue: 4.1.2
87718771
webpack-image-resize-loader: ^5.0.0
87728772
peerDependencies:
8773-
"@plone/volto": 18.35.1
8773+
"@plone/volto": 18.35.0
87748774
languageName: unknown
87758775
linkType: soft
87768776

0 commit comments

Comments
 (0)