Skip to content

Commit

Permalink
[email protected] - Fix font size call. (#2150)
Browse files Browse the repository at this point in the history
* [email protected] - Fix font size call.

* [email protected] - f-http bump package.
  • Loading branch information
kevinrodrigues authored Oct 3, 2022
1 parent c567aa2 commit 4f4b3b8
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 10 deletions.
11 changes: 11 additions & 0 deletions packages/components/atoms/f-error-message/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

v2.3.0
------------------------------
*September 30, 2022*

### Added
- `fozzie` as peerDep so consuming applications use the correct version of `fozzie` when using `f-error-message` v2.3.0.

### Fixed
- `font-size` call to `body-s`. Version 9 of fozzie changed the way default value was used which causes the size to increase now.


v2.2.0
------------------------------
*July 15, 2022*
Expand Down
6 changes: 3 additions & 3 deletions packages/components/atoms/f-error-message/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@justeat/f-error-message",
"description": "Fozzie Error Message – Generic inline error message",
"version": "2.2.0",
"version": "2.3.0",
"main": "dist/f-error-message.umd.min.js",
"maxBundleSize": "5kB",
"files": [
Expand Down Expand Up @@ -49,13 +49,13 @@
"@justeattakeaway/pie-icons-vue": "1.0.0"
},
"peerDependencies": {
"@justeat/browserslist-config-fozzie": ">=1.1.1"
"@justeat/browserslist-config-fozzie": ">=1.1.1",
"@justeat/fozzie": ">=9.0.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "4.5.16",
"@vue/cli-plugin-unit-jest": "4.5.16",
"@vue/test-utils": "1.0.3",
"@justeat/fozzie": "9.0.0-beta.2",
"@justeat/f-wdio-utils": "1.x"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default {
.c-errorMessage {
position: relative;
color: f.$color-content-error;
@include f.font-size();
@include f.font-size('body-s');
margin-top: f.spacing();
}
Expand Down
8 changes: 8 additions & 0 deletions packages/components/pages/f-registration/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

v3.7.1
------------------------------
*October 03, 2022*

### Changed
- `f-http` package version.


v3.7.0
------------------------------
*August 22, 2022*
Expand Down
6 changes: 3 additions & 3 deletions packages/components/pages/f-registration/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@justeat/f-registration",
"description": "Fozzie Registration Form Component",
"version": "3.7.0",
"version": "3.7.1",
"main": "dist/f-registration.umd.min.js",
"maxBundleSize": "70kB",
"files": [
Expand Down Expand Up @@ -60,7 +60,7 @@
"@justeat/f-card": "4.x",
"@justeat/f-error-message": "2.x",
"@justeat/f-form-field": "6.x",
"@justeat/f-http": "0.x",
"@justeat/f-http": "1.x",
"@justeat/f-link": "3.x"
},
"devDependencies": {
Expand All @@ -69,7 +69,7 @@
"@justeat/f-card": "4.x",
"@justeat/f-error-message": "2.x",
"@justeat/f-form-field": "6.x",
"@justeat/f-http": "0.x",
"@justeat/f-http": "1.x",
"@justeat/f-link": "3.x",
"@justeat/f-vue-icons": "3.x",
"@justeat/f-wdio-utils": "1.x",
Expand Down
5 changes: 2 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2356,7 +2356,7 @@

"@justeat/[email protected]":
version "8.2.0"
resolved "https://registry.yarnpkg.com/@justeat/fozzie/-/fozzie-8.2.0.tgz#caba00d7d807c7d098b8a1c495b88c3f879efdb9"
resolved "https://registry.npmjs.org/@justeat/fozzie/-/fozzie-8.2.0.tgz#caba00d7d807c7d098b8a1c495b88c3f879efdb9"
integrity sha512-Pn5Uhi/mOLe0EnXIrjXbeBWBFbcJejVqt7hYiOLnFsbLYiFLwPHZjo+DgKSGCcTGfMPZsBPqPF5/f7zONoopAw==
dependencies:
"@justeat/pie-design-tokens" "1.4.0"
Expand Down Expand Up @@ -14475,7 +14475,7 @@ imurmurhash@^0.1.4:

[email protected]:
version "1.4.10"
resolved "https://registry.yarnpkg.com/include-media/-/include-media-1.4.10.tgz#7a311c92c396c808504ec6a5365115d30571f259"
resolved "https://registry.npmjs.org/include-media/-/include-media-1.4.10.tgz#7a311c92c396c808504ec6a5365115d30571f259"
integrity sha512-TymQzKF7oWHbItEcEHOCponZ90lRr1I9QbYeD+qCxXy4Z0/pSpS4Ocz2bq3FMOERlXXrY9Sawsh9GjiObVQA6A==

[email protected]:
Expand All @@ -14485,7 +14485,6 @@ [email protected]:

include-media@eduardoboucas/include-media#2.0-release:
version "2.0.0"
uid a3c0288e5b22cc746cc2d320d0a374b2ed9d0aeb
resolved "https://codeload.github.com/eduardoboucas/include-media/tar.gz/a3c0288e5b22cc746cc2d320d0a374b2ed9d0aeb"

indent-string@^2.1.0:
Expand Down

0 comments on commit 4f4b3b8

Please sign in to comment.