diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b106e723a0..dcd00f888c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -53,8 +53,8 @@ "components/o-visual-effects": "4.2.2", "components/o3-button": "2.0.0", "components/o3-editorial-typography": "2.0.0", - "components/o3-form": "0.3.3", - "components/o3-foundation": "2.1.1", + "components/o3-form": "0.4.0", + "components/o3-foundation": "2.2.0", "components/o3-social-sign-in": "1.0.1", "components/o3-tooltip": "2.0.0", "libraries/ftdomdelegate": "5.0.1", diff --git a/components/o3-form/CHANGELOG.md b/components/o3-form/CHANGELOG.md index 5ed6ab1b83..e43cc40b17 100644 --- a/components/o3-form/CHANGELOG.md +++ b/components/o3-form/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.4.0](https://github.com/Financial-Times/origami/compare/o3-form-v0.3.3...o3-form-v0.4.0) (2024-10-16) + + +### Features + +* add error summary component to o3-forms ([#1834](https://github.com/Financial-Times/origami/issues/1834)) ([22a9cc9](https://github.com/Financial-Times/origami/commit/22a9cc951205a3d74fca5dd5e5b1f51fb624e08f)) +* add radio buttons ([#1836](https://github.com/Financial-Times/origami/issues/1836)) ([a909f22](https://github.com/Financial-Times/origami/commit/a909f22b34d5971563f1b95398ee65bf3db151b8)) +* introduce password input component ([#1843](https://github.com/Financial-Times/origami/pull/1843)) ([1537c69](https://github.com/Financial-Times/origami/pull/1838/commits/1537c69ae8f0c08fc91fb86bb387bee2473e965b)) +* introduce o3-form use case tokens ([#1837](https://github.com/Financial-Times/origami/pull/1837)) ([80cf30f](https://github.com/Financial-Times/origami/pull/1838/commits/80cf30fbd5ef70c7df73a99ff42ea01b5e57aac9)) + +### Bug Fixes + +* use use case tokens for checkboxes ([#1845](https://github.com/Financial-Times/origami/issues/1845)) ([1ecbc95](https://github.com/Financial-Times/origami/commit/1ecbc95a18234535496512c2358bf973fb252d9b)) + ## [0.3.3](https://github.com/Financial-Times/origami/compare/o3-form-v0.3.2...o3-form-v0.3.3) (2024-10-10) diff --git a/components/o3-form/package.json b/components/o3-form/package.json index f5a1036e9e..35ed13f739 100644 --- a/components/o3-form/package.json +++ b/components/o3-form/package.json @@ -1,6 +1,6 @@ { "name": "@financial-times/o3-form", - "version": "0.3.3", + "version": "0.4.0", "description": "Provides a viewport-aware tooltip for annotating or or highlighting other aspects of a product's UI", "keywords": [ "form", diff --git a/components/o3-foundation/CHANGELOG.md b/components/o3-foundation/CHANGELOG.md index 0f4b4bb7b3..b7a76d5776 100644 --- a/components/o3-foundation/CHANGELOG.md +++ b/components/o3-foundation/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.0](https://github.com/Financial-Times/origami/compare/o3-foundation-v2.1.1...o3-foundation-v2.2.0) (2024-10-16) + + +### Features + +* introduce o3 form use case tokens ([#1839](https://github.com/Financial-Times/origami/issues/1839)) ([6fa8197](https://github.com/Financial-Times/origami/commit/6fa819766d1ebe1f0f2cc80367dd2f382f6a7ade)) + ## [2.1.1](https://github.com/Financial-Times/origami/compare/o3-foundation-v2.1.0...o3-foundation-v2.1.1) (2024-10-09) diff --git a/components/o3-foundation/package.json b/components/o3-foundation/package.json index 988e7eea3f..30afc05cff 100644 --- a/components/o3-foundation/package.json +++ b/components/o3-foundation/package.json @@ -1,6 +1,6 @@ { "name": "@financial-times/o3-foundation", - "version": "2.1.1", + "version": "2.2.0", "description": "Origami foundations with design tokens", "keywords": [ "foundation", diff --git a/package-lock.json b/package-lock.json index cad099f26e..26d3a1a1d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1855,6 +1855,19 @@ "node": ">=12" } }, + "apps/for-everyone-website/node_modules/@financial-times/o3-form": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/@financial-times/o3-form/-/o3-form-0.3.3.tgz", + "integrity": "sha512-/KU+aseq7bfT74YmgE1OLNF+n8sk8WO1kiqiQskkvmuwlylMx7pIsxpeys08j4eo1cesJ2ocxTpwd329QIVXAQ==", + "engines": { + "npm": ">7" + }, + "peerDependencies": { + "@financial-times/o-utils": "^2.2.1", + "@financial-times/o3-figma-sb-links": "^0.0.0", + "@financial-times/o3-foundation": "^2.0.0" + } + }, "apps/for-everyone-website/node_modules/@types/node": { "version": "20.14.5", "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.5.tgz", @@ -4023,7 +4036,7 @@ }, "components/o3-form": { "name": "@financial-times/o3-form", - "version": "0.3.3", + "version": "0.4.0", "license": "MIT", "engines": { "npm": ">7" @@ -4036,7 +4049,7 @@ }, "components/o3-foundation": { "name": "@financial-times/o3-foundation", - "version": "2.1.1", + "version": "2.2.0", "license": "MIT", "devDependencies": { "@financial-times/o3-figma-sb-links": "^0.0.0"