Skip to content

Commit cfc9809

Browse files
authored
Merge pull request #2336 from Financial-Times/release-please--branches--main
chore: release main
2 parents 6971e49 + a83a2e7 commit cfc9809

File tree

5 files changed

+34
-4
lines changed

5 files changed

+34
-4
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"components/o-overlay": "5.0.3",
3535
"components/o-private-foundation": "1.9.1",
3636
"components/o-quote": "5.3.4",
37-
"components/o-share": "11.0.2",
37+
"components/o-share": "11.0.3",
3838
"components/o-social-follow": "2.1.0",
3939
"components/o-spacing": "3.2.5",
4040
"components/o-stepped-progress": "5.0.0",
@@ -54,7 +54,7 @@
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.9.0",
57+
"components/o3-form": "0.10.0",
5858
"components/o3-foundation": "3.12.1",
5959
"components/o3-social-sign-in": "2.0.1",
6060
"components/o3-tooltip": "3.1.1",

components/o-share/CHANGELOG.md

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

3+
## [11.0.3](https://github.com/Financial-Times/origami/compare/o-share-v11.0.2...o-share-v11.0.3) (2026-01-12)
4+
5+
6+
### Bug Fixes
7+
8+
* Make label an optional property in SocialIconProps type to fix t… ([56d4787](https://github.com/Financial-Times/origami/commit/56d47873dc7bd807c08431b9187cc1ddea11a367))
9+
* Make label an optional property in SocialIconProps type to fix typescript error and make prop types compatible ([3d31960](https://github.com/Financial-Times/origami/commit/3d3196039f77b4a4e7cb08c409f2438122d07e9f))
10+
311
## [11.0.2](https://github.com/Financial-Times/origami/compare/o-share-v11.0.1...o-share-v11.0.2) (2025-11-27)
412

513

components/o-share/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-share",
3-
"version": "11.0.2",
3+
"version": "11.0.3",
44
"description": "Provides styling for social media sharing links",
55
"keywords": [
66
"share",

components/o3-form/CHANGELOG.md

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

3+
## [0.10.0](https://github.com/Financial-Times/origami/compare/o3-form-v0.9.0...o3-form-v0.10.0) (2026-01-12)
4+
5+
6+
### Features
7+
8+
* align check box and radio buttons to new designs ([57c1fc0](https://github.com/Financial-Times/origami/commit/57c1fc07678f4ff43d9d33d7655c6f81fb3fda32))
9+
* align checkbox descriptions to designs ([e93134b](https://github.com/Financial-Times/origami/commit/e93134b15d203b7738faf65281a6bcef04a76520))
10+
* introduce date input ([d040199](https://github.com/Financial-Times/origami/commit/d0401999236aeb9b2af28adccece3b997f18fe89))
11+
* introduce date input using native picker ([ab8a888](https://github.com/Financial-Times/origami/commit/ab8a888033107a918697bbcb508d98674cb24fd1))
12+
* introduce select input ([#2267](https://github.com/Financial-Times/origami/issues/2267)) ([b133d20](https://github.com/Financial-Times/origami/commit/b133d200c2aca6efd99622852c68f5c5ae3aaf49))
13+
* introduce short text input ([5fc51e5](https://github.com/Financial-Times/origami/commit/5fc51e5eb411e55e2735757c0787ce758057fb31))
14+
* update password input to designs ([7a48277](https://github.com/Financial-Times/origami/commit/7a48277f6af4542aa4a76627c16214cf727a52ff))
15+
16+
17+
### Bug Fixes
18+
19+
* export select input ([00da222](https://github.com/Financial-Times/origami/commit/00da2220fb35b71904c93482c42f4735236a4dd4))
20+
* fix date input type errors ([1609317](https://github.com/Financial-Times/origami/commit/1609317880c6c355099dc95380af6213cd710616))
21+
* fix date input typings ([ff1513a](https://github.com/Financial-Times/origami/commit/ff1513ad9375df64a4e9927b53e555f3f380ad7e))
22+
* fix o3-form typings ([#2271](https://github.com/Financial-Times/origami/issues/2271)) ([d2a1d86](https://github.com/Financial-Times/origami/commit/d2a1d86b5f34b74259cbe505313312b4c0ff15dc))
23+
* fix password js bundling ([e5e2b88](https://github.com/Financial-Times/origami/commit/e5e2b881d4b8b8fe4876974eb2fc80a2d4fc97c8))
24+
325
## [0.9.0](https://github.com/Financial-Times/origami/compare/o3-form-v0.8.0...o3-form-v0.9.0) (2025-11-27)
426

527

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

0 commit comments

Comments
 (0)