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

Release 1.8.0 #635

Closed
wants to merge 1 commit into from
Closed
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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## v1.7.1 (2024-12-10)

#### :nail_care: Enhancement
* [#633](https://github.com/openeuropa/bootstrap-component-library/pull/633) OEL-3552: Fixed js accessible case. ([@tibi2303](https://github.com/tibi2303))
* [#628](https://github.com/openeuropa/bootstrap-component-library/pull/628) OEL-3425: Improved accessiblity for multiselect and remove using keyboard. ([@tibi2303](https://github.com/tibi2303))

## v1.7.0 (2024-11-06)

#### :nail_care: Enhancement
Expand Down
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": "1.7.0",
"version": "1.7.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": "1.7.0",
"version": "1.7.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": "1.7.0",
"version": "1.7.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": "1.7.0",
"version": "1.7.1",
"publishConfig": {
"access": "public"
},
"description": "OE - BCL accordion",
"dependencies": {
"@openeuropa/bcl-button": "^1.7.0"
"@openeuropa/bcl-button": "^1.7.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": "1.7.0",
"version": "1.7.1",
"publishConfig": {
"access": "public"
},
Expand Down
4 changes: 2 additions & 2 deletions src/components/bcl-badge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "@openeuropa/bcl-badge",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "1.7.0",
"version": "1.7.1",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@openeuropa/bcl-link": "^1.7.0"
"@openeuropa/bcl-link": "^1.7.1"
},
"description": "OE - BCL badge",
"repository": {
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": "1.7.0",
"version": "1.7.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": "1.7.0",
"version": "1.7.1",
"publishConfig": {
"access": "public"
},
"description": "OE - BCL breadcrumb",
"dependencies": {
"@openeuropa/bcl-link": "^1.7.0"
"@openeuropa/bcl-link": "^1.7.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": "1.7.0",
"version": "1.7.1",
"publishConfig": {
"access": "public"
},
"description": "OE - BCL button group",
"dependencies": {
"@openeuropa/bcl-button": "^1.7.0",
"@openeuropa/bcl-form-input": "^1.7.0"
"@openeuropa/bcl-button": "^1.7.1",
"@openeuropa/bcl-form-input": "^1.7.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": "1.7.0",
"version": "1.7.1",
"publishConfig": {
"access": "public"
},
"description": "OE - BCL button",
"dependencies": {
"@openeuropa/bcl-icon": "^1.7.0",
"@openeuropa/bcl-spinner": "^1.7.0"
"@openeuropa/bcl-icon": "^1.7.1",
"@openeuropa/bcl-spinner": "^1.7.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": "1.7.0",
"version": "1.7.1",
"publishConfig": {
"access": "public"
},
"description": "OE - BCL card layout",
"dependencies": {
"@openeuropa/bcl-card": "^1.7.0"
"@openeuropa/bcl-card": "^1.7.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": "1.7.0",
"version": "1.7.1",
"publishConfig": {
"access": "public"
},
"description": "OE - BCL card",
"dependencies": {
"@openeuropa/bcl-badge": "^1.7.0"
"@openeuropa/bcl-badge": "^1.7.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": "1.7.0",
"version": "1.7.1",
"publishConfig": {
"access": "public"
},
"description": "OE - BCL Carousel",
"dependencies": {
"@openeuropa/bcl-button": "^1.7.0"
"@openeuropa/bcl-button": "^1.7.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": "1.7.0",
"version": "1.7.1",
"publishConfig": {
"access": "public"
},
"description": "OE - BCL dropdown",
"dependencies": {
"@openeuropa/bcl-button": "^1.7.0",
"@openeuropa/bcl-link": "^1.7.0"
"@openeuropa/bcl-button": "^1.7.1",
"@openeuropa/bcl-link": "^1.7.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": "1.7.0",
"version": "1.7.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": "1.7.0",
"version": "1.7.1",
"publishConfig": {
"access": "public"
},
"description": "OE - BCL Form",
"dependencies": {
"@openeuropa/bcl-button": "^1.7.0",
"@openeuropa/bcl-form-input": "^1.7.0",
"@openeuropa/bcl-select": "^1.7.0",
"@openeuropa/bcl-textarea": "^1.7.0"
"@openeuropa/bcl-button": "^1.7.1",
"@openeuropa/bcl-form-input": "^1.7.1",
"@openeuropa/bcl-select": "^1.7.1",
"@openeuropa/bcl-textarea": "^1.7.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": "1.7.0",
"version": "1.7.1",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@openeuropa/bcl-link": "^1.7.0"
"@openeuropa/bcl-link": "^1.7.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": "1.7.0",
"version": "1.7.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": "1.7.0",
"version": "1.7.1",
"publishConfig": {
"access": "public"
},
"description": "OE - BCL link",
"dependencies": {
"@openeuropa/bcl-icon": "^1.7.0"
"@openeuropa/bcl-icon": "^1.7.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": "1.7.0",
"version": "1.7.1",
"publishConfig": {
"access": "public"
},
"description": "OE - BCL list group",
"dependencies": {
"@openeuropa/bcl-badge": "^1.7.0",
"@openeuropa/bcl-button": "^1.7.0",
"@openeuropa/bcl-form-input": "^1.7.0",
"@openeuropa/bcl-link": "^1.7.0"
"@openeuropa/bcl-badge": "^1.7.1",
"@openeuropa/bcl-button": "^1.7.1",
"@openeuropa/bcl-form-input": "^1.7.1",
"@openeuropa/bcl-link": "^1.7.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": "1.7.0",
"version": "1.7.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": "1.7.0",
"version": "1.7.1",
"dependencies": {
"@openeuropa/bcl-form": "^1.7.0",
"@openeuropa/bcl-navigation": "^1.7.0"
"@openeuropa/bcl-form": "^1.7.1",
"@openeuropa/bcl-navigation": "^1.7.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": "1.7.0",
"version": "1.7.1",
"publishConfig": {
"access": "public"
},
"description": "OE - BCL navigation",
"dependencies": {
"@openeuropa/bcl-button": "^1.7.0",
"@openeuropa/bcl-dropdown": "^1.7.0",
"@openeuropa/bcl-link": "^1.7.0"
"@openeuropa/bcl-button": "^1.7.1",
"@openeuropa/bcl-dropdown": "^1.7.1",
"@openeuropa/bcl-link": "^1.7.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": "1.7.0",
"version": "1.7.1",
"publishConfig": {
"access": "public"
},
"description": "OE - BCL offcanvas",
"dependencies": {
"@openeuropa/bcl-button": "^1.7.0"
"@openeuropa/bcl-button": "^1.7.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": "1.7.0",
"version": "1.7.1",
"publishConfig": {
"access": "public"
},
"description": "OE - BCL pagination",
"dependencies": {
"@openeuropa/bcl-link": "^1.7.0"
"@openeuropa/bcl-link": "^1.7.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": "1.7.0",
"version": "1.7.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": "1.7.0",
"version": "1.7.1",
"publishConfig": {
"access": "public"
},
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": "1.7.0",
"version": "1.7.1",
"publishConfig": {
"access": "public"
},
Expand Down
Loading
Loading