Skip to content

Commit ca385fb

Browse files
authored
Merge pull request #2369 from Financial-Times/release-please--branches--main
chore: release main
2 parents 1e129aa + 7d5eacb commit ca385fb

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"components/o-syntax-highlight": "5.0.0",
4343
"components/o-table": "10.0.2",
4444
"components/o-tabs": "9.0.0",
45-
"components/o-teaser": "9.1.3",
45+
"components/o-teaser": "10.0.0",
4646
"components/o-teaser-collection": "5.0.2",
4747
"components/o-toggle": "3.2.6",
4848
"components/o-tooltip": "6.0.1",

components/o-teaser/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [10.0.0](https://github.com/Financial-Times/origami/compare/o-teaser-v9.1.3...o-teaser-v10.0.0) (2026-02-19)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Add Byline component
9+
10+
### Features
11+
12+
* Add Byline component ([4d01245](https://github.com/Financial-Times/origami/commit/4d01245fb5d767a0f1cf5972714b603fab66383f))
13+
* Add Byline stylings ([be46170](https://github.com/Financial-Times/origami/commit/be461709df3c64537e0519ca45009e1b116765e5))
14+
* Add title indicator icon with Opinion teasers ([fc23079](https://github.com/Financial-Times/origami/commit/fc23079fdac6d2591842854058e26a2873e4985f))
15+
* Add titlePrefix into Title component ([7e754f1](https://github.com/Financial-Times/origami/commit/7e754f111ca880defbe2cdc8ddba36fa624a0bad))
16+
* Add titlePrefix stylings ([3ce1ae0](https://github.com/Financial-Times/origami/commit/3ce1ae0cdfdefe325f7ea2f9f2f930ba9c55cba9))
17+
318
## [9.1.3](https://github.com/Financial-Times/origami/compare/o-teaser-v9.1.2...o-teaser-v9.1.3) (2026-02-05)
419

520

components/o-teaser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@financial-times/o-teaser",
3-
"version": "9.1.3",
3+
"version": "10.0.0",
44
"description": "Provides styling for teaser elements, which contain information about an article and link through to it",
55
"keywords": [
66
"article",

0 commit comments

Comments
 (0)