Skip to content

Commit

Permalink
chore: ECL release 3.0.0-beta.2 (#2151)
Browse files Browse the repository at this point in the history
  • Loading branch information
planctus authored Jul 14, 2021
1 parent 1f90af9 commit 021d345
Show file tree
Hide file tree
Showing 192 changed files with 624 additions and 584 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
# Changelog

## 3.0.0-beta.2 (2021-07-14)

#### :rocket: New Feature

* [#2141](https://github.com/ec-europa/europa-component-library/pull/2141) feat(link): add primary and secondary links - FRONT-2341 ([@emeryro](https://github.com/emeryro))
* [#2128](https://github.com/ec-europa/europa-component-library/pull/2128) feat(etrans): add etrans composition - FRONT-2336 ([@emeryro](https://github.com/emeryro))

#### :nail_care: Enhancement

* [#2149](https://github.com/ec-europa/europa-component-library/pull/2149) feat(icons): add icons - FRONT-2435 ([@emeryro](https://github.com/emeryro))
* [#2146](https://github.com/ec-europa/europa-component-library/pull/2146) feat(website): update components thumbnails - FRONT-2413 ([@emeryro](https://github.com/emeryro))
* [#2143](https://github.com/ec-europa/europa-component-library/pull/2143) fix(various): small improvements - FRONT-2427 ([@emeryro](https://github.com/emeryro))
* [#2142](https://github.com/ec-europa/europa-component-library/pull/2142) fix(icons): fix flag icons and add rss - FRONT-2416 ([@emeryro](https://github.com/emeryro))
* [#2148](https://github.com/ec-europa/europa-component-library/pull/2148) fix(docs-tab): Hidden docs tab - FRONT-2365 ([@tibi2303](https://github.com/tibi2303))
* [#2139](https://github.com/ec-europa/europa-component-library/pull/2139) feat(typography): update EU typography ([@emeryro](https://github.com/emeryro))
* [#2135](https://github.com/ec-europa/europa-component-library/pull/2135) fix(timeline): fix deprecated css - FRONT-2355 ([@emeryro](https://github.com/emeryro))
* [#2130](https://github.com/ec-europa/europa-component-library/pull/2130) feat(style): update background and border - FRONT-2338 ([@emeryro](https://github.com/emeryro))
* [#2129](https://github.com/ec-europa/europa-component-library/pull/2129) fix(accordion): fix print css conflict - FRONT-2325 ([@emeryro](https://github.com/emeryro))

#### :memo: Documentation

* [#2147](https://github.com/ec-europa/europa-component-library/pull/2147) docs(website): updated ECL documentation - FRONT-2424 ([@emeryro](https://github.com/emeryro))
* [#2131](https://github.com/ec-europa/europa-component-library/pull/2131) docs(eu-colors) - changed doc of eu colors - FRONT-2257 ([@tibi2303](https://github.com/tibi2303))

#### :house: Internal

* [#2150](https://github.com/ec-europa/europa-component-library/pull/2150) chore(deps): updating storybook and a few other deps ([@planctus](https://github.com/planctus))
* [#2144](https://github.com/ec-europa/europa-component-library/pull/2144) chore(updates): Safe updates ([@planctus](https://github.com/planctus))
* [#2140](https://github.com/ec-europa/europa-component-library/pull/2140) chore(deps): green updates, fixing audit ([@planctus](https://github.com/planctus))
* [#2136](https://github.com/ec-europa/europa-component-library/pull/2136) chore(website): Anatomy images full width ([@planctus](https://github.com/planctus))
* [#2132](https://github.com/ec-europa/europa-component-library/pull/2132) chore(deps): Storybook 6.3 and other updates ([@planctus](https://github.com/planctus))

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

## 3.0.0-beta.1 (2021-06-08)

#### :rocket: New Feature
Expand Down
7 changes: 5 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"npmClient": "yarn",
"useWorkspaces": true,
"changelog": {
Expand All @@ -21,6 +21,9 @@
"publish": {
"allowBranch": "v3-dev"
},
"ignoreChanges": ["**/test/**", "**/*.md"]
"ignoreChanges": [
"**/test/**",
"**/*.md"
]
}
}
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": "3.0.0-beta.1",
"version": "3.0.0-beta.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": "^3.0.0-beta.1",
"@ecl/vanilla-component-accordion": "^3.0.0-beta.1"
"@ecl/specs-component-accordion": "^3.0.0-beta.2",
"@ecl/vanilla-component-accordion": "^3.0.0-beta.2"
},
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions src/implementations/twig/components/blockquote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"name": "@ecl/twig-component-blockquote",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"description": "ECL Blockquote",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@ecl/specs-component-blockquote": "^3.0.0-beta.1",
"@ecl/vanilla-component-blockquote": "^3.0.0-beta.1"
"@ecl/specs-component-blockquote": "^3.0.0-beta.2",
"@ecl/vanilla-component-blockquote": "^3.0.0-beta.2"
},
"repository": {
"type": "git",
Expand Down
12 changes: 6 additions & 6 deletions src/implementations/twig/components/breadcrumb-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
"name": "@ecl/twig-component-breadcrumb-core",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"description": "ECL Breadcrumb Core",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-button": "^3.0.0-beta.1",
"@ecl/twig-component-icon": "^3.0.0-beta.1",
"@ecl/twig-component-link": "^3.0.0-beta.1"
"@ecl/twig-component-button": "^3.0.0-beta.2",
"@ecl/twig-component-icon": "^3.0.0-beta.2",
"@ecl/twig-component-link": "^3.0.0-beta.2"
},
"devDependencies": {
"@ecl/specs-component-breadcrumb": "^3.0.0-beta.1",
"@ecl/vanilla-component-breadcrumb-core": "^3.0.0-beta.1"
"@ecl/specs-component-breadcrumb": "^3.0.0-beta.2",
"@ecl/vanilla-component-breadcrumb-core": "^3.0.0-beta.2"
},
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
"name": "@ecl/twig-component-breadcrumb-harmonised",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"description": "ECL Breadcrumb Harmonised",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-button": "^3.0.0-beta.1",
"@ecl/twig-component-icon": "^3.0.0-beta.1",
"@ecl/twig-component-link": "^3.0.0-beta.1"
"@ecl/twig-component-button": "^3.0.0-beta.2",
"@ecl/twig-component-icon": "^3.0.0-beta.2",
"@ecl/twig-component-link": "^3.0.0-beta.2"
},
"devDependencies": {
"@ecl/specs-component-breadcrumb": "^3.0.0-beta.1",
"@ecl/vanilla-component-breadcrumb-harmonised": "^3.0.0-beta.1"
"@ecl/specs-component-breadcrumb": "^3.0.0-beta.2",
"@ecl/vanilla-component-breadcrumb-harmonised": "^3.0.0-beta.2"
},
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
"name": "@ecl/twig-component-breadcrumb-standardised",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"description": "ECL Breadcrumb Standardised",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-button": "^3.0.0-beta.1",
"@ecl/twig-component-icon": "^3.0.0-beta.1",
"@ecl/twig-component-link": "^3.0.0-beta.1"
"@ecl/twig-component-button": "^3.0.0-beta.2",
"@ecl/twig-component-icon": "^3.0.0-beta.2",
"@ecl/twig-component-link": "^3.0.0-beta.2"
},
"devDependencies": {
"@ecl/specs-component-breadcrumb": "^3.0.0-beta.1",
"@ecl/vanilla-component-breadcrumb-standardised": "^3.0.0-beta.1"
"@ecl/specs-component-breadcrumb": "^3.0.0-beta.2",
"@ecl/vanilla-component-breadcrumb-standardised": "^3.0.0-beta.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": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"description": "ECL Button",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-icon": "^3.0.0-beta.1"
"@ecl/twig-component-icon": "^3.0.0-beta.2"
},
"devDependencies": {
"@ecl/specs-component-button": "^3.0.0-beta.1",
"@ecl/vanilla-component-button": "^3.0.0-beta.1"
"@ecl/specs-component-button": "^3.0.0-beta.2",
"@ecl/vanilla-component-button": "^3.0.0-beta.2"
},
"repository": {
"type": "git",
Expand Down
12 changes: 6 additions & 6 deletions src/implementations/twig/components/card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
"name": "@ecl/twig-component-card",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"description": "ECL Card",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-icon": "^3.0.0-beta.1",
"@ecl/twig-component-link": "^3.0.0-beta.1",
"@ecl/twig-component-tag": "^3.0.0-beta.1"
"@ecl/twig-component-icon": "^3.0.0-beta.2",
"@ecl/twig-component-link": "^3.0.0-beta.2",
"@ecl/twig-component-tag": "^3.0.0-beta.2"
},
"devDependencies": {
"@ecl/specs-component-card": "^3.0.0-beta.1",
"@ecl/vanilla-component-card": "^3.0.0-beta.1"
"@ecl/specs-component-card": "^3.0.0-beta.2",
"@ecl/vanilla-component-card": "^3.0.0-beta.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": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"description": "ECL Checkbox",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-icon": "^3.0.0-beta.1"
"@ecl/twig-component-icon": "^3.0.0-beta.2"
},
"devDependencies": {
"@ecl/specs-component-checkbox": "^3.0.0-beta.1",
"@ecl/vanilla-component-checkbox": "^3.0.0-beta.1",
"@ecl/vanilla-component-form": "^3.0.0-beta.1"
"@ecl/specs-component-checkbox": "^3.0.0-beta.2",
"@ecl/vanilla-component-checkbox": "^3.0.0-beta.2",
"@ecl/vanilla-component-form": "^3.0.0-beta.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": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"description": "ECL Date Block",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@ecl/specs-component-date-block": "^3.0.0-beta.1",
"@ecl/vanilla-component-date-block": "^3.0.0-beta.1"
"@ecl/specs-component-date-block": "^3.0.0-beta.2",
"@ecl/vanilla-component-date-block": "^3.0.0-beta.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,17 +2,17 @@
"name": "@ecl/twig-component-datepicker",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"description": "ECL Datepicker",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-icon": "^3.0.0-beta.1"
"@ecl/twig-component-icon": "^3.0.0-beta.2"
},
"devDependencies": {
"@ecl/specs-component-datepicker": "^3.0.0-beta.1",
"@ecl/vanilla-component-datepicker": "^3.0.0-beta.1",
"@ecl/vanilla-component-form": "^3.0.0-beta.1"
"@ecl/specs-component-datepicker": "^3.0.0-beta.2",
"@ecl/vanilla-component-datepicker": "^3.0.0-beta.2",
"@ecl/vanilla-component-form": "^3.0.0-beta.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"name": "@ecl/twig-component-description-list",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"description": "ECL Description list",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@ecl/specs-component-description-list": "^3.0.0-beta.1",
"@ecl/vanilla-component-description-list": "^3.0.0-beta.1"
"@ecl/specs-component-description-list": "^3.0.0-beta.2",
"@ecl/vanilla-component-description-list": "^3.0.0-beta.2"
},
"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": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"description": "ECL Expandable",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-button": "^3.0.0-beta.1"
"@ecl/twig-component-button": "^3.0.0-beta.2"
},
"devDependencies": {
"@ecl/specs-component-expandable": "^3.0.0-beta.1",
"@ecl/vanilla-component-expandable": "^3.0.0-beta.1"
"@ecl/specs-component-expandable": "^3.0.0-beta.2",
"@ecl/vanilla-component-expandable": "^3.0.0-beta.2"
},
"repository": {
"type": "git",
Expand Down
10 changes: 5 additions & 5 deletions src/implementations/twig/components/fact-figures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
"name": "@ecl/twig-component-fact-figures",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"description": "ECL Fact & Figures",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-icon": "^3.0.0-beta.1",
"@ecl/twig-component-link": "^3.0.0-beta.1"
"@ecl/twig-component-icon": "^3.0.0-beta.2",
"@ecl/twig-component-link": "^3.0.0-beta.2"
},
"devDependencies": {
"@ecl/specs-component-fact-figures": "^3.0.0-beta.1",
"@ecl/vanilla-component-fact-figures": "^3.0.0-beta.1"
"@ecl/specs-component-fact-figures": "^3.0.0-beta.2",
"@ecl/vanilla-component-fact-figures": "^3.0.0-beta.2"
}
}
8 changes: 4 additions & 4 deletions src/implementations/twig/components/file-upload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"name": "@ecl/twig-component-file-upload",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"description": "ECL File Upload",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@ecl/specs-component-file-upload": "^3.0.0-beta.1",
"@ecl/vanilla-component-file-upload": "^3.0.0-beta.1",
"@ecl/vanilla-component-form": "^3.0.0-beta.1"
"@ecl/specs-component-file-upload": "^3.0.0-beta.2",
"@ecl/vanilla-component-file-upload": "^3.0.0-beta.2",
"@ecl/vanilla-component-form": "^3.0.0-beta.2"
},
"repository": {
"type": "git",
Expand Down
12 changes: 6 additions & 6 deletions src/implementations/twig/components/file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
"name": "@ecl/twig-component-file",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"description": "ECL File",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-button": "^3.0.0-beta.1",
"@ecl/twig-component-icon": "^3.0.0-beta.1",
"@ecl/twig-component-link": "^3.0.0-beta.1"
"@ecl/twig-component-button": "^3.0.0-beta.2",
"@ecl/twig-component-icon": "^3.0.0-beta.2",
"@ecl/twig-component-link": "^3.0.0-beta.2"
},
"devDependencies": {
"@ecl/specs-component-file": "^3.0.0-beta.1",
"@ecl/vanilla-component-file": "^3.0.0-beta.1"
"@ecl/specs-component-file": "^3.0.0-beta.2",
"@ecl/vanilla-component-file": "^3.0.0-beta.2"
}
}
Loading

1 comment on commit 021d345

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