Skip to content

Commit b01825c

Browse files
chore(release): 2.2.0 [skip ci]
## [2.2.0](v2.1.0...v2.2.0) (2024-10-30) ### ✨ Features * **media/print_media:** add font-family settings ([8d2bb54](8d2bb54)) * **layout/sectionnization:** modify font size and margin size ([9c263a3](9c263a3)) * **layout/page/page_config:** modify page bottom border style ([c3bdd0d](c3bdd0d)) * **src:** move font settings to foundation/base ([29e0a8c](29e0a8c)) * **layout/page/page_count:** start page numbering from 0 ([6188555](6188555)) ### 🐛 Bug Fixes * **object/source_code:** remove figure numbering from source code ([880b7d4](880b7d4))
1 parent 880b7d4 commit b01825c

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [2.2.0](https://github.com/o2project/vivliostyle-theme-o2project/compare/v2.1.0...v2.2.0) (2024-10-30)
2+
3+
### ✨ Features
4+
5+
* **media/print_media:** add font-family settings ([8d2bb54](https://github.com/o2project/vivliostyle-theme-o2project/commit/8d2bb542de08892613b75bc167ae2c589a9c2568))
6+
* **layout/sectionnization:** modify font size and margin size ([9c263a3](https://github.com/o2project/vivliostyle-theme-o2project/commit/9c263a31f951cd956efd767627520ec67c2761fc))
7+
* **layout/page/page_config:** modify page bottom border style ([c3bdd0d](https://github.com/o2project/vivliostyle-theme-o2project/commit/c3bdd0d838e6fbc444958a460a088d8f6d7189a5))
8+
* **src:** move font settings to foundation/base ([29e0a8c](https://github.com/o2project/vivliostyle-theme-o2project/commit/29e0a8cee1942eb3ff358750e65fc0153aaeac97))
9+
* **layout/page/page_count:** start page numbering from 0 ([6188555](https://github.com/o2project/vivliostyle-theme-o2project/commit/61885555b448d64c103fa520661927a373262bbc))
10+
11+
### 🐛 Bug Fixes
12+
13+
* **object/source_code:** remove figure numbering from source code ([880b7d4](https://github.com/o2project/vivliostyle-theme-o2project/commit/880b7d4dd8d57ad380805bfc95be8631686991d5))
14+
115
## [2.1.0](https://github.com/o2project/vivliostyle-theme-o2project/compare/v2.0.4...v2.1.0) (2024-10-30)
216

317
### ✨ Features

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@o2project/vivliostyle-theme-o2project",
33
"description": "Vivliostyle theme for O2 Project",
4-
"version": "2.1.0",
4+
"version": "2.2.0",
55
"author": "O2 Project <[email protected]>",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)