Skip to content

Commit

Permalink
chore: ECL Release 4.0.0-beta-3 (#3255)
Browse files Browse the repository at this point in the history
  • Loading branch information
planctus authored Feb 23, 2024
1 parent 078b1b0 commit 003c7d0
Show file tree
Hide file tree
Showing 216 changed files with 750 additions and 723 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## 4.0.0-beta-3

#### :rocket: New Feature

- [#3249](https://github.com/ec-europa/europa-component-library/pull/3249) feat(icons): Adding camera icon - FRONT-4272 ([@planctus](https://github.com/planctus))

#### :bug: Bug Fix

- [#3231](https://github.com/ec-europa/europa-component-library/pull/3231) feat(tag): fix accessibility text - FRONT-4261 ([@emeryro](https://github.com/emeryro))

#### :nail_care: Enhancement

- [#3161](https://github.com/ec-europa/europa-component-library/pull/3161) feat(popover): Four directions, scroll and resize detection - FRONT-4159 ([@planctus](https://github.com/planctus))
- [#3254](https://github.com/ec-europa/europa-component-library/pull/3254) feat(icons): Updating three icons in EU - FRONT-4275 ([@planctus](https://github.com/planctus))
- [#3242](https://github.com/ec-europa/europa-component-library/pull/3242) feat(notification): add screen reader label - FRONT-4257 ([@emeryro](https://github.com/emeryro))
- [#3245](https://github.com/ec-europa/europa-component-library/pull/3245) feat(notification): Updating styles - FRONT-4270 ([@planctus](https://github.com/planctus))
- [#3237](https://github.com/ec-europa/europa-component-library/pull/3237) feat(news-ticker): add text for external icon - FRONT-4258 ([@emeryro](https://github.com/emeryro))

#### :house: Internal

- [#3248](https://github.com/ec-europa/europa-component-library/pull/3248) chore(deps): Updates 20-02-24 ([@planctus](https://github.com/planctus))

#### Committers: 2

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

## 4.0.0-beta-2

#### :rocket: New Feature
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-dev",
"version": "4.0.0-beta-3",
"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.0.0-beta-2",
"version": "4.0.0-beta-3",
"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.0.0-beta-2",
"@ecl/vanilla-component-accordion": "4.0.0-beta-2"
"@ecl/specs-component-accordion": "4.0.0-beta-3",
"@ecl/vanilla-component-accordion": "4.0.0-beta-3"
},
"repository": {
"type": "git",
Expand Down
10 changes: 5 additions & 5 deletions src/implementations/twig/components/banner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
"name": "@ecl/twig-component-banner",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "4.0.0-beta-2",
"version": "4.0.0-beta-3",
"description": "ECL Banner",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-link": "4.0.0-beta-2",
"@ecl/twig-component-picture": "4.0.0-beta-2"
"@ecl/twig-component-link": "4.0.0-beta-3",
"@ecl/twig-component-picture": "4.0.0-beta-3"
},
"devDependencies": {
"@ecl/specs-component-banner": "4.0.0-beta-2",
"@ecl/vanilla-component-banner": "4.0.0-beta-2"
"@ecl/specs-component-banner": "4.0.0-beta-3",
"@ecl/vanilla-component-banner": "4.0.0-beta-3"
},
"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.0.0-beta-2",
"version": "4.0.0-beta-3",
"description": "ECL Blockquote",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-picture": "4.0.0-beta-2"
"@ecl/twig-component-picture": "4.0.0-beta-3"
},
"devDependencies": {
"@ecl/specs-component-blockquote": "4.0.0-beta-2",
"@ecl/vanilla-component-blockquote": "4.0.0-beta-2"
"@ecl/specs-component-blockquote": "4.0.0-beta-3",
"@ecl/vanilla-component-blockquote": "4.0.0-beta-3"
},
"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.0.0-beta-2",
"version": "4.0.0-beta-3",
"description": "ECL Breadcrumb",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-button": "4.0.0-beta-2",
"@ecl/twig-component-icon": "4.0.0-beta-2",
"@ecl/twig-component-link": "4.0.0-beta-2"
"@ecl/twig-component-button": "4.0.0-beta-3",
"@ecl/twig-component-icon": "4.0.0-beta-3",
"@ecl/twig-component-link": "4.0.0-beta-3"
},
"devDependencies": {
"@ecl/specs-component-breadcrumb": "4.0.0-beta-2",
"@ecl/vanilla-component-breadcrumb": "4.0.0-beta-2"
"@ecl/specs-component-breadcrumb": "4.0.0-beta-3",
"@ecl/vanilla-component-breadcrumb": "4.0.0-beta-3"
},
"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.0.0-beta-2",
"version": "4.0.0-beta-3",
"description": "ECL Button",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-icon": "4.0.0-beta-2"
"@ecl/twig-component-icon": "4.0.0-beta-3"
},
"devDependencies": {
"@ecl/specs-component-button": "4.0.0-beta-2",
"@ecl/vanilla-component-button": "4.0.0-beta-2"
"@ecl/specs-component-button": "4.0.0-beta-3",
"@ecl/vanilla-component-button": "4.0.0-beta-3"
},
"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.0.0-beta-2",
"version": "4.0.0-beta-3",
"description": "ECL Card",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-content-block": "4.0.0-beta-2",
"@ecl/twig-component-picture": "4.0.0-beta-2"
"@ecl/twig-component-content-block": "4.0.0-beta-3",
"@ecl/twig-component-picture": "4.0.0-beta-3"
},
"devDependencies": {
"@ecl/specs-component-card": "4.0.0-beta-2",
"@ecl/vanilla-component-card": "4.0.0-beta-2"
"@ecl/specs-component-card": "4.0.0-beta-3",
"@ecl/vanilla-component-card": "4.0.0-beta-3"
},
"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.0.0-beta-2",
"version": "4.0.0-beta-3",
"description": "ECL Carousel",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-banner": "4.0.0-beta-2",
"@ecl/twig-component-button": "4.0.0-beta-2"
"@ecl/twig-component-banner": "4.0.0-beta-3",
"@ecl/twig-component-button": "4.0.0-beta-3"
},
"devDependencies": {
"@ecl/specs-component-carousel": "4.0.0-beta-2",
"@ecl/vanilla-component-carousel": "4.0.0-beta-2"
"@ecl/specs-component-carousel": "4.0.0-beta-3",
"@ecl/vanilla-component-carousel": "4.0.0-beta-3"
},
"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.0.0-beta-2",
"version": "4.0.0-beta-3",
"description": "ECL Category filter",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-icon": "4.0.0-beta-2"
"@ecl/twig-component-icon": "4.0.0-beta-3"
},
"devDependencies": {
"@ecl/specs-component-category-filter": "4.0.0-beta-2",
"@ecl/vanilla-component-category-filter": "4.0.0-beta-2"
"@ecl/specs-component-category-filter": "4.0.0-beta-3",
"@ecl/vanilla-component-category-filter": "4.0.0-beta-3"
},
"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.0.0-beta-2",
"version": "4.0.0-beta-3",
"description": "ECL Checkbox",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-icon": "4.0.0-beta-2"
"@ecl/twig-component-icon": "4.0.0-beta-3"
},
"devDependencies": {
"@ecl/specs-component-checkbox": "4.0.0-beta-2",
"@ecl/vanilla-component-checkbox": "4.0.0-beta-2",
"@ecl/vanilla-component-form-group": "4.0.0-beta-2"
"@ecl/specs-component-checkbox": "4.0.0-beta-3",
"@ecl/vanilla-component-checkbox": "4.0.0-beta-3",
"@ecl/vanilla-component-form-group": "4.0.0-beta-3"
},
"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.0.0-beta-2",
"version": "4.0.0-beta-3",
"description": "ECL Content Block",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-description-list": "4.0.0-beta-2",
"@ecl/twig-component-icon": "4.0.0-beta-2",
"@ecl/twig-component-label": "4.0.0-beta-2",
"@ecl/twig-component-link": "4.0.0-beta-2"
"@ecl/twig-component-description-list": "4.0.0-beta-3",
"@ecl/twig-component-icon": "4.0.0-beta-3",
"@ecl/twig-component-label": "4.0.0-beta-3",
"@ecl/twig-component-link": "4.0.0-beta-3"
},
"devDependencies": {
"@ecl/specs-component-content-block": "4.0.0-beta-2",
"@ecl/vanilla-component-content-block": "4.0.0-beta-2"
"@ecl/specs-component-content-block": "4.0.0-beta-3",
"@ecl/vanilla-component-content-block": "4.0.0-beta-3"
},
"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.0.0-beta-2",
"version": "4.0.0-beta-3",
"description": "ECL Content item",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-content-block": "4.0.0-beta-2",
"@ecl/twig-component-date-block": "4.0.0-beta-2"
"@ecl/twig-component-content-block": "4.0.0-beta-3",
"@ecl/twig-component-date-block": "4.0.0-beta-3"
},
"devDependencies": {
"@ecl/specs-component-content-item": "4.0.0-beta-2",
"@ecl/vanilla-component-content-item": "4.0.0-beta-2"
"@ecl/specs-component-content-item": "4.0.0-beta-3",
"@ecl/vanilla-component-content-item": "4.0.0-beta-3"
},
"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.0.0-beta-2",
"version": "4.0.0-beta-3",
"description": "ECL Date Block",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@ecl/specs-component-date-block": "4.0.0-beta-2",
"@ecl/vanilla-component-date-block": "4.0.0-beta-2"
"@ecl/specs-component-date-block": "4.0.0-beta-3",
"@ecl/vanilla-component-date-block": "4.0.0-beta-3"
},
"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.0.0-beta-2",
"version": "4.0.0-beta-3",
"description": "ECL Datepicker",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-icon": "4.0.0-beta-2"
"@ecl/twig-component-icon": "4.0.0-beta-3"
},
"devDependencies": {
"@ecl/specs-component-datepicker": "4.0.0-beta-2",
"@ecl/vanilla-component-datepicker": "4.0.0-beta-2",
"@ecl/vanilla-component-form-group": "4.0.0-beta-2"
"@ecl/specs-component-datepicker": "4.0.0-beta-3",
"@ecl/vanilla-component-datepicker": "4.0.0-beta-3",
"@ecl/vanilla-component-form-group": "4.0.0-beta-3"
},
"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.0.0-beta-2",
"version": "4.0.0-beta-3",
"description": "ECL Description list",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-link": "4.0.0-beta-2",
"@ecl/twig-component-tag": "4.0.0-beta-2"
"@ecl/twig-component-link": "4.0.0-beta-3",
"@ecl/twig-component-tag": "4.0.0-beta-3"
},
"devDependencies": {
"@ecl/specs-component-description-list": "4.0.0-beta-2",
"@ecl/vanilla-component-description-list": "4.0.0-beta-2"
"@ecl/specs-component-description-list": "4.0.0-beta-3",
"@ecl/vanilla-component-description-list": "4.0.0-beta-3"
},
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions src/implementations/twig/components/expandable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
"name": "@ecl/twig-component-expandable",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "4.0.0-beta-2",
"version": "4.0.0-beta-3",
"description": "ECL Expandable",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-button": "4.0.0-beta-2"
"@ecl/twig-component-button": "4.0.0-beta-3"
},
"devDependencies": {
"@ecl/specs-component-expandable": "4.0.0-beta-2",
"@ecl/vanilla-component-expandable": "4.0.0-beta-2"
"@ecl/specs-component-expandable": "4.0.0-beta-3",
"@ecl/vanilla-component-expandable": "4.0.0-beta-3"
},
"repository": {
"type": "git",
Expand Down
Loading

1 comment on commit 003c7d0

@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.