Skip to content

Commit d9e9c28

Browse files
committed
⬆️(dogwood/3/fun) bump fun-apps to 5.14.0
This version changes the site's logo to the France Université Numérique logo.
1 parent 88338f9 commit d9e9c28

3 files changed

Lines changed: 13 additions & 17 deletions

File tree

.circleci/config.yml

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -158,13 +158,11 @@ jobs:
158158
#
159159
# Note that the job name should match the EDX_RELEASE value
160160

161-
# No changes detected for dogwood.3-fun
162-
# Run jobs for the eucalyptus.3-bare release
163-
eucalyptus.3-bare:
164-
<<: [*defaults, *build_steps]
165-
# Run jobs for the eucalyptus.3-wb release
166-
eucalyptus.3-wb:
161+
# Run jobs for the dogwood.3-fun release
162+
dogwood.3-fun:
167163
<<: [*defaults, *build_steps]
164+
# No changes detected for eucalyptus.3-bare
165+
# No changes detected for eucalyptus.3-wb
168166
# No changes detected for hawthorn.1-bare
169167
# No changes detected for hawthorn.1-oee
170168
# No changes detected for ironwood.2-bare
@@ -259,21 +257,15 @@ workflows:
259257

260258
# Build jobs
261259

262-
# No changes detected so no job to run for dogwood.3-fun
263-
# Run jobs for the eucalyptus.3-bare release
264-
- eucalyptus.3-bare:
265-
requires:
266-
- check-configuration
267-
filters:
268-
tags:
269-
ignore: /.*/
270-
# Run jobs for the eucalyptus.3-wb release
271-
- eucalyptus.3-wb:
260+
# Run jobs for the dogwood.3-fun release
261+
- dogwood.3-fun:
272262
requires:
273263
- check-configuration
274264
filters:
275265
tags:
276266
ignore: /.*/
267+
# No changes detected so no job to run for eucalyptus.3-bare
268+
# No changes detected so no job to run for eucalyptus.3-wb
277269
# No changes detected so no job to run for hawthorn.1-bare
278270
# No changes detected so no job to run for hawthorn.1-oee
279271
# No changes detected so no job to run for ironwood.2-bare

releases/dogwood/3/fun/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ release.
99

1010
## [Unreleased]
1111

12+
### Changed
13+
14+
- Upgrade fun-apps to version 5.14.0 to change the site's logo
15+
1216
## [dogwood.3-fun-2.7.1] - 2022-09-19
1317

1418
### Fixed

releases/dogwood/3/fun/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# ==== core ====
55
edx-gea==0.2.0
66
fonzie==0.4.0
7-
fun-apps==5.13.1
7+
fun-apps==5.14.0
88

99
# ==== xblocks ====
1010
configurable_lti_consumer-xblock==1.4.1

0 commit comments

Comments
 (0)