Skip to content

Commit 4c5fbd1

Browse files
authored
Merge pull request #363 from openstax/nursing-internal-table-columns
bake table columns in nursing internal
2 parents 5c673f6 + 83106db commit 4c5fbd1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
* Bake `TableColumns` in `nursing-internal`
910
* Create `v4` of `introduction` order
1011
* Bake `unfolding-casestudy` note exercises in `nursing-internal`
1112
* Add translations for notes titles and eoc sections to `pl-marketing`

lib/recipes/nursing-internal/recipe.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@
144144
end
145145

146146
BakeUnitTitle.v1(book: book)
147+
BakeTableColumns.v1(book: book)
147148
BakeIndex.v1(book: book)
148149
BakeCompositePages.v1(book: book)
149150
BakeCompositeChapters.v1(book: book)

0 commit comments

Comments
 (0)