Skip to content

Commit

Permalink
Bump app version to 1.42.0
Browse files Browse the repository at this point in the history
From the changelog:

- Add cover image for CDC-RFA-IP-25-0007
- Add cover image for CMS-2V2-25-001
  - Also add inline images
- Add utility classes for different list counters

- Updates to CMS theme:
  - Fix background and text colour for cover page
  - "Standard" icons are blue
  - Tighter line-height for h5s
  - Smaller, bolder h7s
- Speed up "add_headings_to_nofo" function
  - Precompile regex patterns for heading ID substitution
  - Batch update sections and subsections

- Don't demote h7s, since there is no lower heading level
  • Loading branch information
pcraig3 committed Dec 24, 2024
1 parent 1c9eb7f commit 42e550a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ The format is based on Keep a Changelog, and this project adheres to Semantic Ve

### Added

### Changed

### Fixed

## [1.42.0] - 2023-12-24

### Added

- Add cover image for CDC-RFA-IP-25-0007
- Add cover image for CMS-2V2-25-001
- Also add inline images
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bloom-nofos"
version = "1.41.0"
version = "1.42.0"
description = "the no-code solo nofo web flow"
authors = ["Paul Craig <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 42e550a

Please sign in to comment.