Skip to content

Commit

Permalink
⬆️(dogwood/3/fun) bump fun-apps to 5.14.0
Browse files Browse the repository at this point in the history
This version changes the site's logo to the France Université
Numérique logo.
  • Loading branch information
sampaccoud committed Apr 18, 2023
1 parent 88338f9 commit d9e9c28
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 17 deletions.
24 changes: 8 additions & 16 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,13 +158,11 @@ jobs:
#
# Note that the job name should match the EDX_RELEASE value

# No changes detected for dogwood.3-fun
# Run jobs for the eucalyptus.3-bare release
eucalyptus.3-bare:
<<: [*defaults, *build_steps]
# Run jobs for the eucalyptus.3-wb release
eucalyptus.3-wb:
# Run jobs for the dogwood.3-fun release
dogwood.3-fun:
<<: [*defaults, *build_steps]
# No changes detected for eucalyptus.3-bare
# No changes detected for eucalyptus.3-wb
# No changes detected for hawthorn.1-bare
# No changes detected for hawthorn.1-oee
# No changes detected for ironwood.2-bare
Expand Down Expand Up @@ -259,21 +257,15 @@ workflows:

# Build jobs

# No changes detected so no job to run for dogwood.3-fun
# Run jobs for the eucalyptus.3-bare release
- eucalyptus.3-bare:
requires:
- check-configuration
filters:
tags:
ignore: /.*/
# Run jobs for the eucalyptus.3-wb release
- eucalyptus.3-wb:
# Run jobs for the dogwood.3-fun release
- dogwood.3-fun:
requires:
- check-configuration
filters:
tags:
ignore: /.*/
# No changes detected so no job to run for eucalyptus.3-bare
# No changes detected so no job to run for eucalyptus.3-wb
# No changes detected so no job to run for hawthorn.1-bare
# No changes detected so no job to run for hawthorn.1-oee
# No changes detected so no job to run for ironwood.2-bare
Expand Down
4 changes: 4 additions & 0 deletions releases/dogwood/3/fun/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ release.

## [Unreleased]

### Changed

- Upgrade fun-apps to version 5.14.0 to change the site's logo

## [dogwood.3-fun-2.7.1] - 2022-09-19

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion releases/dogwood/3/fun/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# ==== core ====
edx-gea==0.2.0
fonzie==0.4.0
fun-apps==5.13.1
fun-apps==5.14.0

# ==== xblocks ====
configurable_lti_consumer-xblock==1.4.1
Expand Down

0 comments on commit d9e9c28

Please sign in to comment.