Skip to content

Commit

Permalink
chore/release-4.6.2 (#3592)
Browse files Browse the repository at this point in the history
  • Loading branch information
planctus authored Aug 29, 2024
1 parent 8cbe6d7 commit 6eb3883
Show file tree
Hide file tree
Showing 220 changed files with 774 additions and 736 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
# Changelog

# 4.6.2

#### :warning: Markup Changes

- [#3506](https://github.com/ec-europa/europa-component-library/pull/3506) feat(video): Adding template for video, using it in different components - FRONT-4497 ([@planctus](https://github.com/planctus))
- [#3548](https://github.com/ec-europa/europa-component-library/pull/3548) feat(modal): additional sizes - FRONT-4559 ([@emeryro](https://github.com/emeryro))

#### :warning: Data Changes

- [#3579](https://github.com/ec-europa/europa-component-library/pull/3579) feat(social-media): change twitter label - FRONT-4582 ([@emeryro](https://github.com/emeryro))
- [#3506](https://github.com/ec-europa/europa-component-library/pull/3506) feat(video): Adding template for video, using it in different components - FRONT-4497 ([@planctus](https://github.com/planctus))

#### :bug: Bug Fix

- [#3588](https://github.com/ec-europa/europa-component-library/pull/3588) fix(banner): fix background of deprecated banners - FRONT-4585 ([@emeryro](https://github.com/emeryro))
- [#3584](https://github.com/ec-europa/europa-component-library/pull/3584) fix(banner): Fixing css for video banner size - FRONT-4583 ([@planctus](https://github.com/planctus))

#### :nail_care: Enhancement

- [#3589](https://github.com/ec-europa/europa-component-library/pull/3589) feat(site-header): wax-off EC - FRONT-4586 ([@planctus](https://github.com/planctus))
- [#3590](https://github.com/ec-europa/europa-component-library/pull/3590) feat(banner): content width and tablet font - FRONT-4587 ([@emeryro](https://github.com/emeryro))
- [#3579](https://github.com/ec-europa/europa-component-library/pull/3579) feat(social-media): change twitter label - FRONT-4582 ([@emeryro](https://github.com/emeryro))
- [#3548](https://github.com/ec-europa/europa-component-library/pull/3548) feat(modal): additional sizes - FRONT-4559 ([@emeryro](https://github.com/emeryro))
- [#3580](https://github.com/ec-europa/europa-component-library/pull/3580) fix(content-block): Setting display: inline on the title link - FRONT-4557 ([@planctus](https://github.com/planctus))
- [#3549](https://github.com/ec-europa/europa-component-library/pull/3549) feat(icons): add and update icons - FRONT-4562 ([@emeryro](https://github.com/emeryro))
- [#3552](https://github.com/ec-europa/europa-component-library/pull/3552) feat(headings): set spacing - FRONT-4566 ([@emeryro](https://github.com/emeryro))

#### :house: Internal

- [#3506](https://github.com/ec-europa/europa-component-library/pull/3506) feat(video): Adding template for video, using it in different components - FRONT-4497 ([@planctus](https://github.com/planctus))
- [#3585](https://github.com/ec-europa/europa-component-library/pull/3585) chore(deps): Fixing audit issue - 26-08-24 ([@planctus](https://github.com/planctus))
- [#3581](https://github.com/ec-europa/europa-component-library/pull/3581) chore(deps): Updates 23-08-24 ([@planctus](https://github.com/planctus))

#### Committers: 2

- Romain Emery ([@emeryro](https://github.com/emeryro))
- [@planctus](https://github.com/planctus)

# 4.6.1

#### :warning: Markup Changes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.6.0",
"version": "4.6.2",
"npmClient": "yarn",
"changelog": {
"repo": "ec-europa/europa-component-library",
Expand Down
6 changes: 3 additions & 3 deletions src/implementations/twig/components/accordion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ecl/twig-component-accordion",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "4.6.1",
"version": "4.6.2",
"description": "ECL Accordion",
"publishConfig": {
"access": "public"
Expand All @@ -11,8 +11,8 @@
"@ecl/twig-component-icon": "^3.0.0"
},
"devDependencies": {
"@ecl/specs-component-accordion": "4.6.1",
"@ecl/vanilla-component-accordion": "4.6.1"
"@ecl/specs-component-accordion": "4.6.2",
"@ecl/vanilla-component-accordion": "4.6.2"
},
"repository": {
"type": "git",
Expand Down
14 changes: 7 additions & 7 deletions src/implementations/twig/components/banner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
"name": "@ecl/twig-component-banner",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "4.6.1",
"version": "4.6.2",
"description": "ECL Banner",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-button": "4.6.1",
"@ecl/twig-component-link": "4.6.1",
"@ecl/twig-component-picture": "4.6.1",
"@ecl/twig-component-video": "4.6.1"
"@ecl/twig-component-button": "4.6.2",
"@ecl/twig-component-link": "4.6.2",
"@ecl/twig-component-picture": "4.6.2",
"@ecl/twig-component-video": "4.6.2"
},
"devDependencies": {
"@ecl/specs-component-banner": "4.6.1",
"@ecl/vanilla-component-banner": "4.6.1"
"@ecl/specs-component-banner": "4.6.2",
"@ecl/vanilla-component-banner": "4.6.2"
},
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions src/implementations/twig/components/blockquote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
"name": "@ecl/twig-component-blockquote",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "4.6.1",
"version": "4.6.2",
"description": "ECL Blockquote",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-picture": "4.6.1"
"@ecl/twig-component-picture": "4.6.2"
},
"devDependencies": {
"@ecl/specs-component-blockquote": "4.6.1",
"@ecl/vanilla-component-blockquote": "4.6.1"
"@ecl/specs-component-blockquote": "4.6.2",
"@ecl/vanilla-component-blockquote": "4.6.2"
},
"repository": {
"type": "git",
Expand Down
12 changes: 6 additions & 6 deletions src/implementations/twig/components/breadcrumb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
"name": "@ecl/twig-component-breadcrumb",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "4.6.1",
"version": "4.6.2",
"description": "ECL Breadcrumb",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-button": "4.6.1",
"@ecl/twig-component-icon": "4.6.1",
"@ecl/twig-component-link": "4.6.1"
"@ecl/twig-component-button": "4.6.2",
"@ecl/twig-component-icon": "4.6.2",
"@ecl/twig-component-link": "4.6.2"
},
"devDependencies": {
"@ecl/specs-component-breadcrumb": "4.6.1",
"@ecl/vanilla-component-breadcrumb": "4.6.1"
"@ecl/specs-component-breadcrumb": "4.6.2",
"@ecl/vanilla-component-breadcrumb": "4.6.2"
},
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions src/implementations/twig/components/button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
"name": "@ecl/twig-component-button",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "4.6.1",
"version": "4.6.2",
"description": "ECL Button",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-icon": "4.6.1"
"@ecl/twig-component-icon": "4.6.2"
},
"devDependencies": {
"@ecl/specs-component-button": "4.6.1",
"@ecl/vanilla-component-button": "4.6.1"
"@ecl/specs-component-button": "4.6.2",
"@ecl/vanilla-component-button": "4.6.2"
},
"repository": {
"type": "git",
Expand Down
10 changes: 5 additions & 5 deletions src/implementations/twig/components/card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
"name": "@ecl/twig-component-card",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "4.6.1",
"version": "4.6.2",
"description": "ECL Card",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-content-block": "4.6.1",
"@ecl/twig-component-picture": "4.6.1"
"@ecl/twig-component-content-block": "4.6.2",
"@ecl/twig-component-picture": "4.6.2"
},
"devDependencies": {
"@ecl/specs-component-card": "4.6.1",
"@ecl/vanilla-component-card": "4.6.1"
"@ecl/specs-component-card": "4.6.2",
"@ecl/vanilla-component-card": "4.6.2"
},
"repository": {
"type": "git",
Expand Down
10 changes: 5 additions & 5 deletions src/implementations/twig/components/carousel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
"name": "@ecl/twig-component-carousel",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "4.6.1",
"version": "4.6.2",
"description": "ECL Carousel",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-banner": "4.6.1",
"@ecl/twig-component-button": "4.6.1"
"@ecl/twig-component-banner": "4.6.2",
"@ecl/twig-component-button": "4.6.2"
},
"devDependencies": {
"@ecl/specs-component-carousel": "4.6.1",
"@ecl/vanilla-component-carousel": "4.6.1"
"@ecl/specs-component-carousel": "4.6.2",
"@ecl/vanilla-component-carousel": "4.6.2"
},
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
"name": "@ecl/twig-component-category-filter",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "4.6.1",
"version": "4.6.2",
"description": "ECL Category filter",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-icon": "4.6.1"
"@ecl/twig-component-icon": "4.6.2"
},
"devDependencies": {
"@ecl/specs-component-category-filter": "4.6.1",
"@ecl/vanilla-component-category-filter": "4.6.1"
"@ecl/specs-component-category-filter": "4.6.2",
"@ecl/vanilla-component-category-filter": "4.6.2"
},
"repository": {
"type": "git",
Expand Down
10 changes: 5 additions & 5 deletions src/implementations/twig/components/checkbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
"name": "@ecl/twig-component-checkbox",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "4.6.1",
"version": "4.6.2",
"description": "ECL Checkbox",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-icon": "4.6.1"
"@ecl/twig-component-icon": "4.6.2"
},
"devDependencies": {
"@ecl/specs-component-checkbox": "4.6.1",
"@ecl/vanilla-component-checkbox": "4.6.1",
"@ecl/vanilla-component-form-group": "4.6.1"
"@ecl/specs-component-checkbox": "4.6.2",
"@ecl/vanilla-component-checkbox": "4.6.2",
"@ecl/vanilla-component-form-group": "4.6.2"
},
"repository": {
"type": "git",
Expand Down
14 changes: 7 additions & 7 deletions src/implementations/twig/components/content-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
"name": "@ecl/twig-component-content-block",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "4.6.1",
"version": "4.6.2",
"description": "ECL Content Block",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-description-list": "4.6.1",
"@ecl/twig-component-icon": "4.6.1",
"@ecl/twig-component-label": "4.6.1",
"@ecl/twig-component-link": "4.6.1"
"@ecl/twig-component-description-list": "4.6.2",
"@ecl/twig-component-icon": "4.6.2",
"@ecl/twig-component-label": "4.6.2",
"@ecl/twig-component-link": "4.6.2"
},
"devDependencies": {
"@ecl/specs-component-content-block": "4.6.1",
"@ecl/vanilla-component-content-block": "4.6.1"
"@ecl/specs-component-content-block": "4.6.2",
"@ecl/vanilla-component-content-block": "4.6.2"
},
"repository": {
"type": "git",
Expand Down
10 changes: 5 additions & 5 deletions src/implementations/twig/components/content-item/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
"name": "@ecl/twig-component-content-item",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "4.6.1",
"version": "4.6.2",
"description": "ECL Content item",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-content-block": "4.6.1",
"@ecl/twig-component-date-block": "4.6.1"
"@ecl/twig-component-content-block": "4.6.2",
"@ecl/twig-component-date-block": "4.6.2"
},
"devDependencies": {
"@ecl/specs-component-content-item": "4.6.1",
"@ecl/vanilla-component-content-item": "4.6.1"
"@ecl/specs-component-content-item": "4.6.2",
"@ecl/vanilla-component-content-item": "4.6.2"
},
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions src/implementations/twig/components/date-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"name": "@ecl/twig-component-date-block",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "4.6.1",
"version": "4.6.2",
"description": "ECL Date Block",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@ecl/specs-component-date-block": "4.6.1",
"@ecl/vanilla-component-date-block": "4.6.1"
"@ecl/specs-component-date-block": "4.6.2",
"@ecl/vanilla-component-date-block": "4.6.2"
},
"repository": {
"type": "git",
Expand Down
10 changes: 5 additions & 5 deletions src/implementations/twig/components/datepicker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
"name": "@ecl/twig-component-datepicker",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "4.6.1",
"version": "4.6.2",
"description": "ECL Datepicker",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-icon": "4.6.1"
"@ecl/twig-component-icon": "4.6.2"
},
"devDependencies": {
"@ecl/specs-component-datepicker": "4.6.1",
"@ecl/vanilla-component-datepicker": "4.6.1",
"@ecl/vanilla-component-form-group": "4.6.1"
"@ecl/specs-component-datepicker": "4.6.2",
"@ecl/vanilla-component-datepicker": "4.6.2",
"@ecl/vanilla-component-form-group": "4.6.2"
},
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
"name": "@ecl/twig-component-description-list",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "4.6.1",
"version": "4.6.2",
"description": "ECL Description list",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-link": "4.6.1",
"@ecl/twig-component-tag": "4.6.1"
"@ecl/twig-component-link": "4.6.2",
"@ecl/twig-component-tag": "4.6.2"
},
"devDependencies": {
"@ecl/specs-component-description-list": "4.6.1",
"@ecl/vanilla-component-description-list": "4.6.1"
"@ecl/specs-component-description-list": "4.6.2",
"@ecl/vanilla-component-description-list": "4.6.2"
},
"repository": {
"type": "git",
Expand Down
Loading

1 comment on commit 6eb3883

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.