Skip to content

Commit

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

* chore: update changelog and o3-foundation version

* docs: update version to 2.0.0 for changelog

* chore: update all pavakges to use v2 of foundation and regenerate manifest files

---------

Co-authored-by: Akaki Mikaia <[email protected]>
  • Loading branch information
origamiserviceuser and akomiqaia authored Sep 19, 2024
1 parent 60d6f00 commit 46fc0b0
Show file tree
Hide file tree
Showing 12 changed files with 77 additions and 23 deletions.
10 changes: 5 additions & 5 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.6",
"components/o3-editorial-typography": "1.2.2",
"components/o3-form": "0.3.1",
"components/o3-foundation": "1.6.0",
"components/o3-tooltip": "1.0.6",
"components/o3-button": "1.1.7",
"components/o3-editorial-typography": "1.2.3",
"components/o3-form": "0.3.2",
"components/o3-foundation": "2.0.0",
"components/o3-tooltip": "1.0.7",
"libraries/ftdomdelegate": "5.0.1",
"libraries/math": "1.1.1",
"libraries/o-autoinit": "3.1.4",
Expand Down
7 changes: 7 additions & 0 deletions components/o3-button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Bug Fixes

* update metric2 scales ([60d6f00](https://github.com/Financial-Times/origami/commit/60d6f003617849c56ddc6d3167d8bc8d98405724))

## [1.1.6](https://github.com/Financial-Times/origami/compare/o3-button-v1.1.5...o3-button-v1.1.6) (2024-08-14)


Expand Down
4 changes: 2 additions & 2 deletions 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.6",
"version": "1.1.7",
"description": "Origami buttons with design tokens",
"keywords": [
"buttons",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"private": false,
"peerDependencies": {
"@financial-times/o3-foundation": "^1.0.0"
"@financial-times/o3-foundation": "^2.0.0"
},
"devDependencies": {
"@financial-times/o3-figma-sb-links": "^0.0.0"
Expand Down
7 changes: 7 additions & 0 deletions components/o3-editorial-typography/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [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)


### Bug Fixes

* update metric2 scales ([60d6f00](https://github.com/Financial-Times/origami/commit/60d6f003617849c56ddc6d3167d8bc8d98405724))

## [1.2.2](https://github.com/Financial-Times/origami/compare/o3-editorial-typography-v1.2.1...o3-editorial-typography-v1.2.2) (2024-08-14)


Expand Down
4 changes: 2 additions & 2 deletions 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.2",
"version": "1.2.3",
"description": "Origami typography with design tokens",
"keywords": [
"typography",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"private": false,
"peerDependencies": {
"@financial-times/o3-foundation": "^1.0.0"
"@financial-times/o3-foundation": "^2.0.0"
},
"devDependencies": {
"@financial-times/o3-figma-sb-links": "^0.0.0"
Expand Down
8 changes: 8 additions & 0 deletions components/o3-form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.3.2](https://github.com/Financial-Times/origami/compare/o3-form-v0.3.1...o3-form-v0.3.2) (2024-09-19)


### Bug Fixes

* update metric2 scales ([60d6f00](https://github.com/Financial-Times/origami/commit/60d6f003617849c56ddc6d3167d8bc8d98405724))


## [0.3.1](https://github.com/Financial-Times/origami/compare/o3-form-v0.3.0...o3-form-v0.3.1) (2024-08-27)


Expand Down
4 changes: 2 additions & 2 deletions 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.1",
"version": "0.3.2",
"description": "Provides a viewport-aware tooltip for annotating or or highlighting other aspects of a product's UI",
"keywords": [
"form",
Expand Down Expand Up @@ -36,7 +36,7 @@
"peerDependencies": {
"@financial-times/o-utils": "^2.2.1",
"@financial-times/o3-figma-sb-links": "^0.0.0",
"@financial-times/o3-foundation": "^1.2.0"
"@financial-times/o3-foundation": "^2.0.0"
},
"engines": {
"npm": ">7"
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.0.0](https://github.com/Financial-Times/origami/compare/o3-foundation-v1.6.0...o3-foundation-v1.6.1) (2024-09-19)

### ⚠ BREAKING CHANGES

* update metric2 scales and move o3-typography into o3-foundation ([60d6f00](https://github.com/Financial-Times/origami/commit/60d6f003617849c56ddc6d3167d8bc8d98405724))


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


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.6.0",
"version": "2.0.0",
"description": "Origami foundations with design tokens",
"keywords": [
"foundation",
Expand Down
8 changes: 8 additions & 0 deletions components/o3-tooltip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

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


### Bug Fixes

* update metric2 scales ([60d6f00](https://github.com/Financial-Times/origami/commit/60d6f003617849c56ddc6d3167d8bc8d98405724))


## [1.0.6](https://github.com/Financial-Times/origami/compare/o3-tooltip-v1.0.5...o3-tooltip-v1.0.6) (2024-08-14)


Expand Down
4 changes: 2 additions & 2 deletions 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.6",
"version": "1.0.7",
"description": "Provides a viewport-aware tooltip for annotating or or highlighting other aspects of a product's UI",
"keywords": [
"tooltip",
Expand Down Expand Up @@ -33,7 +33,7 @@
"build": "bash ../../scripts/component/build-o3.bash o3-tooltip"
},
"peerDependencies": {
"@financial-times/o3-foundation": "^1.0.0"
"@financial-times/o3-foundation": "^2.0.0"
},
"devDependencies": {
"@financial-times/o3-figma-sb-links": "^0.0.0"
Expand Down
35 changes: 26 additions & 9 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 46fc0b0

Please sign in to comment.