Skip to content

Commit 9e3ff0f

Browse files
zlatinivanov-jezlatin.ivanov
and
zlatin.ivanov
authored
Co-authored-by: zlatin.ivanov <[email protected]>
1 parent 800bf7a commit 9e3ff0f

File tree

5 files changed

+27
-11
lines changed

5 files changed

+27
-11
lines changed

packages/components/molecules/f-alert/CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
55

6+
## v6.3.1
7+
8+
_July 05, 2024_
9+
10+
### Changed
11+
12+
- Updated `@justeat/[email protected]` due to Node compatibility
13+
614
## v6.3.0
715

816
_March 13, 2024_
@@ -17,7 +25,7 @@ _December 5, 2022_
1725

1826
- Updated to the new `pie-icons-vue` beta release.
1927

20-
v6.2.0
28+
## v6.2.0
2129

2230
---
2331

packages/components/molecules/f-alert/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@justeat/f-alert",
33
"description": "Fozzie Alert – Fozzie Alert Component",
4-
"version": "6.3.0",
4+
"version": "6.3.1",
55
"main": "dist/f-alert.umd.min.js",
66
"maxBundleSize": "27kB",
77
"files": [
@@ -53,10 +53,10 @@
5353
},
5454
"peerDependencies": {
5555
"@justeat/browserslist-config-fozzie": ">=1.1.1",
56-
"@justeat/f-button": "4.x"
56+
"@justeat/f-button": "5.x"
5757
},
5858
"devDependencies": {
59-
"@justeat/f-button": "4.x",
59+
"@justeat/f-button": "5.x",
6060
"@justeat/f-wdio-utils": "1.x"
6161
},
6262
"volta": {

packages/components/organisms/f-header/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
55

6+
## v10.21.1
7+
8+
_July 05, 2024_
9+
10+
### Changed
11+
12+
- Updated `@justeat/[email protected]` due to Node compatibility
13+
614
## v10.21.0
715

816
_June 24, 2024_

packages/components/organisms/f-header/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@justeat/f-header",
33
"description": "Fozzie Header - Globalised Header Component",
4-
"version": "10.21.0",
4+
"version": "10.21.1",
55
"main": "dist/f-header.umd.min.js",
66
"maxBundleSize": "55kB",
77
"files": [
@@ -54,12 +54,12 @@
5454
},
5555
"peerDependencies": {
5656
"@justeat/browserslist-config-fozzie": ">=1.1.1",
57-
"@justeat/f-button": "4.x",
57+
"@justeat/f-button": "5.x",
5858
"@justeat/f-popover": "3.x",
5959
"@justeat/f-trak": "1.x"
6060
},
6161
"devDependencies": {
62-
"@justeat/f-button": "4.x",
62+
"@justeat/f-button": "5.x",
6363
"@justeat/f-popover": "3.x",
6464
"@justeat/f-vue-icons": "3.x",
6565
"@justeat/f-wdio-utils": "1.x"

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3542,13 +3542,13 @@ __metadata:
35423542
version: 0.0.0-use.local
35433543
resolution: "@justeat/f-alert@workspace:packages/components/molecules/f-alert"
35443544
dependencies:
3545-
"@justeat/f-button": 4.x
3545+
"@justeat/f-button": 5.x
35463546
"@justeat/f-services": 1.x
35473547
"@justeat/f-wdio-utils": 1.x
35483548
"@justeattakeaway/pie-icons-vue": 2.0.0-beta.1
35493549
peerDependencies:
35503550
"@justeat/browserslist-config-fozzie": ">=1.1.1"
3551-
"@justeat/f-button": 4.x
3551+
"@justeat/f-button": 5.x
35523552
languageName: unknown
35533553
linkType: soft
35543554

@@ -3947,15 +3947,15 @@ __metadata:
39473947
version: 0.0.0-use.local
39483948
resolution: "@justeat/f-header@workspace:packages/components/organisms/f-header"
39493949
dependencies:
3950-
"@justeat/f-button": 4.x
3950+
"@justeat/f-button": 5.x
39513951
"@justeat/f-popover": 3.x
39523952
"@justeat/f-services": 1.x
39533953
"@justeat/f-vue-icons": 3.x
39543954
"@justeat/f-wdio-utils": 1.x
39553955
"@justeattakeaway/pie-icons-vue": 2.0.0-beta.1
39563956
peerDependencies:
39573957
"@justeat/browserslist-config-fozzie": ">=1.1.1"
3958-
"@justeat/f-button": 4.x
3958+
"@justeat/f-button": 5.x
39593959
"@justeat/f-popover": 3.x
39603960
"@justeat/f-trak": 1.x
39613961
languageName: unknown

0 commit comments

Comments
 (0)