Skip to content

Commit a31ccca

Browse files
chore: release main (#2358)
1 parent e4d4c46 commit a31ccca

File tree

5 files changed

+22
-4
lines changed

5 files changed

+22
-4
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"components/o-header": "15.3.0",
2424
"components/o-header-services": "6.1.0",
2525
"components/o-icons": "7.10.0",
26-
"components/o-labels": "7.1.2",
26+
"components/o-labels": "8.0.0",
2727
"components/o-layout": "6.0.1",
2828
"components/o-lazy-load": "3.1.3",
2929
"components/o-loading": "6.0.0",
@@ -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.2",
45+
"components/o-teaser": "9.1.3",
4646
"components/o-teaser-collection": "5.0.2",
4747
"components/o-toggle": "3.2.6",
4848
"components/o-tooltip": "6.0.1",

components/o-labels/CHANGELOG.md

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

3+
## [8.0.0](https://github.com/Financial-Times/origami/compare/o-labels-v7.1.2...o-labels-v8.0.0) (2026-02-05)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Replace `scoop` with `exclusive`
9+
10+
### Features
11+
12+
* Replace `scoop` with `exclusive` ([8ff2c0d](https://github.com/Financial-Times/origami/commit/8ff2c0d3cfd25cec7d3d5046ca66134fc1af1633))
13+
314
## [7.1.2](https://github.com/Financial-Times/origami/compare/o-labels-v7.1.1...o-labels-v7.1.2) (2025-10-28)
415

516

components/o-labels/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-labels",
3-
"version": "7.1.2",
3+
"version": "8.0.0",
44
"description": "Labels for content classification or to emphasise a value. Provides customisation options with the FT colour palette.",
55
"keywords": [
66
"label",

components/o-teaser/CHANGELOG.md

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

3+
## [9.1.3](https://github.com/Financial-Times/origami/compare/o-teaser-v9.1.2...o-teaser-v9.1.3) (2026-02-05)
4+
5+
6+
### Bug Fixes
7+
8+
* depend on v7 and v8 of o-labels on o-teaser ([#2360](https://github.com/Financial-Times/origami/issues/2360)) ([e4d4c46](https://github.com/Financial-Times/origami/commit/e4d4c464ad3acfa412002a550590d497a246de45))
9+
310
## [9.1.2](https://github.com/Financial-Times/origami/compare/o-teaser-v9.1.1...o-teaser-v9.1.2) (2025-12-03)
411

512

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.2",
3+
"version": "9.1.3",
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)