Skip to content

Commit 6d572bb

Browse files
origamiserviceuserfrshwtr
authored andcommitted
chore: release main
1 parent 4e5731e commit 6d572bb

File tree

7 files changed

+27
-6
lines changed

7 files changed

+27
-6
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@
5454
"components/o-visual-effects": "5.0.1",
5555
"components/o3-button": "3.16.0",
5656
"components/o3-editorial-typography": "3.2.2",
57-
"components/o3-form": "0.10.0",
58-
"components/o3-foundation": "3.12.1",
57+
"components/o3-form": "0.11.0",
58+
"components/o3-foundation": "3.13.0",
5959
"components/o3-social-sign-in": "2.0.1",
60-
"components/o3-tooltip": "3.1.1",
60+
"components/o3-tooltip": "3.2.0",
6161
"libraries/ftdomdelegate": "5.0.1",
6262
"libraries/math": "1.1.1",
6363
"libraries/o-autoinit": "3.1.4",

components/o3-form/CHANGELOG.md

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

3+
## [0.11.0](https://github.com/Financial-Times/origami/compare/o3-form-v0.10.0...o3-form-v0.11.0) (2026-01-12)
4+
5+
6+
### Features
7+
8+
* introduce file input component to o3-form ([8329fdc](https://github.com/Financial-Times/origami/commit/8329fdce18404ccfb06e124e312d618c15421ccb))
9+
310
## [0.10.0](https://github.com/Financial-Times/origami/compare/o3-form-v0.9.0...o3-form-v0.10.0) (2026-01-12)
411

512

components/o3-form/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-form",
3-
"version": "0.10.0",
3+
"version": "0.11.0",
44
"description": "Provides a viewport-aware tooltip for annotating or or highlighting other aspects of a product's UI",
55
"keywords": [
66
"form",

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.13.0](https://github.com/Financial-Times/origami/compare/o3-foundation-v3.12.1...o3-foundation-v3.13.0) (2026-01-12)
4+
5+
6+
### Features
7+
8+
* introduce file input component to o3-form ([8329fdc](https://github.com/Financial-Times/origami/commit/8329fdce18404ccfb06e124e312d618c15421ccb))
9+
310
## [3.12.1](https://github.com/Financial-Times/origami/compare/o3-foundation-v3.12.0...o3-foundation-v3.12.1) (2026-01-12)
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.1",
3+
"version": "3.13.0",
44
"description": "Origami foundations with design tokens",
55
"keywords": [
66
"foundation",

components/o3-tooltip/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.2.0](https://github.com/Financial-Times/origami/compare/o3-tooltip-v3.1.1...o3-tooltip-v3.2.0) (2026-01-12)
4+
5+
6+
### Features
7+
8+
* introduce onClose callback to o3-tooltip Web Component ([#2332](https://github.com/Financial-Times/origami/issues/2332)) ([4e5731e](https://github.com/Financial-Times/origami/commit/4e5731e57268c37d8f50eccc92d0d7c9e98910d9))
9+
310
## [3.1.1](https://github.com/Financial-Times/origami/compare/o3-tooltip-v3.1.0...o3-tooltip-v3.1.1) (2025-10-22)
411

512

components/o3-tooltip/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-tooltip",
3-
"version": "3.1.1",
3+
"version": "3.2.0",
44
"description": "Provides a viewport-aware tooltip for annotating or or highlighting other aspects of a product's UI",
55
"keywords": [
66
"tooltip",

0 commit comments

Comments
 (0)