Skip to content

Commit

Permalink
Release @pixel/icons@0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 7, 2021
1 parent 3896226 commit e83384d
Show file tree
Hide file tree
Showing 10 changed files with 56 additions and 31 deletions.
27 changes: 26 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
12 changes: 6 additions & 6 deletions fonts/PixelIcons.css
Original file line number Diff line number Diff line change
@@ -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-"] {
Expand Down
Binary file modified fonts/PixelIcons.eot
Binary file not shown.
12 changes: 6 additions & 6 deletions fonts/PixelIcons.less
Original file line number Diff line number Diff line change
@@ -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-"] {
Expand Down
12 changes: 6 additions & 6 deletions fonts/PixelIcons.module.less
Original file line number Diff line number Diff line change
@@ -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-"] {
Expand Down
12 changes: 6 additions & 6 deletions fonts/PixelIcons.scss
Original file line number Diff line number Diff line change
@@ -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-"] {
Expand Down
12 changes: 6 additions & 6 deletions fonts/PixelIcons.styl
Original file line number Diff line number Diff line change
@@ -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-"] {
Expand Down
Binary file modified fonts/PixelIcons.ttf
Binary file not shown.
Binary file modified fonts/PixelIcons.woff
Binary file not shown.
Binary file modified fonts/PixelIcons.woff2
Binary file not shown.

0 comments on commit e83384d

Please sign in to comment.