diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c68349..f4fec59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ # Changelog -## 0.0.10 +## [0.0.11](https://github.com/cadgerfeast/pixel-icons/compare/0.0.10...0.0.11) + +- bump version 0.0.11 [`f5076a7`](https://github.com/cadgerfeast/pixel-icons/commit/f5076a758d316ac1db9dd2ae4ca004f0a5fae562) +- unit test fixes [`3896226`](https://github.com/cadgerfeast/pixel-icons/commit/3896226680c4571926449bc47d2b75e89bc3c9e0) +- update build [`4903723`](https://github.com/cadgerfeast/pixel-icons/commit/49037234a08ccd01f7186a1df593e9455937faac) + +## 0.0.10 (2021-04-07) + +- first draft [`4892e9c`](https://github.com/cadgerfeast/pixel-icons/commit/4892e9c34d33e3fb0d27ebafed8104eca4ea9694) +- migration to github actions [`7f787d7`](https://github.com/cadgerfeast/pixel-icons/commit/7f787d751005096ea205bbdeeeb1953c20bdf8bf) +- add release mecanism, bump version 0.0.10 [`4222770`](https://github.com/cadgerfeast/pixel-icons/commit/42227704548ac7117f053c7220c114d0ba08d7ea) +- pushing version 0.0.3, adding icons.json file [`f1d671b`](https://github.com/cadgerfeast/pixel-icons/commit/f1d671b83bd0635f03e72b55241f8063fa07ddfc) +- fixing class selector, publishing version 0.0.2 [`3ac74aa`](https://github.com/cadgerfeast/pixel-icons/commit/3ac74aa534365858310197c8e4c8990a06158194) +- add some icons, bump version 0.0.9 [`62fdc1c`](https://github.com/cadgerfeast/pixel-icons/commit/62fdc1c0283684634aa41ed22a4a3c41ff0e06fd) +- publishing version 0.0.7, adding chat and phone icons [`5077178`](https://github.com/cadgerfeast/pixel-icons/commit/5077178fc619862d46658ebbdb3c232fe6265b6e) +- publishing version 0.0.8, adding mario pipe top icon [`2f486e5`](https://github.com/cadgerfeast/pixel-icons/commit/2f486e550ae96879f9ea37e4f107c6558d211140) +- making icons darker [`bb8ba85`](https://github.com/cadgerfeast/pixel-icons/commit/bb8ba852cc29bc278c51b57a604a79b82b45ba6a) +- publishing version 0.0.5, fixing declaration file [`61a63de`](https://github.com/cadgerfeast/pixel-icons/commit/61a63de81227e43b700581311167ee6571d82c7d) +- publishing version 0.0.4, adding declaration file [`469dc9a`](https://github.com/cadgerfeast/pixel-icons/commit/469dc9a26a52664b857d9752cd795637be8de6df) +- table styling tentative [`c389958`](https://github.com/cadgerfeast/pixel-icons/commit/c389958d5d0271aeb7e3886c129ee83bd35a1964) +- shortening readme icons [`9cb7a63`](https://github.com/cadgerfeast/pixel-icons/commit/9cb7a639f4918431caab577f5524182c7dc56811) +- fixing readme links and styling [`374ab83`](https://github.com/cadgerfeast/pixel-icons/commit/374ab838261b681a7aaef59739ed2c026e4dab5e) +- Release @pixel/icons@0.0.10 [`d7622e4`](https://github.com/cadgerfeast/pixel-icons/commit/d7622e49da81ca09bda09fee300e5cfd63e7590c) +- fix coverage paths [`f344720`](https://github.com/cadgerfeast/pixel-icons/commit/f344720e1e7a31764af76962cbc602a4b2d1fe49) +- publishing version 0.0.6, migrating to a colors array [`d81db3a`](https://github.com/cadgerfeast/pixel-icons/commit/d81db3a003490b1f8c9820b55179ef2b550a752a) +- Initial commit [`c82fde2`](https://github.com/cadgerfeast/pixel-icons/commit/c82fde212dd1ca2aeb61c46592691c486ed6db4c) diff --git a/fonts/PixelIcons.css b/fonts/PixelIcons.css index 5b04c6b..0278f40 100644 --- a/fonts/PixelIcons.css +++ b/fonts/PixelIcons.css @@ -1,11 +1,11 @@ @font-face { font-family: "PixelIcons"; - src: url('PixelIcons.eot?t=1617801437849'); /* IE9*/ - src: url('PixelIcons.eot?t=1617801437849#iefix') format('embedded-opentype'), /* IE6-IE8 */ - url("PixelIcons.woff2?t=1617801437849") format("woff2"), - url("PixelIcons.woff?t=1617801437849") format("woff"), - url('PixelIcons.ttf?t=1617801437849') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ - url('PixelIcons.svg?t=1617801437849#PixelIcons') format('svg'); /* iOS 4.1- */ + src: url('PixelIcons.eot?t=1617801537839'); /* IE9*/ + src: url('PixelIcons.eot?t=1617801537839#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url("PixelIcons.woff2?t=1617801537839") format("woff2"), + url("PixelIcons.woff?t=1617801537839") format("woff"), + url('PixelIcons.ttf?t=1617801537839') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ + url('PixelIcons.svg?t=1617801537839#PixelIcons') format('svg'); /* iOS 4.1- */ } [class^="pi-"], [class*=" pi-"] { diff --git a/fonts/PixelIcons.eot b/fonts/PixelIcons.eot index 1640a2a..8323bc6 100644 Binary files a/fonts/PixelIcons.eot and b/fonts/PixelIcons.eot differ diff --git a/fonts/PixelIcons.less b/fonts/PixelIcons.less index f677974..3309955 100644 --- a/fonts/PixelIcons.less +++ b/fonts/PixelIcons.less @@ -1,10 +1,10 @@ @font-face {font-family: "PixelIcons"; - src: url('PixelIcons.eot?t=1617801437849'); /* IE9*/ - src: url('PixelIcons.eot?t=1617801437849#iefix') format('embedded-opentype'), /* IE6-IE8 */ - url("PixelIcons.woff2?t=1617801437849") format("woff2"), - url("PixelIcons.woff?t=1617801437849") format("woff"), - url('PixelIcons.ttf?t=1617801437849') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ - url('PixelIcons.svg?t=1617801437849#PixelIcons') format('svg'); /* iOS 4.1- */ + src: url('PixelIcons.eot?t=1617801537839'); /* IE9*/ + src: url('PixelIcons.eot?t=1617801537839#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url("PixelIcons.woff2?t=1617801537839") format("woff2"), + url("PixelIcons.woff?t=1617801537839") format("woff"), + url('PixelIcons.ttf?t=1617801537839') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ + url('PixelIcons.svg?t=1617801537839#PixelIcons') format('svg'); /* iOS 4.1- */ } [class^="pi-"], [class*=" pi-"] { diff --git a/fonts/PixelIcons.module.less b/fonts/PixelIcons.module.less index 71ca463..5f65a8b 100644 --- a/fonts/PixelIcons.module.less +++ b/fonts/PixelIcons.module.less @@ -1,10 +1,10 @@ @font-face {font-family: "PixelIcons"; - src: url('PixelIcons.eot?t=1617801437849'); /* IE9*/ - src: url('PixelIcons.eot?t=1617801437849#iefix') format('embedded-opentype'), /* IE6-IE8 */ - url("PixelIcons.woff2?t=1617801437849") format("woff2"), - url("PixelIcons.woff?t=1617801437849") format("woff"), - url('PixelIcons.ttf?t=1617801437849') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ - url('PixelIcons.svg?t=1617801437849#PixelIcons') format('svg'); /* iOS 4.1- */ + src: url('PixelIcons.eot?t=1617801537839'); /* IE9*/ + src: url('PixelIcons.eot?t=1617801537839#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url("PixelIcons.woff2?t=1617801537839") format("woff2"), + url("PixelIcons.woff?t=1617801537839") format("woff"), + url('PixelIcons.ttf?t=1617801537839') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ + url('PixelIcons.svg?t=1617801537839#PixelIcons') format('svg'); /* iOS 4.1- */ } [class^="pi-"], [class*=" pi-"] { diff --git a/fonts/PixelIcons.scss b/fonts/PixelIcons.scss index 24e7e1b..81282ac 100644 --- a/fonts/PixelIcons.scss +++ b/fonts/PixelIcons.scss @@ -1,10 +1,10 @@ @font-face {font-family: "PixelIcons"; - src: url('PixelIcons.eot?t=1617801437849'); /* IE9*/ - src: url('PixelIcons.eot?t=1617801437849#iefix') format('embedded-opentype'), /* IE6-IE8 */ - url("PixelIcons.woff2?t=1617801437849") format("woff2"), - url("PixelIcons.woff?t=1617801437849") format("woff"), - url('PixelIcons.ttf?t=1617801437849') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ - url('PixelIcons.svg?t=1617801437849#PixelIcons') format('svg'); /* iOS 4.1- */ + src: url('PixelIcons.eot?t=1617801537839'); /* IE9*/ + src: url('PixelIcons.eot?t=1617801537839#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url("PixelIcons.woff2?t=1617801537839") format("woff2"), + url("PixelIcons.woff?t=1617801537839") format("woff"), + url('PixelIcons.ttf?t=1617801537839') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ + url('PixelIcons.svg?t=1617801537839#PixelIcons') format('svg'); /* iOS 4.1- */ } [class^="pi-"], [class*=" pi-"] { diff --git a/fonts/PixelIcons.styl b/fonts/PixelIcons.styl index f677974..3309955 100644 --- a/fonts/PixelIcons.styl +++ b/fonts/PixelIcons.styl @@ -1,10 +1,10 @@ @font-face {font-family: "PixelIcons"; - src: url('PixelIcons.eot?t=1617801437849'); /* IE9*/ - src: url('PixelIcons.eot?t=1617801437849#iefix') format('embedded-opentype'), /* IE6-IE8 */ - url("PixelIcons.woff2?t=1617801437849") format("woff2"), - url("PixelIcons.woff?t=1617801437849") format("woff"), - url('PixelIcons.ttf?t=1617801437849') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ - url('PixelIcons.svg?t=1617801437849#PixelIcons') format('svg'); /* iOS 4.1- */ + src: url('PixelIcons.eot?t=1617801537839'); /* IE9*/ + src: url('PixelIcons.eot?t=1617801537839#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url("PixelIcons.woff2?t=1617801537839") format("woff2"), + url("PixelIcons.woff?t=1617801537839") format("woff"), + url('PixelIcons.ttf?t=1617801537839') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ + url('PixelIcons.svg?t=1617801537839#PixelIcons') format('svg'); /* iOS 4.1- */ } [class^="pi-"], [class*=" pi-"] { diff --git a/fonts/PixelIcons.ttf b/fonts/PixelIcons.ttf index 197938a..8e5d51a 100644 Binary files a/fonts/PixelIcons.ttf and b/fonts/PixelIcons.ttf differ diff --git a/fonts/PixelIcons.woff b/fonts/PixelIcons.woff index b91c992..5a3ea33 100644 Binary files a/fonts/PixelIcons.woff and b/fonts/PixelIcons.woff differ diff --git a/fonts/PixelIcons.woff2 b/fonts/PixelIcons.woff2 index 276c737..8313a03 100644 Binary files a/fonts/PixelIcons.woff2 and b/fonts/PixelIcons.woff2 differ