Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiberiu Dumitru committed Jul 23, 2024
2 parents 03e3f25 + de2776b commit 965b58b
Show file tree
Hide file tree
Showing 114 changed files with 335 additions and 323 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## v1.2.3 (2024-07-23)

#### :nail_care: Enhancement
* [#596](https://github.com/openeuropa/bootstrap-component-library/pull/596) OEL-3066: Replaced twitter icon. ([@tibi2303](https://github.com/tibi2303))

#### Committers: 1
- Dumitru Tiberiu-Andrei ([@tibi2303](https://github.com/tibi2303))

## v1.2.2 (2024-07-10)

#### :nail_care: Enhancement
Expand Down
5 changes: 3 additions & 2 deletions 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.2.2",
"version": "1.3.0",
"description": "OE - BCL bootstrap 5 sources",
"bin": {
"plugins-builder": "./bin/build-plugins.js"
Expand All @@ -14,7 +14,8 @@
"copy-js": "copyfiles -u 3 \"./node_modules/bootstrap/js/**/*\" js && copyfiles -u 1 \"./legacy/**/*\" js/src",
"copy-icons": "copyfiles -f ./node_modules/bootstrap-icons/bootstrap-icons.svg ../bootstrap",
"copy-icons-svg": "copyfiles -f ./node_modules/bootstrap-icons/icons/* ../bootstrap/icons/",
"prepublish": "npm-run-all clean copy-* build-plugins"
"replace-icons": "copyfiles -f ./replace-icons/* ../bootstrap/icons/",
"prepublish": "npm-run-all clean copy-* replace-icons build-plugins"
},
"devDependencies": {
"@rollup/plugin-babel": "6.0.4",
Expand Down
3 changes: 3 additions & 0 deletions bootstrap/replace-icons/twitter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.2.2",
"version": "1.3.0",
"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.2.2",
"version": "1.3.0",
"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.2.2",
"version": "1.3.0",
"publishConfig": {
"access": "public"
},
"description": "OE - BCL accordion",
"dependencies": {
"@openeuropa/bcl-button": "^1.2.2"
"@openeuropa/bcl-button": "^1.3.0"
},
"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.2.2",
"version": "1.3.0",
"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.2.2",
"version": "1.3.0",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@openeuropa/bcl-link": "^1.2.2"
"@openeuropa/bcl-link": "^1.3.0"
},
"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.2.2",
"version": "1.3.0",
"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.2.2",
"version": "1.3.0",
"publishConfig": {
"access": "public"
},
"description": "OE - BCL breadcrumb",
"dependencies": {
"@openeuropa/bcl-link": "^1.2.2"
"@openeuropa/bcl-link": "^1.3.0"
},
"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.2.2",
"version": "1.3.0",
"publishConfig": {
"access": "public"
},
"description": "OE - BCL button group",
"dependencies": {
"@openeuropa/bcl-button": "^1.2.2",
"@openeuropa/bcl-form-input": "^1.2.2"
"@openeuropa/bcl-button": "^1.3.0",
"@openeuropa/bcl-form-input": "^1.3.0"
},
"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.2.2",
"version": "1.3.0",
"publishConfig": {
"access": "public"
},
"description": "OE - BCL button",
"dependencies": {
"@openeuropa/bcl-icon": "^1.2.2",
"@openeuropa/bcl-spinner": "^1.2.2"
"@openeuropa/bcl-icon": "^1.3.0",
"@openeuropa/bcl-spinner": "^1.3.0"
},
"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.2.2",
"version": "1.3.0",
"publishConfig": {
"access": "public"
},
"description": "OE - BCL card layout",
"dependencies": {
"@openeuropa/bcl-card": "^1.2.2"
"@openeuropa/bcl-card": "^1.3.0"
},
"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.2.2",
"version": "1.3.0",
"publishConfig": {
"access": "public"
},
"description": "OE - BCL card",
"dependencies": {
"@openeuropa/bcl-badge": "^1.2.2"
"@openeuropa/bcl-badge": "^1.3.0"
},
"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.2.2",
"version": "1.3.0",
"publishConfig": {
"access": "public"
},
"description": "OE - BCL Carousel",
"dependencies": {
"@openeuropa/bcl-button": "^1.2.2"
"@openeuropa/bcl-button": "^1.3.0"
},
"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.2.2",
"version": "1.3.0",
"publishConfig": {
"access": "public"
},
"description": "OE - BCL dropdown",
"dependencies": {
"@openeuropa/bcl-button": "^1.2.2",
"@openeuropa/bcl-link": "^1.2.2"
"@openeuropa/bcl-button": "^1.3.0",
"@openeuropa/bcl-link": "^1.3.0"
},
"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.2.2",
"version": "1.3.0",
"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.2.2",
"version": "1.3.0",
"publishConfig": {
"access": "public"
},
"description": "OE - BCL Form",
"dependencies": {
"@openeuropa/bcl-button": "^1.2.2",
"@openeuropa/bcl-form-input": "^1.2.2",
"@openeuropa/bcl-select": "^1.2.2",
"@openeuropa/bcl-textarea": "^1.2.2"
"@openeuropa/bcl-button": "^1.3.0",
"@openeuropa/bcl-form-input": "^1.3.0",
"@openeuropa/bcl-select": "^1.3.0",
"@openeuropa/bcl-textarea": "^1.3.0"
},
"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.2.2",
"version": "1.3.0",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@openeuropa/bcl-link": "^1.2.2"
"@openeuropa/bcl-link": "^1.3.0"
},
"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.2.2",
"version": "1.3.0",
"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.2.2",
"version": "1.3.0",
"publishConfig": {
"access": "public"
},
"description": "OE - BCL link",
"dependencies": {
"@openeuropa/bcl-icon": "^1.2.2"
"@openeuropa/bcl-icon": "^1.3.0"
},
"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.2.2",
"version": "1.3.0",
"publishConfig": {
"access": "public"
},
"description": "OE - BCL list group",
"dependencies": {
"@openeuropa/bcl-badge": "^1.2.2",
"@openeuropa/bcl-button": "^1.2.2",
"@openeuropa/bcl-form-input": "^1.2.2",
"@openeuropa/bcl-link": "^1.2.2"
"@openeuropa/bcl-badge": "^1.3.0",
"@openeuropa/bcl-button": "^1.3.0",
"@openeuropa/bcl-form-input": "^1.3.0",
"@openeuropa/bcl-link": "^1.3.0"
},
"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.2.2",
"version": "1.3.0",
"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.2.2",
"version": "1.3.0",
"dependencies": {
"@openeuropa/bcl-form": "^1.2.2",
"@openeuropa/bcl-navigation": "^1.2.2"
"@openeuropa/bcl-form": "^1.3.0",
"@openeuropa/bcl-navigation": "^1.3.0"
},
"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.2.2",
"version": "1.3.0",
"publishConfig": {
"access": "public"
},
"description": "OE - BCL navigation",
"dependencies": {
"@openeuropa/bcl-button": "^1.2.2",
"@openeuropa/bcl-dropdown": "^1.2.2",
"@openeuropa/bcl-link": "^1.2.2"
"@openeuropa/bcl-button": "^1.3.0",
"@openeuropa/bcl-dropdown": "^1.3.0",
"@openeuropa/bcl-link": "^1.3.0"
},
"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.2.2",
"version": "1.3.0",
"publishConfig": {
"access": "public"
},
"description": "OE - BCL offcanvas",
"dependencies": {
"@openeuropa/bcl-button": "^1.2.2"
"@openeuropa/bcl-button": "^1.3.0"
},
"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.2.2",
"version": "1.3.0",
"publishConfig": {
"access": "public"
},
"description": "OE - BCL pagination",
"dependencies": {
"@openeuropa/bcl-link": "^1.2.2"
"@openeuropa/bcl-link": "^1.3.0"
},
"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.2.2",
"version": "1.3.0",
"publishConfig": {
"access": "public"
},
Expand Down
Loading

1 comment on commit 965b58b

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