Skip to content

Commit

Permalink
Revert "Update to Volto 17a17"
Browse files Browse the repository at this point in the history
This reverts commit e363eed.
  • Loading branch information
sneridagh committed Jul 11, 2023
1 parent e363eed commit b028237
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
env:
ENVIRONMENT: "light-theme.kitconcept.io"
IMAGE_NAME: "ghcr.io/kitconcept/voltolighttheme-frontend"
VOLTO_VERSION: "17.0.0-alpha.17"
VOLTO_VERSION: "17.0.0-alpha.16"

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

PLONE_VERSION=6
VOLTO_VERSION=17.0.0-alpha.17
VOLTO_VERSION=17.0.0-alpha.16

ADDON_NAME='@kitconcept/volto-light-theme'
ADDON_PATH='volto-light-theme'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@
"@kitconcept/volto-introduction-block": "^1.0.0",
"@kitconcept/volto-separator-block": "^3.2.0",
"@kitconcept/volto-slider-block": "^4.2.0",
"@plone/volto": "^17.0.0-alpha.17"
"@plone/volto": "^17.0.0-alpha.16"
}
}

0 comments on commit b028237

Please sign in to comment.