Skip to content

Commit

Permalink
chore: BCL Release 0.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
planctus committed Aug 1, 2022
1 parent fa2097e commit 927e892
Show file tree
Hide file tree
Showing 112 changed files with 314 additions and 314 deletions.
2 changes: 1 addition & 1 deletion bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@openeuropa/bcl-bootstrap",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.23.0",
"version": "0.23.1",
"description": "OE - BCL bootstrap 5 sources",
"bin": {
"plugins-builder": "./bin/build-plugins.js"
Expand Down
2 changes: 1 addition & 1 deletion builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@openeuropa/bcl-builder",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.23.0",
"version": "0.23.1",
"description": "Bootstrap Component Library builder",
"publishConfig": {
"access": "public"
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": "0.23.0",
"version": "0.23.1",
"npmClient": "yarn",
"useWorkspaces": true,
"changelog": {
Expand Down
4 changes: 2 additions & 2 deletions src/components/bcl-accordion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "@openeuropa/bcl-accordion",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.23.0",
"version": "0.23.1",
"publishConfig": {
"access": "public"
},
"description": "OE - BCL accordion",
"dependencies": {
"@openeuropa/bcl-button": "^0.23.0"
"@openeuropa/bcl-button": "^0.23.1"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/components/bcl-alert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@openeuropa/bcl-alert",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.23.0",
"version": "0.23.1",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion src/components/bcl-badge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@openeuropa/bcl-badge",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.23.0",
"version": "0.23.1",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion src/components/bcl-blockquote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@openeuropa/bcl-blockquote",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.23.0",
"version": "0.23.1",
"publishConfig": {
"access": "public"
},
Expand Down
4 changes: 2 additions & 2 deletions src/components/bcl-breadcrumb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "@openeuropa/bcl-breadcrumb",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.23.0",
"version": "0.23.1",
"publishConfig": {
"access": "public"
},
"description": "OE - BCL breadcrumb",
"dependencies": {
"@openeuropa/bcl-link": "^0.23.0"
"@openeuropa/bcl-link": "^0.23.1"
},
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions src/components/bcl-button-group/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"name": "@openeuropa/bcl-button-group",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.23.0",
"version": "0.23.1",
"publishConfig": {
"access": "public"
},
"description": "OE - BCL button group",
"dependencies": {
"@openeuropa/bcl-button": "^0.23.0",
"@openeuropa/bcl-form-input": "^0.23.0"
"@openeuropa/bcl-button": "^0.23.1",
"@openeuropa/bcl-form-input": "^0.23.1"
},
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions src/components/bcl-button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"name": "@openeuropa/bcl-button",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.23.0",
"version": "0.23.1",
"publishConfig": {
"access": "public"
},
"description": "OE - BCL button",
"dependencies": {
"@openeuropa/bcl-icon": "^0.23.0",
"@openeuropa/bcl-spinner": "^0.23.0"
"@openeuropa/bcl-icon": "^0.23.1",
"@openeuropa/bcl-spinner": "^0.23.1"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions src/components/bcl-card-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "@openeuropa/bcl-card-layout",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.23.0",
"version": "0.23.1",
"publishConfig": {
"access": "public"
},
"description": "OE - BCL card layout",
"dependencies": {
"@openeuropa/bcl-card": "^0.23.0"
"@openeuropa/bcl-card": "^0.23.1"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions src/components/bcl-card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "@openeuropa/bcl-card",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.23.0",
"version": "0.23.1",
"publishConfig": {
"access": "public"
},
"description": "OE - BCL card",
"dependencies": {
"@openeuropa/bcl-badge": "^0.23.0"
"@openeuropa/bcl-badge": "^0.23.1"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions src/components/bcl-carousel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "@openeuropa/bcl-carousel",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.23.0",
"version": "0.23.1",
"publishConfig": {
"access": "public"
},
"description": "OE - BCL Carousel",
"dependencies": {
"@openeuropa/bcl-button": "^0.23.0"
"@openeuropa/bcl-button": "^0.23.1"
},
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions src/components/bcl-dropdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"name": "@openeuropa/bcl-dropdown",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.23.0",
"version": "0.23.1",
"publishConfig": {
"access": "public"
},
"description": "OE - BCL dropdown",
"dependencies": {
"@openeuropa/bcl-button": "^0.23.0",
"@openeuropa/bcl-link": "^0.23.0"
"@openeuropa/bcl-button": "^0.23.1",
"@openeuropa/bcl-link": "^0.23.1"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/components/bcl-form-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@openeuropa/bcl-form-input",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.23.0",
"version": "0.23.1",
"publishConfig": {
"access": "public"
},
Expand Down
10 changes: 5 additions & 5 deletions src/components/bcl-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
"name": "@openeuropa/bcl-form",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.23.0",
"version": "0.23.1",
"publishConfig": {
"access": "public"
},
"description": "OE - BCL Form",
"dependencies": {
"@openeuropa/bcl-button": "^0.23.0",
"@openeuropa/bcl-form-input": "^0.23.0",
"@openeuropa/bcl-select": "^0.23.0",
"@openeuropa/bcl-textarea": "^0.23.0"
"@openeuropa/bcl-button": "^0.23.1",
"@openeuropa/bcl-form-input": "^0.23.1",
"@openeuropa/bcl-select": "^0.23.1",
"@openeuropa/bcl-textarea": "^0.23.1"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions src/components/bcl-heading/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "@openeuropa/bcl-heading",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.23.0",
"version": "0.23.1",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@openeuropa/bcl-link": "^0.23.0"
"@openeuropa/bcl-link": "^0.23.1"
},
"description": "OE - BCL heading",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/bcl-icon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@openeuropa/bcl-icon",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.23.0",
"version": "0.23.1",
"publishConfig": {
"access": "public"
},
Expand Down
4 changes: 2 additions & 2 deletions src/components/bcl-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "@openeuropa/bcl-link",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.23.0",
"version": "0.23.1",
"publishConfig": {
"access": "public"
},
"description": "OE - BCL link",
"dependencies": {
"@openeuropa/bcl-icon": "^0.23.0"
"@openeuropa/bcl-icon": "^0.23.1"
},
"repository": {
"type": "git",
Expand Down
10 changes: 5 additions & 5 deletions src/components/bcl-list-group/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
"name": "@openeuropa/bcl-list-group",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.23.0",
"version": "0.23.1",
"publishConfig": {
"access": "public"
},
"description": "OE - BCL list group",
"dependencies": {
"@openeuropa/bcl-badge": "^0.23.0",
"@openeuropa/bcl-button": "^0.23.0",
"@openeuropa/bcl-form-input": "^0.23.0",
"@openeuropa/bcl-link": "^0.23.0"
"@openeuropa/bcl-badge": "^0.23.1",
"@openeuropa/bcl-button": "^0.23.1",
"@openeuropa/bcl-form-input": "^0.23.1",
"@openeuropa/bcl-link": "^0.23.1"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/components/bcl-modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@openeuropa/bcl-modal",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.23.0",
"version": "0.23.1",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 3 additions & 3 deletions src/components/bcl-navbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "@openeuropa/bcl-navbar",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.23.0",
"version": "0.23.1",
"dependencies": {
"@openeuropa/bcl-form": "^0.23.0",
"@openeuropa/bcl-navigation": "^0.23.0"
"@openeuropa/bcl-form": "^0.23.1",
"@openeuropa/bcl-navigation": "^0.23.1"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions src/components/bcl-navigation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"name": "@openeuropa/bcl-navigation",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.23.0",
"version": "0.23.1",
"publishConfig": {
"access": "public"
},
"description": "OE - BCL navigation",
"dependencies": {
"@openeuropa/bcl-button": "^0.23.0",
"@openeuropa/bcl-dropdown": "^0.23.0",
"@openeuropa/bcl-link": "^0.23.0"
"@openeuropa/bcl-button": "^0.23.1",
"@openeuropa/bcl-dropdown": "^0.23.1",
"@openeuropa/bcl-link": "^0.23.1"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions src/components/bcl-offcanvas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "@openeuropa/bcl-offcanvas",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.23.0",
"version": "0.23.1",
"publishConfig": {
"access": "public"
},
"description": "OE - BCL offcanvas",
"dependencies": {
"@openeuropa/bcl-button": "^0.23.0"
"@openeuropa/bcl-button": "^0.23.1"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions src/components/bcl-pagination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "@openeuropa/bcl-pagination",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.23.0",
"version": "0.23.1",
"publishConfig": {
"access": "public"
},
"description": "OE - BCL pagination",
"dependencies": {
"@openeuropa/bcl-icon": "^0.23.0"
"@openeuropa/bcl-icon": "^0.23.1"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/components/bcl-placeholder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@openeuropa/bcl-placeholder",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.23.0",
"version": "0.23.1",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion src/components/bcl-progress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@openeuropa/bcl-progress",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.23.0",
"version": "0.23.1",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion src/components/bcl-scrollspy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.23.0",
"version": "0.23.1",
"description": "OE - BCL scrollspy",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/components/bcl-select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@openeuropa/bcl-select",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.23.0",
"version": "0.23.1",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion src/components/bcl-spinner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@openeuropa/bcl-spinner",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.23.0",
"version": "0.23.1",
"publishConfig": {
"access": "public"
},
Expand Down
Loading

1 comment on commit 927e892

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