Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: ECL webcomponents release 0.12.0 #45

Merged
merged 1 commit into from
Oct 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.11.0",
"version": "0.12.0",
"npmClient": "yarn",
"changelog": {
"repo": "ec-europa/ecl-webcomponents",
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.11.0",
"version": "0.12.0",
"scripts": {
"clean": "rimraf dist",
"ng": "ng",
Expand Down Expand Up @@ -30,8 +30,8 @@
"@angular/cli": "16.2.8",
"@angular/compiler-cli": "16.2.11",
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"@ecl/ecl-webcomponents": "0.11.0",
"@ecl/ecl-webcomponents-angular": "0.11.0",
"@ecl/ecl-webcomponents": "0.12.0",
"@ecl/ecl-webcomponents-angular": "0.12.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.11.0",
"version": "0.12.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.11.0",
"version": "0.12.0",
"type": "module",
"scripts": {
"clean": "rimraf dist",
Expand All @@ -12,7 +12,7 @@
"pre-publish": "npm run build"
},
"dependencies": {
"@ecl/ecl-webcomponents-react": "0.11.0",
"@ecl/ecl-webcomponents-react": "0.12.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"rimraf": "5.0.5"
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.11.0",
"version": "0.12.0",
"description": "ECL react app",
"main": "lib/index.ts",
"module": "dist/index.js",
Expand All @@ -27,7 +27,7 @@
"access": "public"
},
"dependencies": {
"@ecl/ecl-webcomponents": "0.11.0"
"@ecl/ecl-webcomponents": "0.12.0"
},
"devDependencies": {
"@types/react": "18.2.33",
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.11.0",
"version": "0.12.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.11.0",
"version": "0.12.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.11.0",
"version": "0.12.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.11.0",
"version": "0.12.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.11.0",
"version": "0.12.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.11.0",
"version": "0.12.0",
"description": "ECL Breadcrumb",
"main": "ecl-breadcrumb.tsx",
"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.11.0",
"version": "0.12.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.11.0",
"version": "0.12.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.11.0",
"version": "0.12.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.11.0",
"version": "0.12.0",
"description": "ECL Category Filter",
"main": "ecl-category-filter.tsx",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion 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.11.0",
"version": "0.12.0",
"description": "ECL Content Block",
"main": "ecl-content-block.tsx",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion 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.11.0",
"version": "0.12.0",
"description": "ECL Content Item",
"main": "ecl-content-item.tsx",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion 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.11.0",
"version": "0.12.0",
"description": "ECL Date Block",
"main": "ecl-date-block.tsx",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion 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.11.0",
"version": "0.12.0",
"description": "ECL Datepicker",
"main": "ecl-datepicker.ts",
"private": true,
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.11.0",
"version": "0.12.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.11.0",
"version": "0.12.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.11.0",
"version": "0.12.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.11.0",
"version": "0.12.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.11.0",
"version": "0.12.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.11.0",
"version": "0.12.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.11.0",
"version": "0.12.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.11.0",
"version": "0.12.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.11.0",
"version": "0.12.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.11.0",
"version": "0.12.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.11.0",
"version": "0.12.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.11.0",
"version": "0.12.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.11.0",
"version": "0.12.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.11.0",
"version": "0.12.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.11.0",
"version": "0.12.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.11.0",
"version": "0.12.0",
"description": "ECL Link",
"main": "ecl-link.tsx",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion src/components/ecl-list-illustration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ecl/web-components-list-illustration",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.11.0",
"version": "0.12.0",
"description": "ECL Lst with illustration",
"main": "ecl-list-illustration.tsx",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion src/components/ecl-media-container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ecl/web-components-media-container",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.11.0",
"version": "0.12.0",
"description": "ECL Media container",
"main": "ecl-media-container.tsx",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion src/components/ecl-menu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ecl/web-components-menu",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.11.0",
"version": "0.12.0",
"description": "ECL Menu",
"main": "ecl-menu.tsx",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion src/components/ecl-message/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ecl/web-components-message",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.11.0",
"version": "0.12.0",
"description": "ECL Message",
"main": "ecl-message.tsx",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion src/components/ecl-modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ecl/web-components-modal",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.11.0",
"version": "0.12.0",
"description": "ECL Modal",
"main": "ecl-modal.tsx",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion src/components/ecl-navigation-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ecl/web-components-navigation-list",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.11.0",
"version": "0.12.0",
"description": "ECL Message",
"main": "ecl-navigation-list.tsx",
"private": true,
Expand Down
Loading