Skip to content

Commit

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

* backstage: regen package lock

---------

Co-authored-by: ben.freshwater <[email protected]>
  • Loading branch information
origamiserviceuser and frshwtr authored Sep 23, 2024
1 parent 447ba32 commit cfa62c3
Show file tree
Hide file tree
Showing 8 changed files with 91 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@
"components/o-video": "7.3.1",
"components/o-viewport": "5.1.2",
"components/o-visual-effects": "4.2.2",
"components/o3-button": "1.1.7",
"components/o3-editorial-typography": "1.2.3",
"components/o3-button": "2.0.0",
"components/o3-editorial-typography": "2.0.0",
"components/o3-form": "0.3.2",
"components/o3-foundation": "2.0.0",
"components/o3-tooltip": "1.0.7",
"components/o3-tooltip": "2.0.0",
"libraries/ftdomdelegate": "5.0.1",
"libraries/math": "1.1.1",
"libraries/o-autoinit": "3.1.4",
Expand Down
11 changes: 11 additions & 0 deletions components/o3-button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2.0.0](https://github.com/Financial-Times/origami/compare/o3-button-v1.1.7...o3-button-v2.0.0) (2024-09-23)


### ⚠ BREAKING CHANGES

* use metric tokens for font-size and line height ([#1821](https://github.com/Financial-Times/origami/issues/1821))

### Features

* use metric tokens for font-size and line height ([#1821](https://github.com/Financial-Times/origami/issues/1821)) ([447ba32](https://github.com/Financial-Times/origami/commit/447ba32e6b3d479bb80038097b9e11d872ff7a67))

## [1.1.7](https://github.com/Financial-Times/origami/compare/o3-button-v1.1.6...o3-button-v1.1.7) (2024-09-19)


Expand Down
2 changes: 1 addition & 1 deletion components/o3-button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@financial-times/o3-button",
"version": "1.1.7",
"version": "2.0.0",
"description": "Origami buttons with design tokens",
"keywords": [
"buttons",
Expand Down
11 changes: 11 additions & 0 deletions components/o3-editorial-typography/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2.0.0](https://github.com/Financial-Times/origami/compare/o3-editorial-typography-v1.2.3...o3-editorial-typography-v2.0.0) (2024-09-23)


### ⚠ BREAKING CHANGES

* use metric tokens for font-size and line height ([#1821](https://github.com/Financial-Times/origami/issues/1821))

### Features

* use metric tokens for font-size and line height ([#1821](https://github.com/Financial-Times/origami/issues/1821)) ([447ba32](https://github.com/Financial-Times/origami/commit/447ba32e6b3d479bb80038097b9e11d872ff7a67))

## [1.2.3](https://github.com/Financial-Times/origami/compare/o3-editorial-typography-v1.2.2...o3-editorial-typography-v1.2.3) (2024-09-19)


Expand Down
2 changes: 1 addition & 1 deletion components/o3-editorial-typography/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@financial-times/o3-editorial-typography",
"version": "1.2.3",
"version": "2.0.0",
"description": "Origami typography with design tokens",
"keywords": [
"typography",
Expand Down
11 changes: 11 additions & 0 deletions components/o3-tooltip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2.0.0](https://github.com/Financial-Times/origami/compare/o3-tooltip-v1.0.7...o3-tooltip-v2.0.0) (2024-09-23)


### ⚠ BREAKING CHANGES

* use metric tokens for font-size and line height ([#1821](https://github.com/Financial-Times/origami/issues/1821))

### Features

* use metric tokens for font-size and line height ([#1821](https://github.com/Financial-Times/origami/issues/1821)) ([447ba32](https://github.com/Financial-Times/origami/commit/447ba32e6b3d479bb80038097b9e11d872ff7a67))

## [1.0.7](https://github.com/Financial-Times/origami/compare/o3-tooltip-v1.0.6...o3-tooltip-v1.0.7) (2024-09-19)


Expand Down
2 changes: 1 addition & 1 deletion components/o3-tooltip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@financial-times/o3-tooltip",
"version": "1.0.7",
"version": "2.0.0",
"description": "Provides a viewport-aware tooltip for annotating or or highlighting other aspects of a product's UI",
"keywords": [
"tooltip",
Expand Down
56 changes: 52 additions & 4 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 cfa62c3

Please sign in to comment.