Skip to content
This repository was archived by the owner on Dec 14, 2021. It is now read-only.

Tags: TicketSwap/comets

Tags

v2.15.0

Toggle v2.15.0's commit message
feat(Icon): expose Icon component

Now you will be able to use the Icon component in your own codebase by supplying your own SVG content/icon.

v2.14.1

Toggle v2.14.1's commit message
perf: use ESbuild instead of Rollup

Rollup requires way more external plugins and is slower than ESbuild

v2.14.0

Toggle v2.14.0's commit message
feat(clover): add Clover icon

v2.13.2

Toggle v2.13.2's commit message
fix: add prepublishOnly script

we're having problems with publishing our package. Somehow our dist files aren't published. This can
hopefully fix it.

v2.13.1

Toggle v2.13.1's commit message
fix: add files property to package.json

we're having problems with packaging the library. with this commit we're assigning dist as the files
to package in our package.json file

v2.13.0

Toggle v2.13.0's commit message
style: formatted the code so the validate job can pass

v2.12.0

Toggle v2.12.0's commit message
feat(filter): add new filter icon

v2.11.1

Toggle v2.11.1's commit message
fix(storybook): Adjust config for storybook 6

v2.11.0

Toggle v2.11.0's commit message
feat(flag): add new flag icon

v2.10.0

Toggle v2.10.0's commit message
feat(copy): Add copy icon