Skip to content

Commit

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

---------

Co-authored-by: Akaki Mikaia <[email protected]>
  • Loading branch information
origamiserviceuser and akomiqaia authored Aug 27, 2024
1 parent cd2d986 commit 936845a
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"components/o-forms": "9.12.1",
"components/o-ft-affiliate-ribbon": "5.2.2",
"components/o-grid": "6.1.8",
"components/o-header": "14.0.0",
"components/o-header": "14.0.1",
"components/o-header-services": "5.5.4",
"components/o-icons": "7.8.0",
"components/o-labels": "6.5.8",
Expand Down Expand Up @@ -53,8 +53,8 @@
"components/o-visual-effects": "4.2.2",
"components/o3-button": "1.1.6",
"components/o3-editorial-typography": "1.2.2",
"components/o3-form": "0.2.0",
"components/o3-foundation": "1.5.0",
"components/o3-form": "0.3.0",
"components/o3-foundation": "1.6.0",
"components/o3-tooltip": "1.0.6",
"components/o3-typography": "1.0.4",
"libraries/ftdomdelegate": "5.0.1",
Expand Down
9 changes: 9 additions & 0 deletions components/o-header/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# Changelog
## [14.0.1](https://github.com/Financial-Times/origami/compare/o-header-v14.0.0...o-header-v14.0.1) (2024-08-27)


### Bug Fixes

* (o-header) hide sticky header container when sticky header disappears ([027b716](https://github.com/Financial-Times/origami/commit/027b7167f3a49a2b637f33e25d302da44320d039))
* (o-header) increase the value of `o-header` container to `10` ([3d74d56](https://github.com/Financial-Times/origami/commit/3d74d56db277e44ffc06c00ea081611ca6de3f68))
* (o-header) remove `padding` from the form label ([bd1f0af](https://github.com/Financial-Times/origami/commit/bd1f0af0534b9c68fb49c8730d3fc2a8614f3733))

## [14.0.0](https://github.com/Financial-Times/origami/compare/o-header-v13.0.3...o-header-v14.0.0) (2024-08-22)


Expand Down
2 changes: 1 addition & 1 deletion components/o-header/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@financial-times/o-header",
"version": "14.0.0",
"version": "14.0.1",
"description": "Responsive Financial Times page header with primary and secondary navigation, a drop down mega menu, and a collapsible drawer",
"keywords": [
"header",
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.3.0](https://github.com/Financial-Times/origami/compare/o3-form-v0.2.0...o3-form-v0.3.0) (2024-08-27)


### Features

* add text-input component ([#1786](https://github.com/Financial-Times/origami/issues/1786)) ([fdbadfe](https://github.com/Financial-Times/origami/commit/fdbadfea1f65ed24b554c042f1cb899bc6301e5b))

## [0.2.0](https://github.com/Financial-Times/origami/compare/o3-form-v0.1.0...o3-form-v0.2.0) (2024-08-23)


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.2.0",
"version": "0.3.0",
"description": "Provides a viewport-aware tooltip for annotating or or highlighting other aspects of a product's UI",
"keywords": [
"form",
Expand Down
13 changes: 13 additions & 0 deletions components/o3-foundation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.6.0](https://github.com/Financial-Times/origami/compare/o3-foundation-v1.5.0...o3-foundation-v1.6.0) (2024-08-27)


### Features

* add text-input component ([#1786](https://github.com/Financial-Times/origami/issues/1786)) ([fdbadfe](https://github.com/Financial-Times/origami/commit/fdbadfea1f65ed24b554c042f1cb899bc6301e5b))
* introduce `o3-grid-column-width` CSS Custom Property ([#1776](https://github.com/Financial-Times/origami/issues/1776)) ([9ff37f4](https://github.com/Financial-Times/origami/commit/9ff37f46d969161f117aefb13ea44d58becfbb97))


### Bug Fixes

* Remove prefers-reduced-motion from normalise.css ([#1801](https://github.com/Financial-Times/origami/issues/1801)) ([d5d39f1](https://github.com/Financial-Times/origami/commit/d5d39f1a88eb0e02d9d7eec895ee9260092b680a))

## [1.5.0](https://github.com/Financial-Times/origami/compare/o3-foundation-v1.4.0...o3-foundation-v1.5.0) (2024-08-23)


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": "1.5.0",
"version": "1.6.0",
"description": "Origami foundations with design tokens",
"keywords": [
"foundation",
Expand Down

0 comments on commit 936845a

Please sign in to comment.