Skip to content

Commit 231edf6

Browse files
committed
add id4me icon
1 parent 5e60924 commit 231edf6

Some content is hidden

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

60 files changed

+752
-339
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to the OpenWebIcons project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [1.6.1] - 2019-07-20
6+
### Added
7+
- ID4me Icon
8+
59
## [1.6.0] - 2018-11-20
610
### Added
711
- JSONFeed Icon
@@ -89,6 +93,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
8993
* **2012-05-05**: Added *federated social web*, *DataPortability* and *Open Web Foundation* Icon
9094
* **2012-05-03**: Initial Release
9195

96+
[1.6.1]: https://github.com/pfefferle/openwebicons/compare/1.6.0...1.6.1
97+
[1.6.0]: https://github.com/pfefferle/openwebicons/compare/1.4.3...1.6.0
9298
[1.4.3]: https://github.com/pfefferle/openwebicons/compare/1.4.2...1.4.3
9399
[1.4.2]: https://github.com/pfefferle/openwebicons/compare/1.4.1...1.4.2
94100
[1.4.1]: https://github.com/pfefferle/openwebicons/compare/1.4.0...1.4.1

Gruntfile.js

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ module.exports = function (grunt) {
99
sass: {
1010
expanded: {
1111
options: {
12-
style: 'expanded',
13-
sourcemap: 'none'
12+
style: 'expanded'
1413
},
1514
files: {
1615
'css/openwebicons.css': 'sass/openwebicons.scss',
@@ -21,21 +20,12 @@ module.exports = function (grunt) {
2120
},
2221
compressed: {
2322
options: {
24-
style: 'compressed',
25-
sourcemap: 'none'
23+
style: 'compressed'
2624
},
2725
files: {
2826
'css/openwebicons.min.css': 'sass/openwebicons.scss',
2927
'css/openwebicons-bootstrap.min.css': 'sass/openwebicons-bootstrap.scss',
30-
'css/openwebicons-cdn.min.css': 'sass/openwebicons-cdn.scss'
31-
}
32-
},
33-
compact: {
34-
options: {
35-
style: 'compact',
36-
sourcemap: 'none'
37-
},
38-
files: {
28+
'css/openwebicons-cdn.min.css': 'sass/openwebicons-cdn.scss',
3929
'css/weloveiconfonts.css': 'sass/weloveiconfonts.scss'
4030
}
4131
}

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"name":"openwebicons","version":"1.6.0","main":["./css/openwebicons.css","./css/openwebicons-bootstrap.css"],"ignore":["config","docset","sass","source","styleguide",".DS_Store",".editorconfig",".gitignore",".npmignore",".jshintrc","bower.json","compile.sh","component.json","composer.json","Gruntfile.js","package.json","README.md"],"description":"OpenWeb Icons"}
1+
{"name":"openwebicons","version":"1.6.1","main":["./css/openwebicons.css","./css/openwebicons-bootstrap.css"],"ignore":["config","docset","sass","source","styleguide",".DS_Store",".editorconfig",".gitignore",".npmignore",".jshintrc","bower.json","compile.sh","component.json","composer.json","Gruntfile.js","package.json","README.md"],"description":"OpenWeb Icons"}

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"name":"openwebicons","repository":"pfefferle/openwebicons","version":"1.6.0","keywords":["openweb","icons","font","css","sass","scss"],"main":"css/openwebicons.min.css","license":"OFL-1.1","styles":["css/openwebicons.css"],"fonts":["font/openwebicons.eot","font/openwebicons.svg","font/openwebicons.ttf","font/openwebicons.woff","font/openwebicons.woff2"],"description":"OpenWeb Icons","author":{"name":"Matthias Pfefferle","email":"pfefferle@gmail.com","url":"http://notizblog.org"},"development":{"grunt":"^1.0.3","grunt-contrib-sass":"^1.0.0","grunt-kss":"^5.0.1","grunt-svg2ttf":"*","grunt-update-json":"*"}}
1+
{"name":"openwebicons","repository":"pfefferle/openwebicons","version":"1.6.1","keywords":["openweb","icons","font","css","sass","scss"],"main":"css/openwebicons.min.css","license":"OFL-1.1","styles":["css/openwebicons.css"],"fonts":["font/openwebicons.eot","font/openwebicons.svg","font/openwebicons.ttf","font/openwebicons.woff","font/openwebicons.woff2"],"description":"OpenWeb Icons","author":{"name":"Matthias Pfefferle","email":"pfefferle@gmail.com","url":"http://notizblog.org"},"development":{"grunt":"^1.0.3","grunt-contrib-sass":"^1.0.0","grunt-kss":"^5.0.1","grunt-svg2ttf":"*","grunt-update-json":"*"}}

css/openwebicons-bootstrap.css

Lines changed: 16 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/openwebicons-bootstrap.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/openwebicons-bootstrap.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/openwebicons-bootstrap.min.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/openwebicons-cdn.css

Lines changed: 16 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/openwebicons-cdn.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)