Skip to content

Commit

Permalink
chore: release main (#1851)
Browse files Browse the repository at this point in the history
* chore: release main

* chore: update changelog

* chore: update package-lock

---------

Co-authored-by: ben.freshwater <[email protected]>
  • Loading branch information
origamiserviceuser and frshwtr authored Oct 16, 2024
1 parent b6be21a commit b772c64
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
14 changes: 14 additions & 0 deletions components/o3-form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion components/o3-form/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions components/o3-foundation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion components/o3-foundation/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
17 changes: 15 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b772c64

Please sign in to comment.