Skip to content

Commit

Permalink
Merge branch 'master' into cho-refactor-404
Browse files Browse the repository at this point in the history
  • Loading branch information
williambelle committed Apr 25, 2023
2 parents 212ef86 + 7d1fb12 commit c8db62d
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 15 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
EPFL Theme Elements
===================

### v6.2.3 / 2023-04-25

- Update Elements to 4.2.1

### v6.2.2 / 2023-03-27

- Update Elements to 4.2.0
- Transfer images for email templating to Elements

### v6.2.1 / 2023-03-01

- Update Elements to 4.1.0
Expand Down
2 changes: 1 addition & 1 deletion dist/css/elements.min.css

Large diffs are not rendered by default.

Binary file modified dist/icons/square.png
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 dist/js/elements.min.js

Large diffs are not rendered by default.

10 changes: 3 additions & 7 deletions grunt/copy.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ module.exports = {
'favicons/apple-touch-icon.png',
'favicons/favicon-16.png',
'favicons/favicon-32.png',
'favicons/favicon.ico'
'favicons/favicon.ico',
'images/email/epfl-logo.png',
'images/email/square.png'
],
dest: 'dist/icons/',
nonull: true
Expand All @@ -28,12 +30,6 @@ module.exports = {
src: ['images/icons/**'],
dest: 'dist/',
nonull: true
}, {
expand: true,
cwd: 'src/',
src: ['icons/**'],
dest: 'dist/',
nonull: true
}]
},
release: {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "epfl-theme-elements",
"version": "6.2.1",
"version": "6.2.3",
"description": "EPFL Web 2018 Styleguide based on elements",
"keywords": [
"EPFL",
Expand Down Expand Up @@ -42,7 +42,7 @@
"load-grunt-config": "^4.0.1"
},
"dependencies": {
"epfl-elements": "4.1.0",
"epfl-elements": "4.2.1",
"jquery": "3.6.0"
}
}
Binary file removed src/icons/epfl-logo.png
Binary file not shown.
Binary file removed src/icons/square.png
Binary file not shown.
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -554,10 +554,10 @@ end-of-stream@^1.4.1:
dependencies:
once "^1.4.0"

epfl-elements@4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/epfl-elements/-/epfl-elements-4.1.0.tgz#639f8d708c2a1558cdbdfe9ae961a1f842a13ca9"
integrity sha512-vj5rQO/yhYg3g8tPKRWFKX87y16SsdFCpixIYFDDQRCQNxbAAqipO9KiEDT4s4HixpxkEERb+kq7guguq761mQ==
epfl-elements@4.2.1:
version "4.2.1"
resolved "https://registry.yarnpkg.com/epfl-elements/-/epfl-elements-4.2.1.tgz#9f9d2d48a724989a4a17611c4bf70936824965c0"
integrity sha512-PSBRINLEkJetlHo60Xf2jDS9G6Z3aei810I7Al+sayrfPrOvYNDGIx0DX1edzD8x5c+2y7jV8AFemGKmSWsm1g==
dependencies:
"@selectize/selectize" "^0.13.6"
bootstrap "^4.5.2"
Expand Down

0 comments on commit c8db62d

Please sign in to comment.