Skip to content

Commit

Permalink
chore: update changelog for version 1.8.3 and adjust dependency names…
Browse files Browse the repository at this point in the history
…paces
  • Loading branch information
dermatz committed Nov 22, 2024
1 parent a11b552 commit a1b446d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ All notable changes to this project will be documented in this file.

## Latest Release

### 1.8.3

- update dependencies namespaces

### 1.8.2

- update project respository namespaces
- add contributes

### 1.8.1

- added documentation for color assignments in `CONTRIBUTING.md` to standardize the use of color variables in bash scripts
Expand Down
2 changes: 1 addition & 1 deletion commands/web/woodoo_components/variables
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
#ddev-generated - Do not modify this file; your modifications will be overwritten.

WOODOO_VERSION="1.8.1"
WOODOO_VERSION="1.8.3"
LATEST_WOODOO_VERSION=$(curl -s https://api.github.com/repos/OpenForgeProject/ddev-woodoo-buildtools-magento/releases/latest | grep tag_name | cut -d '"' -f 4)

PROJECT_CONFIG_FILE=".ddev/config-themes.yaml"
Expand Down
2 changes: 1 addition & 1 deletion install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ddev-woodoo-buildtools-magento

pre_install_actions:
# https://github.com/Morgy93/ddev-gum
- if ! ddev add-on get --installed | grep -q "Morgy93/ddev-gum"; then ddev add-on get Morgy93/ddev-gum; fi
- if ! ddev add-on get --installed | grep -q "OpenForgeProject/ddev-gum"; then ddev add-on get OpenForgeProject/ddev-gum; fi
- "if [ -f .ddev/commands/web/woodoo_components/checks ]; then rm .ddev/commands/web/woodoo_components/checks && echo 'Woodoo Housekeeping: removed old file .ddev/commands/web/woodoo_components/checks'; fi"

project_files:
Expand Down

0 comments on commit a1b446d

Please sign in to comment.