Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release main #1858

Merged
merged 3 commits into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.4.0",
"components/o3-foundation": "2.2.0",
"components/o3-form": "0.5.0",
"components/o3-foundation": "2.3.0",
"components/o3-social-sign-in": "1.0.1",
"components/o3-tooltip": "2.0.0",
"libraries/ftdomdelegate": "5.0.1",
Expand Down
7 changes: 7 additions & 0 deletions components/o3-form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.5.0](https://github.com/Financial-Times/origami/compare/o3-form-v0.4.0...o3-form-v0.5.0) (2024-10-28)


### Features

* create o3-form tokens for all brands ([#1854](https://github.com/Financial-Times/origami/issues/1854)) ([21b811f](https://github.com/Financial-Times/origami/commit/21b811fb1b2bc54859a5d34090d2f3cd44131799))

## [0.4.0](https://github.com/Financial-Times/origami/compare/o3-form-v0.3.3...o3-form-v0.4.0) (2024-10-16)


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.4.0",
"version": "0.5.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.3.0](https://github.com/Financial-Times/origami/compare/o3-foundation-v2.2.0...o3-foundation-v2.3.0) (2024-10-28)


### Features

* add error use-case tokens to be used by o3-form component ([#1854](https://github.com/Financial-Times/origami/issues/1854)) ([21b811f](https://github.com/Financial-Times/origami/commit/21b811fb1b2bc54859a5d34090d2f3cd44131799))

## [2.2.0](https://github.com/Financial-Times/origami/compare/o3-foundation-v2.1.1...o3-foundation-v2.2.0) (2024-10-16)


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.2.0",
"version": "2.3.0",
"description": "Origami foundations with design tokens",
"keywords": [
"foundation",
Expand Down
19 changes: 16 additions & 3 deletions package-lock.json

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

Loading