Skip to content

Commit

Permalink
Merge pull request #21 from ec-europa/chore/release-0.5.0
Browse files Browse the repository at this point in the history
chore: Release ECL Webcomponents 0.5.0
  • Loading branch information
planctus authored Jun 13, 2023
2 parents 907f46a + 0b1b871 commit 6d56b30
Show file tree
Hide file tree
Showing 61 changed files with 75 additions and 75 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.4.0",
"version": "0.5.0",
"npmClient": "yarn",
"useWorkspaces": true,
"changelog": {
Expand Down
6 changes: 3 additions & 3 deletions packages/ecl-webcomponents-angular-workspace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ecl/ecl-webcomponents-angular-workspace",
"version": "0.4.0",
"version": "0.5.0",
"scripts": {
"clean": "rimraf dist",
"ng": "ng",
Expand Down Expand Up @@ -29,8 +29,8 @@
"@angular-devkit/build-angular": "^15.2.6",
"@angular/cli": "~15.2.6",
"@angular/compiler-cli": "^15.2.0",
"@ecl/ecl-webcomponents": "0.4.0",
"@ecl/ecl-webcomponents-angular": "0.4.0",
"@ecl/ecl-webcomponents": "0.5.0",
"@ecl/ecl-webcomponents-angular": "0.5.0",
"browser-sync": "2.29.3",
"express": "4.18.2",
"karma": "~6.4.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ecl/ecl-webcomponents-angular",
"version": "0.4.0",
"version": "0.5.0",
"publishConfig": {
"access": "public"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/ecl-webcomponents-react-consumer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ecl/ecl-webcomponents-react-consumer",
"private": true,
"version": "0.4.0",
"version": "0.5.0",
"type": "module",
"scripts": {
"clean": "rimraf dist",
Expand All @@ -12,7 +12,7 @@
"pre-publish": "npm run build"
},
"dependencies": {
"@ecl/ecl-webcomponents-react": "0.4.0",
"@ecl/ecl-webcomponents-react": "0.5.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"rimraf": "5.0.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/ecl-webcomponents-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ecl/ecl-webcomponents-react",
"version": "0.4.0",
"version": "0.5.0",
"description": "ECL react app",
"main": "lib/index.ts",
"module": "dist/index.js",
Expand All @@ -26,7 +26,7 @@
"access": "public"
},
"dependencies": {
"@ecl/ecl-webcomponents": "0.4.0"
"@ecl/ecl-webcomponents": "0.5.0"
},
"devDependencies": {
"@types/react": "18.0.37",
Expand Down
2 changes: 1 addition & 1 deletion packages/ecl-webcomponents/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ecl/ecl-webcomponents",
"version": "0.4.0",
"version": "0.5.0",
"description": "ECL web components",
"license": "EUPL-1.2",
"main": "dist/index.cjs.js",
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ecl/web-components-playground",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.4.0",
"version": "0.5.0",
"description": "ECL web components playground",
"main": "index.html",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion src/components/ecl-accordion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ecl/web-components-accordion",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.4.0",
"version": "0.5.0",
"description": "ECL Button",
"main": "ecl-accordion.tsx",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion src/components/ecl-banner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ecl/web-components-banner",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.4.0",
"version": "0.5.0",
"description": "ECL Page Banner",
"main": "ecl-banner.tsx",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion src/components/ecl-blockquote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ecl/web-components-blockquote",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.4.0",
"version": "0.5.0",
"description": "ECL Blockquote",
"main": "ecl-blockquote.tsx",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion src/components/ecl-breadcrumb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ecl/web-components-breadcrumb",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.4.0",
"version": "0.5.0",
"description": "ECL Breadcrumb",
"main": "ecl-breadcrumb.js",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion src/components/ecl-button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ecl/web-components-button",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.4.0",
"version": "0.5.0",
"description": "ECL Button",
"main": "ecl-button.tsx",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion src/components/ecl-card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ecl/web-components-card",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.4.0",
"version": "0.5.0",
"description": "ECL Content Item",
"main": "ecl-card.tsx",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion src/components/ecl-carousel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ecl/web-components-carousel",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.4.0",
"version": "0.5.0",
"description": "ECL Carousel",
"main": "ecl-carousel.tsx",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion src/components/ecl-category-filter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ecl/web-components-category-filter",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.4.0",
"version": "0.5.0",
"description": "ECL Category Filter",
"main": "ecl-category-filter.tsx",
"private": true,
Expand Down
6 changes: 3 additions & 3 deletions src/components/ecl-content-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ecl/web-components-content-block",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.4.0",
"version": "0.5.0",
"description": "ECL Content Block",
"main": "ecl-content-block.tsx",
"private": true,
Expand All @@ -14,13 +14,13 @@
},
"devDependencies": {
"@ecl/builder": "3.8.3",
"@ecl/theme-ec": "3.8.3",
"@ecl/theme-eu": "3.8.3",
"@ecl/vanilla-component-content-block": "3.8.3",
"@ecl/vanilla-component-description-list": "3.8.3",
"@ecl/vanilla-component-icon": "3.8.3",
"@ecl/vanilla-component-label": "3.8.3",
"@ecl/vanilla-component-link": "3.8.3",
"@ecl/theme-ec": "3.8.3",
"@ecl/theme-eu": "3.8.3",
"cross-env": "7.0.3"
},
"repository": {
Expand Down
8 changes: 4 additions & 4 deletions src/components/ecl-content-item/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ecl/web-components-content-item",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.4.0",
"version": "0.5.0",
"description": "ECL Content Item",
"main": "ecl-content-item.tsx",
"private": true,
Expand All @@ -14,10 +14,10 @@
},
"devDependencies": {
"@ecl/builder": "3.8.3",
"@ecl/vanilla-component-content-item": "3.8.3",
"cross-env": "7.0.3",
"@ecl/theme-ec": "3.8.3",
"@ecl/theme-eu": "3.8.3"
"@ecl/theme-eu": "3.8.3",
"@ecl/vanilla-component-content-item": "3.8.3",
"cross-env": "7.0.3"
},
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions src/components/ecl-date-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ecl/web-components-date-block",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.4.0",
"version": "0.5.0",
"description": "ECL Date Block",
"main": "ecl-date-block.tsx",
"private": true,
Expand All @@ -14,10 +14,10 @@
},
"devDependencies": {
"@ecl/builder": "3.8.3",
"@ecl/vanilla-component-date-block": "3.8.3",
"@ecl/vanilla-utility-screen-reader": "3.8.3",
"@ecl/theme-ec": "3.8.3",
"@ecl/theme-eu": "3.8.3",
"@ecl/vanilla-component-date-block": "3.8.3",
"@ecl/vanilla-utility-screen-reader": "3.8.3",
"cross-env": "7.0.3"
},
"repository": {
Expand Down
8 changes: 4 additions & 4 deletions src/components/ecl-datepicker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ecl/web-components-datepicker",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.4.0",
"version": "0.5.0",
"description": "ECL Datepicker",
"main": "ecl-datepicker.ts",
"private": true,
Expand All @@ -15,10 +15,10 @@
},
"devDependencies": {
"@ecl/builder": "3.8.3",
"@ecl/vanilla-component-datepicker": "3.8.3",
"cross-env": "7.0.3",
"@ecl/theme-ec": "3.8.3",
"@ecl/theme-eu": "3.8.3"
"@ecl/theme-eu": "3.8.3",
"@ecl/vanilla-component-datepicker": "3.8.3",
"cross-env": "7.0.3"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/components/ecl-description-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ecl/web-components-description-list",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.4.0",
"version": "0.5.0",
"description": "ECL Link",
"main": "ecl-description-list.tsx",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion src/components/ecl-expandable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ecl/web-components-expandable",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.4.0",
"version": "0.5.0",
"description": "ECL Expandable",
"main": "ecl-expandable.js",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion src/components/ecl-fact-figures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ecl/web-components-fact-figures",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.4.0",
"version": "0.5.0",
"description": "ECL Fact & figures",
"main": "ecl-media-container.tsx",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion src/components/ecl-featured-item/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ecl/web-components-featured-item",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.4.0",
"version": "0.5.0",
"description": "ECL Featured item",
"main": "ecl-featured-item.tsx",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion src/components/ecl-file-upload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ecl/web-components-file-upload",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.4.0",
"version": "0.5.0",
"description": "ECL File upload",
"main": "ecl-file-upload.tsx",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion src/components/ecl-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ecl/web-components-file",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.4.0",
"version": "0.5.0",
"description": "ECL File",
"main": "ecl-hero-banner.tsx",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion src/components/ecl-footer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ecl/web-components-footer",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.4.0",
"version": "0.5.0",
"description": "ECL Footer",
"main": "ecl-hero-banner.tsx",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion src/components/ecl-form-group/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ecl/web-components-form-group",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.4.0",
"version": "0.5.0",
"description": "ECL form group",
"main": "ecl-form-group.tsx",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion src/components/ecl-gallery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ecl/web-components-gallery",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.4.0",
"version": "0.5.0",
"description": "ECL Page Banner",
"main": "ecl-hero-banner.tsx",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion src/components/ecl-grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ecl/web-components-grid",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.4.0",
"version": "0.5.0",
"description": "ECL Grid",
"main": "ecl-grid.ts",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion src/components/ecl-hero-banner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ecl/web-components-hero-banner",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.4.0",
"version": "0.5.0",
"description": "ECL Page Banner",
"main": "ecl-hero-banner.tsx",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion src/components/ecl-icon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ecl/web-components-icon",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.4.0",
"version": "0.5.0",
"description": "ECL Icon",
"main": "ecl-icon.ts",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion src/components/ecl-inpage-navigation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ecl/web-components-inpage-navigation",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.4.0",
"version": "0.5.0",
"description": "ECL inpage navigation",
"main": "ecl-inpage-navigation.tsx",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion src/components/ecl-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ecl/web-components-input",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.4.0",
"version": "0.5.0",
"description": "ECL Select",
"main": "ecl-input.tsx",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion src/components/ecl-label/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ecl/web-components-label",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.4.0",
"version": "0.5.0",
"description": "ECL Label",
"main": "ecl-label.tsx",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion src/components/ecl-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ecl/web-components-link",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.4.0",
"version": "0.5.0",
"description": "ECL Link",
"main": "ecl-link.tsx",
"private": true,
Expand Down
Loading

2 comments on commit 6d56b30

@github-actions
Copy link

Choose a reason for hiding this comment

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

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