Skip to content

Commit f604aba

Browse files
origamiserviceuserfrshwtr
authored andcommitted
chore: release main
1 parent 50e0ac1 commit f604aba

File tree

7 files changed

+32
-6
lines changed

7 files changed

+32
-6
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"components/g-audio": "3.0.0",
44
"components/n-notification": "9.0.0",
55
"components/o-audio": "2.1.4",
6-
"components/o-autocomplete": "2.1.0",
6+
"components/o-autocomplete": "2.2.0",
77
"components/o-banner": "5.0.0",
88
"components/o-big-number": "3.2.3",
99
"components/o-buttons": "7.11.0",
@@ -32,7 +32,7 @@
3232
"components/o-multi-select": "3.1.0",
3333
"components/o-normalise": "3.3.2",
3434
"components/o-overlay": "5.0.3",
35-
"components/o-private-foundation": "1.9.0",
35+
"components/o-private-foundation": "1.9.1",
3636
"components/o-quote": "5.3.4",
3737
"components/o-share": "11.0.2",
3838
"components/o-social-follow": "2.1.0",
@@ -55,7 +55,7 @@
5555
"components/o3-button": "3.16.0",
5656
"components/o3-editorial-typography": "3.2.2",
5757
"components/o3-form": "0.9.0",
58-
"components/o3-foundation": "3.12.0",
58+
"components/o3-foundation": "3.12.1",
5959
"components/o3-social-sign-in": "2.0.1",
6060
"components/o3-tooltip": "3.1.1",
6161
"libraries/ftdomdelegate": "5.0.1",

components/o-autocomplete/CHANGELOG.md

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

3+
## [2.2.0](https://github.com/Financial-Times/origami/compare/o-autocomplete-v2.1.0...o-autocomplete-v2.2.0) (2026-01-12)
4+
5+
6+
### Features
7+
8+
* Add o-autocomplete showNoOptionsFound option ([a869a04](https://github.com/Financial-Times/origami/commit/a869a04ffc045d526bb1facf7c89215c4933754f))
9+
10+
11+
### Bug Fixes
12+
13+
* Add o-autocomplete clear button post-click logic ([67f4fed](https://github.com/Financial-Times/origami/commit/67f4fed14380e8e7b12d3d36156604e0a51e6446))
14+
315
## [2.1.0](https://github.com/Financial-Times/origami/compare/o-autocomplete-v2.0.0...o-autocomplete-v2.1.0) (2025-11-13)
416

517

components/o-autocomplete/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-autocomplete",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "An origami component for autocomplete inputs",
55
"keywords": [
66
"autocomplete",

components/o-private-foundation/CHANGELOG.md

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

3+
## [1.9.1](https://github.com/Financial-Times/origami/compare/o-private-foundation-v1.9.0...o-private-foundation-v1.9.1) (2026-01-12)
4+
5+
6+
### Bug Fixes
7+
8+
* fix broken note icon ([50e0ac1](https://github.com/Financial-Times/origami/commit/50e0ac1f5790f62bed6819a4312a6f42ca1097a6))
9+
310
## [1.9.0](https://github.com/Financial-Times/origami/compare/o-private-foundation-v1.8.0...o-private-foundation-v1.9.0) (2025-12-03)
411

512

components/o-private-foundation/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-private-foundation",
3-
"version": "1.9.0",
3+
"version": "1.9.1",
44
"description": "Foundation components for use in Origami components only.",
55
"keywords": [],
66
"homepage": "https://registry.origami.ft.com/components/o-private-foundation",

components/o3-foundation/CHANGELOG.md

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

3+
## [3.12.1](https://github.com/Financial-Times/origami/compare/o3-foundation-v3.12.0...o3-foundation-v3.12.1) (2026-01-12)
4+
5+
6+
### Bug Fixes
7+
8+
* fix broken note icon ([50e0ac1](https://github.com/Financial-Times/origami/commit/50e0ac1f5790f62bed6819a4312a6f42ca1097a6))
9+
310
## [3.12.0](https://github.com/Financial-Times/origami/compare/o3-foundation-v3.11.3...o3-foundation-v3.12.0) (2025-12-03)
411

512

components/o3-foundation/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/o3-foundation",
3-
"version": "3.12.0",
3+
"version": "3.12.1",
44
"description": "Origami foundations with design tokens",
55
"keywords": [
66
"foundation",

0 commit comments

Comments
 (0)