Skip to content

Commit

Permalink
Merge branch 'release/2.24.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
jdelasoie committed Jun 9, 2021
2 parents 0d38b87 + 9403a91 commit bd79b40
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

*2.24.0* (2021-06-09)
- Add margin to category breadcrumb #515

*2.23.0* (2021-04-14)
- Small german + footer updates #502
- Allow overflow:visible on the dropdown component #504
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.23.0
2.24.0
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,10 @@
margin-bottom: 0;
color: $text-muted;
li { margin-right: 0; }
li:not(:last-child):after { content: ' \203A'; }
li:not(:last-child):after {
content: ' \203A';
margin: 0 0.25em 0 0.15em;
}

@include media-breakpoint-up('xl') {
margin-bottom: $spacer * -0.3;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "epfl-elements",
"version": "2.23.0",
"version": "2.24.0",
"license": "MIT",
"main": "index.html",
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2402,9 +2402,9 @@ caniuse-api@^3.0.0:
lodash.uniq "^4.5.0"

caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001111:
version "1.0.30001203"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001203.tgz"
integrity sha512-/I9tvnzU/PHMH7wBPrfDMSuecDeUKerjCPX7D0xBbaJZPxoT9m+yYxt0zCTkcijCkjTdim3H56Zm0i5Adxch4w==
version "1.0.30001236"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001236.tgz"
integrity sha512-o0PRQSrSCGJKCPZcgMzl5fUaj5xHe8qA2m4QRvnyY4e1lITqoNkr7q/Oh1NcpGSy0Th97UZ35yoKcINPoq7YOQ==

cardinal@^1.0.0:
version "1.0.0"
Expand Down

0 comments on commit bd79b40

Please sign in to comment.