Skip to content

Commit ee22a14

Browse files
committed
Merge branch 'development' into OEL-4185-#default#
2 parents 7256572 + 665b86f commit ee22a14

File tree

129 files changed

+2926
-614
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

129 files changed

+2926
-614
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 1.10.8 (2025-10-30)
7+
8+
#### :rocket: New Feature
9+
* [#701](https://github.com/openeuropa/bootstrap-component-library/pull/701) OEL-3838: Pagination v2. ([@tibi2303](https://github.com/tibi2303))
10+
11+
#### :nail_care: Enhancement
12+
* [#693](https://github.com/openeuropa/bootstrap-component-library/pull/693) UCPKN-3880: Pass attributes to modal and toast sections. ([@kp77](https://github.com/kp77))
13+
* [#694](https://github.com/openeuropa/bootstrap-component-library/pull/694) OEL-4068: Cleanup and improved styles for new header. ([@tibi2303](https://github.com/tibi2303))
14+
15+
#### :house: Internal
16+
* [#698](https://github.com/openeuropa/bootstrap-component-library/pull/698) OEL-3821: Update packages to latest version and needed fixes for update. ([@tibi2303](https://github.com/tibi2303))
17+
18+
#### Committers: 2
19+
- Dumitru Tiberiu-Andrei ([@tibi2303](https://github.com/tibi2303))
20+
- Péter Keszthelyi ([@kp77](https://github.com/kp77))
21+
622
## 1.10.7 (2025-10-10)
723

824
#### :nail_care: Enhancement

bootstrap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@openeuropa/bcl-bootstrap",
33
"author": "European Commission",
44
"license": "EUPL-1.2",
5-
"version": "1.10.7",
5+
"version": "1.10.8",
66
"description": "OE - BCL bootstrap 5 sources",
77
"bin": {
88
"plugins-builder": "./bin/build-plugins.js"

builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@openeuropa/bcl-builder",
33
"author": "European Commission",
44
"license": "EUPL-1.2",
5-
"version": "1.10.7",
5+
"version": "1.10.8",
66
"description": "Bootstrap Component Library builder",
77
"publishConfig": {
88
"access": "public"

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.10.7",
2+
"version": "1.10.8",
33
"changelog": {
44
"repo": "openeuropa/bootstrap-component-library",
55
"labels": {

src/components/bcl-accordion/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"name": "@openeuropa/bcl-accordion",
33
"author": "European Commission",
44
"license": "EUPL-1.2",
5-
"version": "1.10.7",
5+
"version": "1.10.8",
66
"publishConfig": {
77
"access": "public"
88
},
99
"description": "OE - BCL accordion",
1010
"dependencies": {
11-
"@openeuropa/bcl-button": "^1.10.7"
11+
"@openeuropa/bcl-button": "^1.10.8"
1212
},
1313
"repository": {
1414
"type": "git",

src/components/bcl-alert/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@openeuropa/bcl-alert",
33
"author": "European Commission",
44
"license": "EUPL-1.2",
5-
"version": "1.10.7",
5+
"version": "1.10.8",
66
"publishConfig": {
77
"access": "public"
88
},

src/components/bcl-badge/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"name": "@openeuropa/bcl-badge",
33
"author": "European Commission",
44
"license": "EUPL-1.2",
5-
"version": "1.10.7",
5+
"version": "1.10.8",
66
"publishConfig": {
77
"access": "public"
88
},
99
"dependencies": {
10-
"@openeuropa/bcl-link": "^1.10.7"
10+
"@openeuropa/bcl-link": "^1.10.8"
1111
},
1212
"description": "OE - BCL badge",
1313
"repository": {

src/components/bcl-blockquote/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@openeuropa/bcl-blockquote",
33
"author": "European Commission",
44
"license": "EUPL-1.2",
5-
"version": "1.10.7",
5+
"version": "1.10.8",
66
"publishConfig": {
77
"access": "public"
88
},

src/components/bcl-breadcrumb/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"name": "@openeuropa/bcl-breadcrumb",
33
"author": "European Commission",
44
"license": "EUPL-1.2",
5-
"version": "1.10.7",
5+
"version": "1.10.8",
66
"publishConfig": {
77
"access": "public"
88
},
99
"description": "OE - BCL breadcrumb",
1010
"dependencies": {
11-
"@openeuropa/bcl-link": "^1.10.7"
11+
"@openeuropa/bcl-link": "^1.10.8"
1212
},
1313
"repository": {
1414
"type": "git",

src/components/bcl-button-group/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"name": "@openeuropa/bcl-button-group",
33
"author": "European Commission",
44
"license": "EUPL-1.2",
5-
"version": "1.10.7",
5+
"version": "1.10.8",
66
"publishConfig": {
77
"access": "public"
88
},
99
"description": "OE - BCL button group",
1010
"dependencies": {
11-
"@openeuropa/bcl-button": "^1.10.7",
12-
"@openeuropa/bcl-form-input": "^1.10.7"
11+
"@openeuropa/bcl-button": "^1.10.8",
12+
"@openeuropa/bcl-form-input": "^1.10.8"
1313
},
1414
"repository": {
1515
"type": "git",

0 commit comments

Comments
 (0)