Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
chore: release main
  • Loading branch information
frshwtr authored May 16, 2024
2 parents 3b396ec + 9e22161 commit fcc43a9
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"components/o3-button": "1.1.1",
"components/o3-foundation": "1.0.8",
"components/o3-tooltip": "1.0.4",
"components/o3-typography": "0.4.0",
"components/o3-typography": "1.0.0",
"libraries/ftdomdelegate": "5.0.1",
"libraries/math": "1.1.1",
"libraries/o-autoinit": "3.1.4",
Expand Down
20 changes: 20 additions & 0 deletions components/o3-typography/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [1.0.0](https://github.com/Financial-Times/origami/compare/o3-typography-v0.4.0...o3-typography-v1.0.0) (2024-05-16)


### ⚠ BREAKING CHANGES

* remove verbose classes
* reduce classes used in typography headings

### Features

* change max line width variable to 60ch ([f9a22d3](https://github.com/Financial-Times/origami/commit/f9a22d3e34dad511a0f66809c8b8073233789916))
* reduce classes used in typography headings ([396631e](https://github.com/Financial-Times/origami/commit/396631e73442dc6e984ba441f27de68b7e7084cd))
* remove verbose classes ([709fdc3](https://github.com/Financial-Times/origami/commit/709fdc31cbafa7e8e3d30d2d033b477815ba85f8))


### Bug Fixes

* remove unecessary font declarations on headings ([0e6d8ad](https://github.com/Financial-Times/origami/commit/0e6d8adcf8b4b8e890ac77d71d8e4c1f4ea7bffc))
* set font family to metric on o3-typography components ([4fc3ad4](https://github.com/Financial-Times/origami/commit/4fc3ad434adde3d48b47aaab319d46ddf6045270))

## [0.4.0](https://github.com/Financial-Times/origami/compare/o3-typography-v0.3.1...o3-typography-v0.4.0) (2024-05-01)


Expand Down
2 changes: 1 addition & 1 deletion components/o3-typography/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@financial-times/o3-typography",
"version": "0.4.0",
"version": "1.0.0",
"description": "Origami typography with design tokens",
"keywords": [
"typography",
Expand Down

0 comments on commit fcc43a9

Please sign in to comment.