Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 🐛 No extra .btn classes och prefixes needed #65

Merged
merged 1 commit into from
Jun 17, 2021

Conversation

JohanObrink
Copy link
Contributor

No description provided.

@JohanObrink JohanObrink added this to the First alpha version milestone Jun 17, 2021
@JohanObrink JohanObrink merged commit bf6b5e8 into main Jun 17, 2021
@JohanObrink JohanObrink deleted the fix/less-code branch June 17, 2021 09:45
@vsjolander vsjolander self-assigned this Jun 17, 2021
@hjalmers
Copy link
Contributor

I think you might have missed the purpose of the selectors @JohanObrink, there's one for default and one that can be used to explicitly mark something as a button. Eg.

<a class="btn">Link that looks and behaves like a button</a>

The default selector can be used to apply sensible defaults. Currently I just used a button without any class, so:

<button>Will look like primary button</button>

and

<button class="something-else">Will not look like a primary button</button>

Now there's no way of marking something look and behave like a button...

sebopensource pushed a commit that referenced this pull request Sep 7, 2021
# 1.0.0-alpha.1 (2021-09-07)

### Bug Fixes

* 🐛 Added resolution for postcss@^7.0.36 ([#81](#81)) ([7236562](7236562))
* 🐛 Fixed color value for regular red (from yellow) ([#35](#35)) ([c91cbc0](c91cbc0))
* 🐛 Fixed the location of colors ([#32](#32)) ([4eb7555](4eb7555))
* 🐛 improved generator ([#34](#34)) ([2492a10](2492a10))
* 🐛 Moved ' in wrong spot ([#36](#36)) ([5e6e094](5e6e094))
* 🐛 No extra .btn classes och prefixes needed ([#65](#65)) ([bf6b5e8](bf6b5e8))
* 🐛 Pinned fixed dependencies ([#108](#108)) ([6723084](6723084))
* 🐛 Upgraded vulnerable dependency ([91325ed](91325ed))
* reset css ([#138](#138)) ([8c30997](8c30997)), closes [#137](#137)

### chore

* 🤖 Switched from lerna to nx ([#168](#168)) ([2089720](2089720)), closes [#157](#157) [#163](#163) [#170](#170) [#169](#169)

### Documentation

* ✏️ Added dev time dependencies ro root readme ([df06be7](df06be7))
* ✏️ Added hr ([dd0cf3e](dd0cf3e))
* ✏️ Added link to root ([60666e9](60666e9))
* ✏️ Added link to Storybook in README ([#183](#183)) ([cec4c98](cec4c98))
* ✏️ Change chlorophyll icon ([695ac21](695ac21)), closes [#9](#9)
* ✏️ Changed size of icon ([4f59685](4f59685)), closes [#9](#9)
* ✏️ Changed size of icon ([b31a81b](b31a81b)), closes [#9](#9)
* ✏️ Contributing guide lines ([a536951](a536951))
* ✏️ Product philosophy ([#26](#26)) ([f17aacd](f17aacd))
* ✏️ Started working on the format for chlorophyll's readme ([26f5f6f](26f5f6f))
* chlorophyll readme ([#15](#15)) ([f87a923](f87a923))
* update stories ([64e9689](64e9689))

### Features

* 🎸 add card ([b6c3a92](b6c3a92)), closes [#54](#54) [#54](#54)
* 🎸 Added mixins for link and button link ([#72](#72)) ([a8458d2](a8458d2))
* 🎸 Added option for type-less button ([e3d62c3](e3d62c3))
* 🎸 Added story for default value ([424e4da](424e4da))
* 🎸 Added tokens and extended scss generator ([#33](#33)) ([278766d](278766d))
* 🎸 Adds secondary button ([83ed409](83ed409))
* 🎸 Design tokens, mixins and classes for typography ([3ae855f](3ae855f)), closes [#45](#45)
* 🎸 Design tokens, mixins and classes for typography ([f65fb1e](f65fb1e)), closes [#45](#45)
* 🎸 Filled in colors and added typography ([#31](#31)) ([b3bb699](b3bb699))
* 🎸 Ghost button closes [#73](#73) ([d6cc0d9](d6cc0d9))
* 🎸 Theming for Storybooks ([#174](#174)) ([4b25b61](4b25b61))
* add bootstrap utilities as token ([626ec5c](626ec5c))
* add css grid ([811da96](811da96))
* add utilities from bootstrap ([9e0c166](9e0c166)), closes [#189](#189)

### BREAKING CHANGES

* 🧨 Everything

* chore: 🤖 Changed ci build/test

* fix: 🐛 Added css to chlorophyll storybook

Also deleted old stories

* chore: 🤖 Chlorophyll build is run before Storybook

* fix: 🐛 Updated vulnerable dependencies

* refactor: 💡 Changed function signature

* feat: 🎸 Added info to inputs

* chore: 🤖 Added resolution for vulnerable dependency `tar`

* chore: 🤖 Made storybook build faster by removing html addon

* ci(github-actions): fix paths and scripts for storybook using nx

* ci(github-actions): fix missing nx command

* docs(chlorophyll): use scss in storybook

* docs(react): use scss in storybook

* docs(angular): use scss in storybook

* style: fix lint errors

* chore(stylelint): update rules

* chore(stylelint): fix lint errors before commit

* ci(github-actions): fix test and lint action

* chore: 🤖 Switched to aliases for lint/test

* fix: 🐛 Changed filename casing in tests

"
github-actions bot pushed a commit that referenced this pull request Sep 7, 2021
# 1.0.0-alpha.1 (2021-09-07)

### Bug Fixes

* 🐛 Added resolution for postcss@^7.0.36 ([#81](#81)) ([7236562](7236562))
* 🐛 Fixed color value for regular red (from yellow) ([#35](#35)) ([c91cbc0](c91cbc0))
* 🐛 Fixed the location of colors ([#32](#32)) ([4eb7555](4eb7555))
* 🐛 improved generator ([#34](#34)) ([2492a10](2492a10))
* 🐛 Moved ' in wrong spot ([#36](#36)) ([5e6e094](5e6e094))
* 🐛 No extra .btn classes och prefixes needed ([#65](#65)) ([bf6b5e8](bf6b5e8))
* 🐛 Pinned fixed dependencies ([#108](#108)) ([6723084](6723084))
* 🐛 Upgraded vulnerable dependency ([91325ed](91325ed))
* reset css ([#138](#138)) ([8c30997](8c30997)), closes [#137](#137)

### chore

* 🤖 Switched from lerna to nx ([#168](#168)) ([2089720](2089720)), closes [#157](#157) [#163](#163) [#170](#170) [#169](#169)

### Documentation

* ✏️ Added dev time dependencies ro root readme ([df06be7](df06be7))
* ✏️ Added hr ([dd0cf3e](dd0cf3e))
* ✏️ Added link to root ([60666e9](60666e9))
* ✏️ Added link to Storybook in README ([#183](#183)) ([cec4c98](cec4c98))
* ✏️ Change chlorophyll icon ([695ac21](695ac21)), closes [#9](#9)
* ✏️ Changed size of icon ([4f59685](4f59685)), closes [#9](#9)
* ✏️ Changed size of icon ([b31a81b](b31a81b)), closes [#9](#9)
* ✏️ Contributing guide lines ([a536951](a536951))
* ✏️ Product philosophy ([#26](#26)) ([f17aacd](f17aacd))
* ✏️ Started working on the format for chlorophyll's readme ([26f5f6f](26f5f6f))
* chlorophyll readme ([#15](#15)) ([f87a923](f87a923))
* update stories ([64e9689](64e9689))

### Features

* 🎸 add card ([b6c3a92](b6c3a92)), closes [#54](#54) [#54](#54)
* 🎸 Added mixins for link and button link ([#72](#72)) ([a8458d2](a8458d2))
* 🎸 Added option for type-less button ([e3d62c3](e3d62c3))
* 🎸 Added story for default value ([424e4da](424e4da))
* 🎸 Added tokens and extended scss generator ([#33](#33)) ([278766d](278766d))
* 🎸 Adds secondary button ([83ed409](83ed409))
* 🎸 Design tokens, mixins and classes for typography ([3ae855f](3ae855f)), closes [#45](#45)
* 🎸 Design tokens, mixins and classes for typography ([f65fb1e](f65fb1e)), closes [#45](#45)
* 🎸 Filled in colors and added typography ([#31](#31)) ([b3bb699](b3bb699))
* 🎸 Ghost button closes [#73](#73) ([d6cc0d9](d6cc0d9))
* 🎸 Theming for Storybooks ([#174](#174)) ([4b25b61](4b25b61))
* add bootstrap utilities as token ([626ec5c](626ec5c))
* add css grid ([811da96](811da96))
* add utilities from bootstrap ([9e0c166](9e0c166)), closes [#189](#189)

### BREAKING CHANGES

* 🧨 Everything

* chore: 🤖 Changed ci build/test

* fix: 🐛 Added css to chlorophyll storybook

Also deleted old stories

* chore: 🤖 Chlorophyll build is run before Storybook

* fix: 🐛 Updated vulnerable dependencies

* refactor: 💡 Changed function signature

* feat: 🎸 Added info to inputs

* chore: 🤖 Added resolution for vulnerable dependency `tar`

* chore: 🤖 Made storybook build faster by removing html addon

* ci(github-actions): fix paths and scripts for storybook using nx

* ci(github-actions): fix missing nx command

* docs(chlorophyll): use scss in storybook

* docs(react): use scss in storybook

* docs(angular): use scss in storybook

* style: fix lint errors

* chore(stylelint): update rules

* chore(stylelint): fix lint errors before commit

* ci(github-actions): fix test and lint action

* chore: 🤖 Switched to aliases for lint/test

* fix: 🐛 Changed filename casing in tests
@sebopensource
Copy link
Contributor

🎉 This PR is included in version @sebgroup/chlorophyll@1.0.0-alpha.1 🎉

The release is available on:

github-actions bot pushed a commit that referenced this pull request Oct 19, 2021
# 1.0.0-alpha.1 (2021-10-19)

### Bug Fixes

* 🐛 Added resolution for postcss@^7.0.36 ([#81](#81)) ([7236562](7236562))
* 🐛 Fixed color value for regular red (from yellow) ([#35](#35)) ([c91cbc0](c91cbc0))
* 🐛 Fixed the location of colors ([#32](#32)) ([4eb7555](4eb7555))
* 🐛 improved generator ([#34](#34)) ([2492a10](2492a10))
* 🐛 Moved ' in wrong spot ([#36](#36)) ([5e6e094](5e6e094))
* 🐛 No extra .btn classes och prefixes needed ([#65](#65)) ([bf6b5e8](bf6b5e8))
* 🐛 Pinned fixed dependencies ([#108](#108)) ([6723084](6723084))
* 🐛 Updated immer ([#205](#205)) ([b50334d](b50334d))
* 🐛 Upgraded vulnerable dependency ([91325ed](91325ed))
* add readme and change log to package  ([52f4af1](52f4af1)), closes [#193](#193)
* reset css ([#138](#138)) ([8c30997](8c30997)), closes [#137](#137)

### chore

* 🤖 Switched from lerna to nx ([#168](#168)) ([2089720](2089720)), closes [#157](#157) [#163](#163) [#170](#170) [#169](#169)

### Documentation

* ✏️ Added dev time dependencies ro root readme ([df06be7](df06be7))
* ✏️ Added hr ([dd0cf3e](dd0cf3e))
* ✏️ Added link to root ([60666e9](60666e9))
* ✏️ Added link to Storybook in README ([#183](#183)) ([cec4c98](cec4c98))
* ✏️ Change chlorophyll icon ([695ac21](695ac21)), closes [#9](#9)
* ✏️ Changed size of icon ([4f59685](4f59685)), closes [#9](#9)
* ✏️ Changed size of icon ([b31a81b](b31a81b)), closes [#9](#9)
* ✏️ Contributing guide lines ([a536951](a536951))
* ✏️ Product philosophy ([#26](#26)) ([f17aacd](f17aacd))
* ✏️ Started working on the format for chlorophyll's readme ([26f5f6f](26f5f6f))
* chlorophyll readme ([#15](#15)) ([f87a923](f87a923))
* update stories ([64e9689](64e9689))

### Features

* 🎸 add card ([b6c3a92](b6c3a92)), closes [#54](#54) [#54](#54)
* 🎸 Added mixins for link and button link ([#72](#72)) ([a8458d2](a8458d2))
* 🎸 Added option for type-less button ([e3d62c3](e3d62c3))
* 🎸 Added story for default value ([424e4da](424e4da))
* 🎸 Added tokens and extended scss generator ([#33](#33)) ([278766d](278766d))
* 🎸 Adds secondary button ([83ed409](83ed409))
* 🎸 Design tokens, mixins and classes for typography ([3ae855f](3ae855f)), closes [#45](#45)
* 🎸 Design tokens, mixins and classes for typography ([f65fb1e](f65fb1e)), closes [#45](#45)
* 🎸 Filled in colors and added typography ([#31](#31)) ([b3bb699](b3bb699))
* 🎸 Ghost button closes [#73](#73) ([d6cc0d9](d6cc0d9))
* 🎸 Theming for Storybooks ([#174](#174)) ([4b25b61](4b25b61))
* add bootstrap utilities as token ([626ec5c](626ec5c))
* add css grid ([811da96](811da96))
* add utilities from bootstrap ([9e0c166](9e0c166)), closes [#189](#189)

### BREAKING CHANGES

* 🧨 Everything

* chore: 🤖 Changed ci build/test

* fix: 🐛 Added css to chlorophyll storybook

Also deleted old stories

* chore: 🤖 Chlorophyll build is run before Storybook

* fix: 🐛 Updated vulnerable dependencies

* refactor: 💡 Changed function signature

* feat: 🎸 Added info to inputs

* chore: 🤖 Added resolution for vulnerable dependency `tar`

* chore: 🤖 Made storybook build faster by removing html addon

* ci(github-actions): fix paths and scripts for storybook using nx

* ci(github-actions): fix missing nx command

* docs(chlorophyll): use scss in storybook

* docs(react): use scss in storybook

* docs(angular): use scss in storybook

* style: fix lint errors

* chore(stylelint): update rules

* chore(stylelint): fix lint errors before commit

* ci(github-actions): fix test and lint action

* chore: 🤖 Switched to aliases for lint/test

* fix: 🐛 Changed filename casing in tests
@sebopensource
Copy link
Contributor

🎉 This PR is included in version @sebgroup/green-angular@1.0.0-alpha.1 🎉

The release is available on:

hjalmers added a commit that referenced this pull request Oct 26, 2021
* build: add autoprefixer to storybook config

* feat: add utilities from bootstrap

ref #189

* refactor: rename token for border color

* style: fix lint errors

* refactor(spacing): use bootstrap utility

* refactor(shadow): use bootstrap utility

* refactor(border): use bootstrap utility

* feat: add bootstrap utilities as token

* refactor: move config tokens to separate file

* fix(typography): font map for utility generator

* chore: clean up

* feat: add css grid

* docs: update stories

* build(chlorophyll): autoprefix and minify output

* chore: bump postcss and switch to webpack5

* docs(storybook): minify css

* fix(close): calc value

* feat(nx): add custom executor for scss lib

* feat(nx): add release target for chlorophyll

closes #6

* ci(github-actions): add release action

#6

* ci(github-actions): add env and run with verbose

* chore(chlorophyll): add publish config to package.json

* ci(github-actions): disable husky (git hooks) for release commit

* chore(release): 📦 @sebgroup/chlorophyll@1.0.0-alpha.1 [skip ci]

# 1.0.0-alpha.1 (2021-09-07)

### Bug Fixes

* 🐛 Added resolution for postcss@^7.0.36 ([#81](#81)) ([7236562](7236562))
* 🐛 Fixed color value for regular red (from yellow) ([#35](#35)) ([c91cbc0](c91cbc0))
* 🐛 Fixed the location of colors ([#32](#32)) ([4eb7555](4eb7555))
* 🐛 improved generator ([#34](#34)) ([2492a10](2492a10))
* 🐛 Moved ' in wrong spot ([#36](#36)) ([5e6e094](5e6e094))
* 🐛 No extra .btn classes och prefixes needed ([#65](#65)) ([bf6b5e8](bf6b5e8))
* 🐛 Pinned fixed dependencies ([#108](#108)) ([6723084](6723084))
* 🐛 Upgraded vulnerable dependency ([91325ed](91325ed))
* reset css ([#138](#138)) ([8c30997](8c30997)), closes [#137](#137)

### chore

* 🤖 Switched from lerna to nx ([#168](#168)) ([2089720](2089720)), closes [#157](#157) [#163](#163) [#170](#170) [#169](#169)

### Documentation

* ✏️ Added dev time dependencies ro root readme ([df06be7](df06be7))
* ✏️ Added hr ([dd0cf3e](dd0cf3e))
* ✏️ Added link to root ([60666e9](60666e9))
* ✏️ Added link to Storybook in README ([#183](#183)) ([cec4c98](cec4c98))
* ✏️ Change chlorophyll icon ([695ac21](695ac21)), closes [#9](#9)
* ✏️ Changed size of icon ([4f59685](4f59685)), closes [#9](#9)
* ✏️ Changed size of icon ([b31a81b](b31a81b)), closes [#9](#9)
* ✏️ Contributing guide lines ([a536951](a536951))
* ✏️ Product philosophy ([#26](#26)) ([f17aacd](f17aacd))
* ✏️ Started working on the format for chlorophyll's readme ([26f5f6f](26f5f6f))
* chlorophyll readme ([#15](#15)) ([f87a923](f87a923))
* update stories ([64e9689](64e9689))

### Features

* 🎸 add card ([b6c3a92](b6c3a92)), closes [#54](#54) [#54](#54)
* 🎸 Added mixins for link and button link ([#72](#72)) ([a8458d2](a8458d2))
* 🎸 Added option for type-less button ([e3d62c3](e3d62c3))
* 🎸 Added story for default value ([424e4da](424e4da))
* 🎸 Added tokens and extended scss generator ([#33](#33)) ([278766d](278766d))
* 🎸 Adds secondary button ([83ed409](83ed409))
* 🎸 Design tokens, mixins and classes for typography ([3ae855f](3ae855f)), closes [#45](#45)
* 🎸 Design tokens, mixins and classes for typography ([f65fb1e](f65fb1e)), closes [#45](#45)
* 🎸 Filled in colors and added typography ([#31](#31)) ([b3bb699](b3bb699))
* 🎸 Ghost button closes [#73](#73) ([d6cc0d9](d6cc0d9))
* 🎸 Theming for Storybooks ([#174](#174)) ([4b25b61](4b25b61))
* add bootstrap utilities as token ([626ec5c](626ec5c))
* add css grid ([811da96](811da96))
* add utilities from bootstrap ([9e0c166](9e0c166)), closes [#189](#189)

### BREAKING CHANGES

* 🧨 Everything

* chore: 🤖 Changed ci build/test

* fix: 🐛 Added css to chlorophyll storybook

Also deleted old stories

* chore: 🤖 Chlorophyll build is run before Storybook

* fix: 🐛 Updated vulnerable dependencies

* refactor: 💡 Changed function signature

* feat: 🎸 Added info to inputs

* chore: 🤖 Added resolution for vulnerable dependency `tar`

* chore: 🤖 Made storybook build faster by removing html addon

* ci(github-actions): fix paths and scripts for storybook using nx

* ci(github-actions): fix missing nx command

* docs(chlorophyll): use scss in storybook

* docs(react): use scss in storybook

* docs(angular): use scss in storybook

* style: fix lint errors

* chore(stylelint): update rules

* chore(stylelint): fix lint errors before commit

* ci(github-actions): fix test and lint action

* chore: 🤖 Switched to aliases for lint/test

* fix: 🐛 Changed filename casing in tests

* chore(deps): update lock file

* fix: add readme and change log to package 

ref #193

* chore(release): 📦 @sebgroup/chlorophyll@1.0.0-alpha.2 [skip ci]

# [1.0.0-alpha.2](https://github.com/sebgroup/green/compare/@sebgroup/chlorophyll@1.0.0-alpha.1...@sebgroup/chlorophyll@1.0.0-alpha.2) (2021-09-14)

### Bug Fixes

* add readme and change log to package  ([52f4af1](52f4af1)), closes [#193](#193)

* chore(deps-dev): audit fix

* build: only copy fonts if they're missing

* fix(sass): don't use tilde to resolve node modules

* chore(deps-dev): update

* chore(release): 📦 @sebgroup/chlorophyll@1.0.0-alpha.3 [skip ci]

# [1.0.0-alpha.3](https://github.com/sebgroup/green/compare/@sebgroup/chlorophyll@1.0.0-alpha.2...@sebgroup/chlorophyll@1.0.0-alpha.3) (2021-09-29)

### Bug Fixes

* 🐛 Updated immer ([#205](#205)) ([b50334d](b50334d))

* docs(angular): fix circular dependency

* chore(angular): add affected dependency to chlorophyll

* chore(angular): add release config

* chore: update package info

* ci(github-actions): release affected libs

closes #224

* chore: update lock file

* style: fix lint error

* ci(github-actions): add fetch depth

* chore(local-dev): add host config

* fix(close): exclude from base button and add version for mobile

closes #229

* feat(dropdown): add slide up style for small screens (mobile)

ref #226

* fix(angular-dropdown): toggle popper on screen size, optimise for mobile

ref #226

* refactor(dropdown): add interface for popover config

* feat(dropdown): prevent scroll in background when dropdown is active

closes #226

* fix(dropdown): use transition on mobile layout only

* ci(github-actions): release only from alpha branch

* chore(deps): add body scroll lock

Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
github-actions bot pushed a commit that referenced this pull request Nov 11, 2021
# 1.0.0-alpha.1 (2021-11-11)

### Bug Fixes

* 🐛 Added resolution for postcss@^7.0.36 ([#81](#81)) ([7236562](7236562))
* 🐛 Fixed color value for regular red (from yellow) ([#35](#35)) ([c91cbc0](c91cbc0))
* 🐛 Fixed the location of colors ([#32](#32)) ([4eb7555](4eb7555))
* 🐛 improved generator ([#34](#34)) ([2492a10](2492a10))
* 🐛 Moved ' in wrong spot ([#36](#36)) ([5e6e094](5e6e094))
* 🐛 No extra .btn classes och prefixes needed ([#65](#65)) ([bf6b5e8](bf6b5e8))
* 🐛 Pinned fixed dependencies ([#108](#108)) ([6723084](6723084))
* 🐛 Updated immer ([#205](#205)) ([b50334d](b50334d))
* 🐛 Upgraded vulnerable dependency ([91325ed](91325ed))
* reset css ([#138](#138)) ([8c30997](8c30997)), closes [#137](#137)

### chore

* 🤖 Switched from lerna to nx ([#168](#168)) ([2089720](2089720)), closes [#157](#157) [#163](#163) [#170](#170) [#169](#169)

### Documentation

* ✏️ Added dev time dependencies ro root readme ([df06be7](df06be7))
* ✏️ Added hr ([dd0cf3e](dd0cf3e))
* ✏️ Added link to root ([60666e9](60666e9))
* ✏️ Added link to Storybook in README ([#183](#183)) ([cec4c98](cec4c98))
* ✏️ Change chlorophyll icon ([695ac21](695ac21)), closes [#9](#9)
* ✏️ Changed size of icon ([4f59685](4f59685)), closes [#9](#9)
* ✏️ Changed size of icon ([b31a81b](b31a81b)), closes [#9](#9)
* ✏️ Contributing guide lines ([a536951](a536951))
* ✏️ Product philosophy ([#26](#26)) ([f17aacd](f17aacd))
* ✏️ Started working on the format for chlorophyll's readme ([26f5f6f](26f5f6f))
* chlorophyll readme ([#15](#15)) ([f87a923](f87a923))

### Features

* 🎸 add card ([b6c3a92](b6c3a92)), closes [#54](#54) [#54](#54)
* 🎸 Added mixins for link and button link ([#72](#72)) ([a8458d2](a8458d2))
* 🎸 Added option for type-less button ([e3d62c3](e3d62c3))
* 🎸 Added story for default value ([424e4da](424e4da))
* 🎸 Added tokens and extended scss generator ([#33](#33)) ([278766d](278766d))
* 🎸 Adds secondary button ([83ed409](83ed409))
* 🎸 Design tokens, mixins and classes for typography ([3ae855f](3ae855f)), closes [#45](#45)
* 🎸 Design tokens, mixins and classes for typography ([f65fb1e](f65fb1e)), closes [#45](#45)
* 🎸 Filled in colors and added typography ([#31](#31)) ([b3bb699](b3bb699))
* 🎸 Ghost button closes [#73](#73) ([d6cc0d9](d6cc0d9))
* 🎸 Theming for Storybooks ([#174](#174)) ([4b25b61](4b25b61))

### BREAKING CHANGES

* 🧨 Everything

* chore: 🤖 Changed ci build/test

* fix: 🐛 Added css to chlorophyll storybook

Also deleted old stories

* chore: 🤖 Chlorophyll build is run before Storybook

* fix: 🐛 Updated vulnerable dependencies

* refactor: 💡 Changed function signature

* feat: 🎸 Added info to inputs

* chore: 🤖 Added resolution for vulnerable dependency `tar`

* chore: 🤖 Made storybook build faster by removing html addon

* ci(github-actions): fix paths and scripts for storybook using nx

* ci(github-actions): fix missing nx command

* docs(chlorophyll): use scss in storybook

* docs(react): use scss in storybook

* docs(angular): use scss in storybook

* style: fix lint errors

* chore(stylelint): update rules

* chore(stylelint): fix lint errors before commit

* ci(github-actions): fix test and lint action

* chore: 🤖 Switched to aliases for lint/test

* fix: 🐛 Changed filename casing in tests
github-actions bot pushed a commit that referenced this pull request Nov 11, 2021
# 1.0.0-alpha.1 (2021-11-11)

### Bug Fixes

* 🐛 Added resolution for postcss@^7.0.36 ([#81](#81)) ([7236562](7236562))
* 🐛 Fixed color value for regular red (from yellow) ([#35](#35)) ([c91cbc0](c91cbc0))
* 🐛 Fixed the location of colors ([#32](#32)) ([4eb7555](4eb7555))
* 🐛 improved generator ([#34](#34)) ([2492a10](2492a10))
* 🐛 Moved ' in wrong spot ([#36](#36)) ([5e6e094](5e6e094))
* 🐛 No extra .btn classes och prefixes needed ([#65](#65)) ([bf6b5e8](bf6b5e8))
* 🐛 Pinned fixed dependencies ([#108](#108)) ([6723084](6723084))
* 🐛 Updated immer ([#205](#205)) ([b50334d](b50334d))
* 🐛 Upgraded vulnerable dependency ([91325ed](91325ed))
* reset css ([#138](#138)) ([8c30997](8c30997)), closes [#137](#137)

### chore

* 🤖 Switched from lerna to nx ([#168](#168)) ([2089720](2089720)), closes [#157](#157) [#163](#163) [#170](#170) [#169](#169)

### Documentation

* ✏️ Added dev time dependencies ro root readme ([df06be7](df06be7))
* ✏️ Added hr ([dd0cf3e](dd0cf3e))
* ✏️ Added link to root ([60666e9](60666e9))
* ✏️ Added link to Storybook in README ([#183](#183)) ([cec4c98](cec4c98))
* ✏️ Change chlorophyll icon ([695ac21](695ac21)), closes [#9](#9)
* ✏️ Changed size of icon ([4f59685](4f59685)), closes [#9](#9)
* ✏️ Changed size of icon ([b31a81b](b31a81b)), closes [#9](#9)
* ✏️ Contributing guide lines ([a536951](a536951))
* ✏️ Product philosophy ([#26](#26)) ([f17aacd](f17aacd))
* ✏️ Started working on the format for chlorophyll's readme ([26f5f6f](26f5f6f))
* chlorophyll readme ([#15](#15)) ([f87a923](f87a923))

### Features

* 🎸 add card ([b6c3a92](b6c3a92)), closes [#54](#54) [#54](#54)
* 🎸 Added mixins for link and button link ([#72](#72)) ([a8458d2](a8458d2))
* 🎸 Added option for type-less button ([e3d62c3](e3d62c3))
* 🎸 Added story for default value ([424e4da](424e4da))
* 🎸 Added tokens and extended scss generator ([#33](#33)) ([278766d](278766d))
* 🎸 Adds secondary button ([83ed409](83ed409))
* 🎸 Design tokens, mixins and classes for typography ([3ae855f](3ae855f)), closes [#45](#45)
* 🎸 Design tokens, mixins and classes for typography ([f65fb1e](f65fb1e)), closes [#45](#45)
* 🎸 Filled in colors and added typography ([#31](#31)) ([b3bb699](b3bb699))
* 🎸 Ghost button closes [#73](#73) ([d6cc0d9](d6cc0d9))
* 🎸 Theming for Storybooks ([#174](#174)) ([4b25b61](4b25b61))

### BREAKING CHANGES

* 🧨 Everything

* chore: 🤖 Changed ci build/test

* fix: 🐛 Added css to chlorophyll storybook

Also deleted old stories

* chore: 🤖 Chlorophyll build is run before Storybook

* fix: 🐛 Updated vulnerable dependencies

* refactor: 💡 Changed function signature

* feat: 🎸 Added info to inputs

* chore: 🤖 Added resolution for vulnerable dependency `tar`

* chore: 🤖 Made storybook build faster by removing html addon

* ci(github-actions): fix paths and scripts for storybook using nx

* ci(github-actions): fix missing nx command

* docs(chlorophyll): use scss in storybook

* docs(react): use scss in storybook

* docs(angular): use scss in storybook

* style: fix lint errors

* chore(stylelint): update rules

* chore(stylelint): fix lint errors before commit

* ci(github-actions): fix test and lint action

* chore: 🤖 Switched to aliases for lint/test

* fix: 🐛 Changed filename casing in tests
github-actions bot pushed a commit that referenced this pull request Nov 11, 2021
# 1.0.0-alpha.1 (2021-11-11)

### Bug Fixes

* 🐛 Added resolution for postcss@^7.0.36 ([#81](#81)) ([7236562](7236562))
* 🐛 Fixed color value for regular red (from yellow) ([#35](#35)) ([c91cbc0](c91cbc0))
* 🐛 Fixed the location of colors ([#32](#32)) ([4eb7555](4eb7555))
* 🐛 improved generator ([#34](#34)) ([2492a10](2492a10))
* 🐛 Moved ' in wrong spot ([#36](#36)) ([5e6e094](5e6e094))
* 🐛 No extra .btn classes och prefixes needed ([#65](#65)) ([bf6b5e8](bf6b5e8))
* 🐛 Pinned fixed dependencies ([#108](#108)) ([6723084](6723084))
* 🐛 Updated immer ([#205](#205)) ([b50334d](b50334d))
* 🐛 Upgraded vulnerable dependency ([91325ed](91325ed))
* reset css ([#138](#138)) ([8c30997](8c30997)), closes [#137](#137)

### chore

* 🤖 Switched from lerna to nx ([#168](#168)) ([2089720](2089720)), closes [#157](#157) [#163](#163) [#170](#170) [#169](#169)

### Documentation

* ✏️ Added dev time dependencies ro root readme ([df06be7](df06be7))
* ✏️ Added hr ([dd0cf3e](dd0cf3e))
* ✏️ Added link to root ([60666e9](60666e9))
* ✏️ Added link to Storybook in README ([#183](#183)) ([cec4c98](cec4c98))
* ✏️ Change chlorophyll icon ([695ac21](695ac21)), closes [#9](#9)
* ✏️ Changed size of icon ([4f59685](4f59685)), closes [#9](#9)
* ✏️ Changed size of icon ([b31a81b](b31a81b)), closes [#9](#9)
* ✏️ Contributing guide lines ([a536951](a536951))
* ✏️ Product philosophy ([#26](#26)) ([f17aacd](f17aacd))
* ✏️ Started working on the format for chlorophyll's readme ([26f5f6f](26f5f6f))
* chlorophyll readme ([#15](#15)) ([f87a923](f87a923))

### Features

* 🎸 add card ([b6c3a92](b6c3a92)), closes [#54](#54) [#54](#54)
* 🎸 Added mixins for link and button link ([#72](#72)) ([a8458d2](a8458d2))
* 🎸 Added option for type-less button ([e3d62c3](e3d62c3))
* 🎸 Added story for default value ([424e4da](424e4da))
* 🎸 Added tokens and extended scss generator ([#33](#33)) ([278766d](278766d))
* 🎸 Adds secondary button ([83ed409](83ed409))
* 🎸 Design tokens, mixins and classes for typography ([3ae855f](3ae855f)), closes [#45](#45)
* 🎸 Design tokens, mixins and classes for typography ([f65fb1e](f65fb1e)), closes [#45](#45)
* 🎸 Filled in colors and added typography ([#31](#31)) ([b3bb699](b3bb699))
* 🎸 Ghost button closes [#73](#73) ([d6cc0d9](d6cc0d9))
* 🎸 Theming for Storybooks ([#174](#174)) ([4b25b61](4b25b61))

### BREAKING CHANGES

* 🧨 Everything

* chore: 🤖 Changed ci build/test

* fix: 🐛 Added css to chlorophyll storybook

Also deleted old stories

* chore: 🤖 Chlorophyll build is run before Storybook

* fix: 🐛 Updated vulnerable dependencies

* refactor: 💡 Changed function signature

* feat: 🎸 Added info to inputs

* chore: 🤖 Added resolution for vulnerable dependency `tar`

* chore: 🤖 Made storybook build faster by removing html addon

* ci(github-actions): fix paths and scripts for storybook using nx

* ci(github-actions): fix missing nx command

* docs(chlorophyll): use scss in storybook

* docs(react): use scss in storybook

* docs(angular): use scss in storybook

* style: fix lint errors

* chore(stylelint): update rules

* chore(stylelint): fix lint errors before commit

* ci(github-actions): fix test and lint action

* chore: 🤖 Switched to aliases for lint/test

* fix: 🐛 Changed filename casing in tests
github-actions bot pushed a commit that referenced this pull request Nov 11, 2021
# 1.0.0-alpha.1 (2021-11-11)

### Bug Fixes

* 🐛 Added resolution for postcss@^7.0.36 ([#81](#81)) ([7236562](7236562))
* 🐛 Fixed color value for regular red (from yellow) ([#35](#35)) ([c91cbc0](c91cbc0))
* 🐛 Fixed the location of colors ([#32](#32)) ([4eb7555](4eb7555))
* 🐛 improved generator ([#34](#34)) ([2492a10](2492a10))
* 🐛 Moved ' in wrong spot ([#36](#36)) ([5e6e094](5e6e094))
* 🐛 No extra .btn classes och prefixes needed ([#65](#65)) ([bf6b5e8](bf6b5e8))
* 🐛 Pinned fixed dependencies ([#108](#108)) ([6723084](6723084))
* 🐛 Updated immer ([#205](#205)) ([b50334d](b50334d))
* 🐛 Upgraded vulnerable dependency ([91325ed](91325ed))
* reset css ([#138](#138)) ([8c30997](8c30997)), closes [#137](#137)

### chore

* 🤖 Switched from lerna to nx ([#168](#168)) ([2089720](2089720)), closes [#157](#157) [#163](#163) [#170](#170) [#169](#169)

### Documentation

* ✏️ Added dev time dependencies ro root readme ([df06be7](df06be7))
* ✏️ Added hr ([dd0cf3e](dd0cf3e))
* ✏️ Added link to root ([60666e9](60666e9))
* ✏️ Added link to Storybook in README ([#183](#183)) ([cec4c98](cec4c98))
* ✏️ Change chlorophyll icon ([695ac21](695ac21)), closes [#9](#9)
* ✏️ Changed size of icon ([4f59685](4f59685)), closes [#9](#9)
* ✏️ Changed size of icon ([b31a81b](b31a81b)), closes [#9](#9)
* ✏️ Contributing guide lines ([a536951](a536951))
* ✏️ Product philosophy ([#26](#26)) ([f17aacd](f17aacd))
* ✏️ Started working on the format for chlorophyll's readme ([26f5f6f](26f5f6f))
* chlorophyll readme ([#15](#15)) ([f87a923](f87a923))

### Features

* 🎸 add card ([b6c3a92](b6c3a92)), closes [#54](#54) [#54](#54)
* 🎸 Added mixins for link and button link ([#72](#72)) ([a8458d2](a8458d2))
* 🎸 Added option for type-less button ([e3d62c3](e3d62c3))
* 🎸 Added story for default value ([424e4da](424e4da))
* 🎸 Added tokens and extended scss generator ([#33](#33)) ([278766d](278766d))
* 🎸 Adds secondary button ([83ed409](83ed409))
* 🎸 Design tokens, mixins and classes for typography ([3ae855f](3ae855f)), closes [#45](#45)
* 🎸 Design tokens, mixins and classes for typography ([f65fb1e](f65fb1e)), closes [#45](#45)
* 🎸 Filled in colors and added typography ([#31](#31)) ([b3bb699](b3bb699))
* 🎸 Ghost button closes [#73](#73) ([d6cc0d9](d6cc0d9))
* 🎸 Theming for Storybooks ([#174](#174)) ([4b25b61](4b25b61))

### BREAKING CHANGES

* 🧨 Everything

* chore: 🤖 Changed ci build/test

* fix: 🐛 Added css to chlorophyll storybook

Also deleted old stories

* chore: 🤖 Chlorophyll build is run before Storybook

* fix: 🐛 Updated vulnerable dependencies

* refactor: 💡 Changed function signature

* feat: 🎸 Added info to inputs

* chore: 🤖 Added resolution for vulnerable dependency `tar`

* chore: 🤖 Made storybook build faster by removing html addon

* ci(github-actions): fix paths and scripts for storybook using nx

* ci(github-actions): fix missing nx command

* docs(chlorophyll): use scss in storybook

* docs(react): use scss in storybook

* docs(angular): use scss in storybook

* style: fix lint errors

* chore(stylelint): update rules

* chore(stylelint): fix lint errors before commit

* ci(github-actions): fix test and lint action

* chore: 🤖 Switched to aliases for lint/test

* fix: 🐛 Changed filename casing in tests
github-actions bot pushed a commit that referenced this pull request Nov 11, 2021
# 1.0.0-alpha.1 (2021-11-11)

### Bug Fixes

* 🐛 Added resolution for postcss@^7.0.36 ([#81](#81)) ([7236562](7236562))
* 🐛 Fixed color value for regular red (from yellow) ([#35](#35)) ([c91cbc0](c91cbc0))
* 🐛 Fixed the location of colors ([#32](#32)) ([4eb7555](4eb7555))
* 🐛 improved generator ([#34](#34)) ([2492a10](2492a10))
* 🐛 Moved ' in wrong spot ([#36](#36)) ([5e6e094](5e6e094))
* 🐛 No extra .btn classes och prefixes needed ([#65](#65)) ([bf6b5e8](bf6b5e8))
* 🐛 Pinned fixed dependencies ([#108](#108)) ([6723084](6723084))
* 🐛 Updated immer ([#205](#205)) ([b50334d](b50334d))
* 🐛 Upgraded vulnerable dependency ([91325ed](91325ed))
* reset css ([#138](#138)) ([8c30997](8c30997)), closes [#137](#137)

### chore

* 🤖 Switched from lerna to nx ([#168](#168)) ([2089720](2089720)), closes [#157](#157) [#163](#163) [#170](#170) [#169](#169)

### Documentation

* ✏️ Added dev time dependencies ro root readme ([df06be7](df06be7))
* ✏️ Added hr ([dd0cf3e](dd0cf3e))
* ✏️ Added link to root ([60666e9](60666e9))
* ✏️ Added link to Storybook in README ([#183](#183)) ([cec4c98](cec4c98))
* ✏️ Change chlorophyll icon ([695ac21](695ac21)), closes [#9](#9)
* ✏️ Changed size of icon ([4f59685](4f59685)), closes [#9](#9)
* ✏️ Changed size of icon ([b31a81b](b31a81b)), closes [#9](#9)
* ✏️ Contributing guide lines ([a536951](a536951))
* ✏️ Product philosophy ([#26](#26)) ([f17aacd](f17aacd))
* ✏️ Started working on the format for chlorophyll's readme ([26f5f6f](26f5f6f))
* chlorophyll readme ([#15](#15)) ([f87a923](f87a923))

### Features

* 🎸 add card ([b6c3a92](b6c3a92)), closes [#54](#54) [#54](#54)
* 🎸 Added mixins for link and button link ([#72](#72)) ([a8458d2](a8458d2))
* 🎸 Added option for type-less button ([e3d62c3](e3d62c3))
* 🎸 Added story for default value ([424e4da](424e4da))
* 🎸 Added tokens and extended scss generator ([#33](#33)) ([278766d](278766d))
* 🎸 Adds secondary button ([83ed409](83ed409))
* 🎸 Design tokens, mixins and classes for typography ([3ae855f](3ae855f)), closes [#45](#45)
* 🎸 Design tokens, mixins and classes for typography ([f65fb1e](f65fb1e)), closes [#45](#45)
* 🎸 Filled in colors and added typography ([#31](#31)) ([b3bb699](b3bb699))
* 🎸 Ghost button closes [#73](#73) ([d6cc0d9](d6cc0d9))
* 🎸 Theming for Storybooks ([#174](#174)) ([4b25b61](4b25b61))

### BREAKING CHANGES

* 🧨 Everything

* chore: 🤖 Changed ci build/test

* fix: 🐛 Added css to chlorophyll storybook

Also deleted old stories

* chore: 🤖 Chlorophyll build is run before Storybook

* fix: 🐛 Updated vulnerable dependencies

* refactor: 💡 Changed function signature

* feat: 🎸 Added info to inputs

* chore: 🤖 Added resolution for vulnerable dependency `tar`

* chore: 🤖 Made storybook build faster by removing html addon

* ci(github-actions): fix paths and scripts for storybook using nx

* ci(github-actions): fix missing nx command

* docs(chlorophyll): use scss in storybook

* docs(react): use scss in storybook

* docs(angular): use scss in storybook

* style: fix lint errors

* chore(stylelint): update rules

* chore(stylelint): fix lint errors before commit

* ci(github-actions): fix test and lint action

* chore: 🤖 Switched to aliases for lint/test

* fix: 🐛 Changed filename casing in tests
hjalmers added a commit that referenced this pull request Nov 11, 2021
* ci(github-actions): add manual workflow for deploy and release

* style: nx format

* chore(deps-dev): bump

* chore(nx): update config

* chore(release): 📦 @sebgroup/chlorophyll@1.0.0-alpha.1 [skip ci]

# 1.0.0-alpha.1 (2021-11-11)

### Bug Fixes

* 🐛 Added resolution for postcss@^7.0.36 ([#81](#81)) ([7236562](7236562))
* 🐛 Fixed color value for regular red (from yellow) ([#35](#35)) ([c91cbc0](c91cbc0))
* 🐛 Fixed the location of colors ([#32](#32)) ([4eb7555](4eb7555))
* 🐛 improved generator ([#34](#34)) ([2492a10](2492a10))
* 🐛 Moved ' in wrong spot ([#36](#36)) ([5e6e094](5e6e094))
* 🐛 No extra .btn classes och prefixes needed ([#65](#65)) ([bf6b5e8](bf6b5e8))
* 🐛 Pinned fixed dependencies ([#108](#108)) ([6723084](6723084))
* 🐛 Updated immer ([#205](#205)) ([b50334d](b50334d))
* 🐛 Upgraded vulnerable dependency ([91325ed](91325ed))
* reset css ([#138](#138)) ([8c30997](8c30997)), closes [#137](#137)

### chore

* 🤖 Switched from lerna to nx ([#168](#168)) ([2089720](2089720)), closes [#157](#157) [#163](#163) [#170](#170) [#169](#169)

### Documentation

* ✏️ Added dev time dependencies ro root readme ([df06be7](df06be7))
* ✏️ Added hr ([dd0cf3e](dd0cf3e))
* ✏️ Added link to root ([60666e9](60666e9))
* ✏️ Added link to Storybook in README ([#183](#183)) ([cec4c98](cec4c98))
* ✏️ Change chlorophyll icon ([695ac21](695ac21)), closes [#9](#9)
* ✏️ Changed size of icon ([4f59685](4f59685)), closes [#9](#9)
* ✏️ Changed size of icon ([b31a81b](b31a81b)), closes [#9](#9)
* ✏️ Contributing guide lines ([a536951](a536951))
* ✏️ Product philosophy ([#26](#26)) ([f17aacd](f17aacd))
* ✏️ Started working on the format for chlorophyll's readme ([26f5f6f](26f5f6f))
* chlorophyll readme ([#15](#15)) ([f87a923](f87a923))

### Features

* 🎸 add card ([b6c3a92](b6c3a92)), closes [#54](#54) [#54](#54)
* 🎸 Added mixins for link and button link ([#72](#72)) ([a8458d2](a8458d2))
* 🎸 Added option for type-less button ([e3d62c3](e3d62c3))
* 🎸 Added story for default value ([424e4da](424e4da))
* 🎸 Added tokens and extended scss generator ([#33](#33)) ([278766d](278766d))
* 🎸 Adds secondary button ([83ed409](83ed409))
* 🎸 Design tokens, mixins and classes for typography ([3ae855f](3ae855f)), closes [#45](#45)
* 🎸 Design tokens, mixins and classes for typography ([f65fb1e](f65fb1e)), closes [#45](#45)
* 🎸 Filled in colors and added typography ([#31](#31)) ([b3bb699](b3bb699))
* 🎸 Ghost button closes [#73](#73) ([d6cc0d9](d6cc0d9))
* 🎸 Theming for Storybooks ([#174](#174)) ([4b25b61](4b25b61))

### BREAKING CHANGES

* 🧨 Everything

* chore: 🤖 Changed ci build/test

* fix: 🐛 Added css to chlorophyll storybook

Also deleted old stories

* chore: 🤖 Chlorophyll build is run before Storybook

* fix: 🐛 Updated vulnerable dependencies

* refactor: 💡 Changed function signature

* feat: 🎸 Added info to inputs

* chore: 🤖 Added resolution for vulnerable dependency `tar`

* chore: 🤖 Made storybook build faster by removing html addon

* ci(github-actions): fix paths and scripts for storybook using nx

* ci(github-actions): fix missing nx command

* docs(chlorophyll): use scss in storybook

* docs(react): use scss in storybook

* docs(angular): use scss in storybook

* style: fix lint errors

* chore(stylelint): update rules

* chore(stylelint): fix lint errors before commit

* ci(github-actions): fix test and lint action

* chore: 🤖 Switched to aliases for lint/test

* fix: 🐛 Changed filename casing in tests

* fix(angular-charts): ⬆️ update @sebgroup/chlorophyll to 1.0.0-alpha.1 [skip ci]

* fix(react-charts): ⬆️ update @sebgroup/chlorophyll to 1.0.0-alpha.1 [skip ci]

* fix(angular): ⬆️ update @sebgroup/chlorophyll to 1.0.0-alpha.1 [skip ci]

* fix(charts): ⬆️ update @sebgroup/chlorophyll to 1.0.0-alpha.1 [skip ci]

* fix(react): ⬆️ update @sebgroup/chlorophyll to 1.0.0-alpha.1 [skip ci]

* ci(github-actions): update release and deploy action

* chore(release): 📦 @sebgroup/chlorophyll@1.0.0-alpha.1 [skip ci]

# 1.0.0-alpha.1 (2021-11-11)

### Bug Fixes

* 🐛 Added resolution for postcss@^7.0.36 ([#81](#81)) ([7236562](7236562))
* 🐛 Fixed color value for regular red (from yellow) ([#35](#35)) ([c91cbc0](c91cbc0))
* 🐛 Fixed the location of colors ([#32](#32)) ([4eb7555](4eb7555))
* 🐛 improved generator ([#34](#34)) ([2492a10](2492a10))
* 🐛 Moved ' in wrong spot ([#36](#36)) ([5e6e094](5e6e094))
* 🐛 No extra .btn classes och prefixes needed ([#65](#65)) ([bf6b5e8](bf6b5e8))
* 🐛 Pinned fixed dependencies ([#108](#108)) ([6723084](6723084))
* 🐛 Updated immer ([#205](#205)) ([b50334d](b50334d))
* 🐛 Upgraded vulnerable dependency ([91325ed](91325ed))
* reset css ([#138](#138)) ([8c30997](8c30997)), closes [#137](#137)

### chore

* 🤖 Switched from lerna to nx ([#168](#168)) ([2089720](2089720)), closes [#157](#157) [#163](#163) [#170](#170) [#169](#169)

### Documentation

* ✏️ Added dev time dependencies ro root readme ([df06be7](df06be7))
* ✏️ Added hr ([dd0cf3e](dd0cf3e))
* ✏️ Added link to root ([60666e9](60666e9))
* ✏️ Added link to Storybook in README ([#183](#183)) ([cec4c98](cec4c98))
* ✏️ Change chlorophyll icon ([695ac21](695ac21)), closes [#9](#9)
* ✏️ Changed size of icon ([4f59685](4f59685)), closes [#9](#9)
* ✏️ Changed size of icon ([b31a81b](b31a81b)), closes [#9](#9)
* ✏️ Contributing guide lines ([a536951](a536951))
* ✏️ Product philosophy ([#26](#26)) ([f17aacd](f17aacd))
* ✏️ Started working on the format for chlorophyll's readme ([26f5f6f](26f5f6f))
* chlorophyll readme ([#15](#15)) ([f87a923](f87a923))

### Features

* 🎸 add card ([b6c3a92](b6c3a92)), closes [#54](#54) [#54](#54)
* 🎸 Added mixins for link and button link ([#72](#72)) ([a8458d2](a8458d2))
* 🎸 Added option for type-less button ([e3d62c3](e3d62c3))
* 🎸 Added story for default value ([424e4da](424e4da))
* 🎸 Added tokens and extended scss generator ([#33](#33)) ([278766d](278766d))
* 🎸 Adds secondary button ([83ed409](83ed409))
* 🎸 Design tokens, mixins and classes for typography ([3ae855f](3ae855f)), closes [#45](#45)
* 🎸 Design tokens, mixins and classes for typography ([f65fb1e](f65fb1e)), closes [#45](#45)
* 🎸 Filled in colors and added typography ([#31](#31)) ([b3bb699](b3bb699))
* 🎸 Ghost button closes [#73](#73) ([d6cc0d9](d6cc0d9))
* 🎸 Theming for Storybooks ([#174](#174)) ([4b25b61](4b25b61))

### BREAKING CHANGES

* 🧨 Everything

* chore: 🤖 Changed ci build/test

* fix: 🐛 Added css to chlorophyll storybook

Also deleted old stories

* chore: 🤖 Chlorophyll build is run before Storybook

* fix: 🐛 Updated vulnerable dependencies

* refactor: 💡 Changed function signature

* feat: 🎸 Added info to inputs

* chore: 🤖 Added resolution for vulnerable dependency `tar`

* chore: 🤖 Made storybook build faster by removing html addon

* ci(github-actions): fix paths and scripts for storybook using nx

* ci(github-actions): fix missing nx command

* docs(chlorophyll): use scss in storybook

* docs(react): use scss in storybook

* docs(angular): use scss in storybook

* style: fix lint errors

* chore(stylelint): update rules

* chore(stylelint): fix lint errors before commit

* ci(github-actions): fix test and lint action

* chore: 🤖 Switched to aliases for lint/test

* fix: 🐛 Changed filename casing in tests

* chore(release): 📦 @sebgroup/chlorophyll@1.0.0-alpha.1 [skip ci]

# 1.0.0-alpha.1 (2021-11-11)

### Bug Fixes

* 🐛 Added resolution for postcss@^7.0.36 ([#81](#81)) ([7236562](7236562))
* 🐛 Fixed color value for regular red (from yellow) ([#35](#35)) ([c91cbc0](c91cbc0))
* 🐛 Fixed the location of colors ([#32](#32)) ([4eb7555](4eb7555))
* 🐛 improved generator ([#34](#34)) ([2492a10](2492a10))
* 🐛 Moved ' in wrong spot ([#36](#36)) ([5e6e094](5e6e094))
* 🐛 No extra .btn classes och prefixes needed ([#65](#65)) ([bf6b5e8](bf6b5e8))
* 🐛 Pinned fixed dependencies ([#108](#108)) ([6723084](6723084))
* 🐛 Updated immer ([#205](#205)) ([b50334d](b50334d))
* 🐛 Upgraded vulnerable dependency ([91325ed](91325ed))
* reset css ([#138](#138)) ([8c30997](8c30997)), closes [#137](#137)

### chore

* 🤖 Switched from lerna to nx ([#168](#168)) ([2089720](2089720)), closes [#157](#157) [#163](#163) [#170](#170) [#169](#169)

### Documentation

* ✏️ Added dev time dependencies ro root readme ([df06be7](df06be7))
* ✏️ Added hr ([dd0cf3e](dd0cf3e))
* ✏️ Added link to root ([60666e9](60666e9))
* ✏️ Added link to Storybook in README ([#183](#183)) ([cec4c98](cec4c98))
* ✏️ Change chlorophyll icon ([695ac21](695ac21)), closes [#9](#9)
* ✏️ Changed size of icon ([4f59685](4f59685)), closes [#9](#9)
* ✏️ Changed size of icon ([b31a81b](b31a81b)), closes [#9](#9)
* ✏️ Contributing guide lines ([a536951](a536951))
* ✏️ Product philosophy ([#26](#26)) ([f17aacd](f17aacd))
* ✏️ Started working on the format for chlorophyll's readme ([26f5f6f](26f5f6f))
* chlorophyll readme ([#15](#15)) ([f87a923](f87a923))

### Features

* 🎸 add card ([b6c3a92](b6c3a92)), closes [#54](#54) [#54](#54)
* 🎸 Added mixins for link and button link ([#72](#72)) ([a8458d2](a8458d2))
* 🎸 Added option for type-less button ([e3d62c3](e3d62c3))
* 🎸 Added story for default value ([424e4da](424e4da))
* 🎸 Added tokens and extended scss generator ([#33](#33)) ([278766d](278766d))
* 🎸 Adds secondary button ([83ed409](83ed409))
* 🎸 Design tokens, mixins and classes for typography ([3ae855f](3ae855f)), closes [#45](#45)
* 🎸 Design tokens, mixins and classes for typography ([f65fb1e](f65fb1e)), closes [#45](#45)
* 🎸 Filled in colors and added typography ([#31](#31)) ([b3bb699](b3bb699))
* 🎸 Ghost button closes [#73](#73) ([d6cc0d9](d6cc0d9))
* 🎸 Theming for Storybooks ([#174](#174)) ([4b25b61](4b25b61))

### BREAKING CHANGES

* 🧨 Everything

* chore: 🤖 Changed ci build/test

* fix: 🐛 Added css to chlorophyll storybook

Also deleted old stories

* chore: 🤖 Chlorophyll build is run before Storybook

* fix: 🐛 Updated vulnerable dependencies

* refactor: 💡 Changed function signature

* feat: 🎸 Added info to inputs

* chore: 🤖 Added resolution for vulnerable dependency `tar`

* chore: 🤖 Made storybook build faster by removing html addon

* ci(github-actions): fix paths and scripts for storybook using nx

* ci(github-actions): fix missing nx command

* docs(chlorophyll): use scss in storybook

* docs(react): use scss in storybook

* docs(angular): use scss in storybook

* style: fix lint errors

* chore(stylelint): update rules

* chore(stylelint): fix lint errors before commit

* ci(github-actions): fix test and lint action

* chore: 🤖 Switched to aliases for lint/test

* fix: 🐛 Changed filename casing in tests

* chore(release): 📦 @sebgroup/chlorophyll@1.0.0-alpha.1 [skip ci]

# 1.0.0-alpha.1 (2021-11-11)

### Bug Fixes

* 🐛 Added resolution for postcss@^7.0.36 ([#81](#81)) ([7236562](7236562))
* 🐛 Fixed color value for regular red (from yellow) ([#35](#35)) ([c91cbc0](c91cbc0))
* 🐛 Fixed the location of colors ([#32](#32)) ([4eb7555](4eb7555))
* 🐛 improved generator ([#34](#34)) ([2492a10](2492a10))
* 🐛 Moved ' in wrong spot ([#36](#36)) ([5e6e094](5e6e094))
* 🐛 No extra .btn classes och prefixes needed ([#65](#65)) ([bf6b5e8](bf6b5e8))
* 🐛 Pinned fixed dependencies ([#108](#108)) ([6723084](6723084))
* 🐛 Updated immer ([#205](#205)) ([b50334d](b50334d))
* 🐛 Upgraded vulnerable dependency ([91325ed](91325ed))
* reset css ([#138](#138)) ([8c30997](8c30997)), closes [#137](#137)

### chore

* 🤖 Switched from lerna to nx ([#168](#168)) ([2089720](2089720)), closes [#157](#157) [#163](#163) [#170](#170) [#169](#169)

### Documentation

* ✏️ Added dev time dependencies ro root readme ([df06be7](df06be7))
* ✏️ Added hr ([dd0cf3e](dd0cf3e))
* ✏️ Added link to root ([60666e9](60666e9))
* ✏️ Added link to Storybook in README ([#183](#183)) ([cec4c98](cec4c98))
* ✏️ Change chlorophyll icon ([695ac21](695ac21)), closes [#9](#9)
* ✏️ Changed size of icon ([4f59685](4f59685)), closes [#9](#9)
* ✏️ Changed size of icon ([b31a81b](b31a81b)), closes [#9](#9)
* ✏️ Contributing guide lines ([a536951](a536951))
* ✏️ Product philosophy ([#26](#26)) ([f17aacd](f17aacd))
* ✏️ Started working on the format for chlorophyll's readme ([26f5f6f](26f5f6f))
* chlorophyll readme ([#15](#15)) ([f87a923](f87a923))

### Features

* 🎸 add card ([b6c3a92](b6c3a92)), closes [#54](#54) [#54](#54)
* 🎸 Added mixins for link and button link ([#72](#72)) ([a8458d2](a8458d2))
* 🎸 Added option for type-less button ([e3d62c3](e3d62c3))
* 🎸 Added story for default value ([424e4da](424e4da))
* 🎸 Added tokens and extended scss generator ([#33](#33)) ([278766d](278766d))
* 🎸 Adds secondary button ([83ed409](83ed409))
* 🎸 Design tokens, mixins and classes for typography ([3ae855f](3ae855f)), closes [#45](#45)
* 🎸 Design tokens, mixins and classes for typography ([f65fb1e](f65fb1e)), closes [#45](#45)
* 🎸 Filled in colors and added typography ([#31](#31)) ([b3bb699](b3bb699))
* 🎸 Ghost button closes [#73](#73) ([d6cc0d9](d6cc0d9))
* 🎸 Theming for Storybooks ([#174](#174)) ([4b25b61](4b25b61))

### BREAKING CHANGES

* 🧨 Everything

* chore: 🤖 Changed ci build/test

* fix: 🐛 Added css to chlorophyll storybook

Also deleted old stories

* chore: 🤖 Chlorophyll build is run before Storybook

* fix: 🐛 Updated vulnerable dependencies

* refactor: 💡 Changed function signature

* feat: 🎸 Added info to inputs

* chore: 🤖 Added resolution for vulnerable dependency `tar`

* chore: 🤖 Made storybook build faster by removing html addon

* ci(github-actions): fix paths and scripts for storybook using nx

* ci(github-actions): fix missing nx command

* docs(chlorophyll): use scss in storybook

* docs(react): use scss in storybook

* docs(angular): use scss in storybook

* style: fix lint errors

* chore(stylelint): update rules

* chore(stylelint): fix lint errors before commit

* ci(github-actions): fix test and lint action

* chore: 🤖 Switched to aliases for lint/test

* fix: 🐛 Changed filename casing in tests

* chore(release): 📦 @sebgroup/chlorophyll@1.0.0-alpha.1 [skip ci]

# 1.0.0-alpha.1 (2021-11-11)

### Bug Fixes

* 🐛 Added resolution for postcss@^7.0.36 ([#81](#81)) ([7236562](7236562))
* 🐛 Fixed color value for regular red (from yellow) ([#35](#35)) ([c91cbc0](c91cbc0))
* 🐛 Fixed the location of colors ([#32](#32)) ([4eb7555](4eb7555))
* 🐛 improved generator ([#34](#34)) ([2492a10](2492a10))
* 🐛 Moved ' in wrong spot ([#36](#36)) ([5e6e094](5e6e094))
* 🐛 No extra .btn classes och prefixes needed ([#65](#65)) ([bf6b5e8](bf6b5e8))
* 🐛 Pinned fixed dependencies ([#108](#108)) ([6723084](6723084))
* 🐛 Updated immer ([#205](#205)) ([b50334d](b50334d))
* 🐛 Upgraded vulnerable dependency ([91325ed](91325ed))
* reset css ([#138](#138)) ([8c30997](8c30997)), closes [#137](#137)

### chore

* 🤖 Switched from lerna to nx ([#168](#168)) ([2089720](2089720)), closes [#157](#157) [#163](#163) [#170](#170) [#169](#169)

### Documentation

* ✏️ Added dev time dependencies ro root readme ([df06be7](df06be7))
* ✏️ Added hr ([dd0cf3e](dd0cf3e))
* ✏️ Added link to root ([60666e9](60666e9))
* ✏️ Added link to Storybook in README ([#183](#183)) ([cec4c98](cec4c98))
* ✏️ Change chlorophyll icon ([695ac21](695ac21)), closes [#9](#9)
* ✏️ Changed size of icon ([4f59685](4f59685)), closes [#9](#9)
* ✏️ Changed size of icon ([b31a81b](b31a81b)), closes [#9](#9)
* ✏️ Contributing guide lines ([a536951](a536951))
* ✏️ Product philosophy ([#26](#26)) ([f17aacd](f17aacd))
* ✏️ Started working on the format for chlorophyll's readme ([26f5f6f](26f5f6f))
* chlorophyll readme ([#15](#15)) ([f87a923](f87a923))

### Features

* 🎸 add card ([b6c3a92](b6c3a92)), closes [#54](#54) [#54](#54)
* 🎸 Added mixins for link and button link ([#72](#72)) ([a8458d2](a8458d2))
* 🎸 Added option for type-less button ([e3d62c3](e3d62c3))
* 🎸 Added story for default value ([424e4da](424e4da))
* 🎸 Added tokens and extended scss generator ([#33](#33)) ([278766d](278766d))
* 🎸 Adds secondary button ([83ed409](83ed409))
* 🎸 Design tokens, mixins and classes for typography ([3ae855f](3ae855f)), closes [#45](#45)
* 🎸 Design tokens, mixins and classes for typography ([f65fb1e](f65fb1e)), closes [#45](#45)
* 🎸 Filled in colors and added typography ([#31](#31)) ([b3bb699](b3bb699))
* 🎸 Ghost button closes [#73](#73) ([d6cc0d9](d6cc0d9))
* 🎸 Theming for Storybooks ([#174](#174)) ([4b25b61](4b25b61))

### BREAKING CHANGES

* 🧨 Everything

* chore: 🤖 Changed ci build/test

* fix: 🐛 Added css to chlorophyll storybook

Also deleted old stories

* chore: 🤖 Chlorophyll build is run before Storybook

* fix: 🐛 Updated vulnerable dependencies

* refactor: 💡 Changed function signature

* feat: 🎸 Added info to inputs

* chore: 🤖 Added resolution for vulnerable dependency `tar`

* chore: 🤖 Made storybook build faster by removing html addon

* ci(github-actions): fix paths and scripts for storybook using nx

* ci(github-actions): fix missing nx command

* docs(chlorophyll): use scss in storybook

* docs(react): use scss in storybook

* docs(angular): use scss in storybook

* style: fix lint errors

* chore(stylelint): update rules

* chore(stylelint): fix lint errors before commit

* ci(github-actions): fix test and lint action

* chore: 🤖 Switched to aliases for lint/test

* fix: 🐛 Changed filename casing in tests

Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
github-actions bot pushed a commit that referenced this pull request Nov 11, 2021
# 1.0.0-alpha.1 (2021-11-11)

### Bug Fixes

* 🐛 Added resolution for postcss@^7.0.36 ([#81](#81)) ([7236562](7236562))
* 🐛 Fixed color value for regular red (from yellow) ([#35](#35)) ([c91cbc0](c91cbc0))
* 🐛 Fixed the location of colors ([#32](#32)) ([4eb7555](4eb7555))
* 🐛 improved generator ([#34](#34)) ([2492a10](2492a10))
* 🐛 Moved ' in wrong spot ([#36](#36)) ([5e6e094](5e6e094))
* 🐛 No extra .btn classes och prefixes needed ([#65](#65)) ([bf6b5e8](bf6b5e8))
* 🐛 Pinned fixed dependencies ([#108](#108)) ([6723084](6723084))
* 🐛 Updated immer ([#205](#205)) ([b50334d](b50334d))
* 🐛 Upgraded vulnerable dependency ([91325ed](91325ed))
* reset css ([#138](#138)) ([8c30997](8c30997)), closes [#137](#137)

### chore

* 🤖 Switched from lerna to nx ([#168](#168)) ([2089720](2089720)), closes [#157](#157) [#163](#163) [#170](#170) [#169](#169)

### Documentation

* ✏️ Added dev time dependencies ro root readme ([df06be7](df06be7))
* ✏️ Added hr ([dd0cf3e](dd0cf3e))
* ✏️ Added link to root ([60666e9](60666e9))
* ✏️ Added link to Storybook in README ([#183](#183)) ([cec4c98](cec4c98))
* ✏️ Change chlorophyll icon ([695ac21](695ac21)), closes [#9](#9)
* ✏️ Changed size of icon ([4f59685](4f59685)), closes [#9](#9)
* ✏️ Changed size of icon ([b31a81b](b31a81b)), closes [#9](#9)
* ✏️ Contributing guide lines ([a536951](a536951))
* ✏️ Product philosophy ([#26](#26)) ([f17aacd](f17aacd))
* ✏️ Started working on the format for chlorophyll's readme ([26f5f6f](26f5f6f))
* chlorophyll readme ([#15](#15)) ([f87a923](f87a923))

### Features

* 🎸 add card ([b6c3a92](b6c3a92)), closes [#54](#54) [#54](#54)
* 🎸 Added mixins for link and button link ([#72](#72)) ([a8458d2](a8458d2))
* 🎸 Added option for type-less button ([e3d62c3](e3d62c3))
* 🎸 Added story for default value ([424e4da](424e4da))
* 🎸 Added tokens and extended scss generator ([#33](#33)) ([278766d](278766d))
* 🎸 Adds secondary button ([83ed409](83ed409))
* 🎸 Design tokens, mixins and classes for typography ([3ae855f](3ae855f)), closes [#45](#45)
* 🎸 Design tokens, mixins and classes for typography ([f65fb1e](f65fb1e)), closes [#45](#45)
* 🎸 Filled in colors and added typography ([#31](#31)) ([b3bb699](b3bb699))
* 🎸 Ghost button closes [#73](#73) ([d6cc0d9](d6cc0d9))
* 🎸 Theming for Storybooks ([#174](#174)) ([4b25b61](4b25b61))

### BREAKING CHANGES

* 🧨 Everything

* chore: 🤖 Changed ci build/test

* fix: 🐛 Added css to chlorophyll storybook

Also deleted old stories

* chore: 🤖 Chlorophyll build is run before Storybook

* fix: 🐛 Updated vulnerable dependencies

* refactor: 💡 Changed function signature

* feat: 🎸 Added info to inputs

* chore: 🤖 Added resolution for vulnerable dependency `tar`

* chore: 🤖 Made storybook build faster by removing html addon

* ci(github-actions): fix paths and scripts for storybook using nx

* ci(github-actions): fix missing nx command

* docs(chlorophyll): use scss in storybook

* docs(react): use scss in storybook

* docs(angular): use scss in storybook

* style: fix lint errors

* chore(stylelint): update rules

* chore(stylelint): fix lint errors before commit

* ci(github-actions): fix test and lint action

* chore: 🤖 Switched to aliases for lint/test

* fix: 🐛 Changed filename casing in tests
github-actions bot pushed a commit that referenced this pull request Nov 11, 2021
# 1.0.0-beta.1 (2021-11-11)

### Bug Fixes

* 🐛 Added resolution for postcss@^7.0.36 ([#81](#81)) ([7236562](7236562))
* 🐛 Fixed color value for regular red (from yellow) ([#35](#35)) ([c91cbc0](c91cbc0))
* 🐛 Fixed the location of colors ([#32](#32)) ([4eb7555](4eb7555))
* 🐛 improved generator ([#34](#34)) ([2492a10](2492a10))
* 🐛 Moved ' in wrong spot ([#36](#36)) ([5e6e094](5e6e094))
* 🐛 No extra .btn classes och prefixes needed ([#65](#65)) ([bf6b5e8](bf6b5e8))
* 🐛 Pinned fixed dependencies ([#108](#108)) ([6723084](6723084))
* 🐛 Updated immer ([#205](#205)) ([b50334d](b50334d))
* 🐛 Upgraded vulnerable dependency ([91325ed](91325ed))
* reset css ([#138](#138)) ([8c30997](8c30997)), closes [#137](#137)

### chore

* 🤖 Switched from lerna to nx ([#168](#168)) ([2089720](2089720)), closes [#157](#157) [#163](#163) [#170](#170) [#169](#169)

### Documentation

* ✏️ Added dev time dependencies ro root readme ([df06be7](df06be7))
* ✏️ Added hr ([dd0cf3e](dd0cf3e))
* ✏️ Added link to root ([60666e9](60666e9))
* ✏️ Added link to Storybook in README ([#183](#183)) ([cec4c98](cec4c98))
* ✏️ Change chlorophyll icon ([695ac21](695ac21)), closes [#9](#9)
* ✏️ Changed size of icon ([4f59685](4f59685)), closes [#9](#9)
* ✏️ Changed size of icon ([b31a81b](b31a81b)), closes [#9](#9)
* ✏️ Contributing guide lines ([a536951](a536951))
* ✏️ Product philosophy ([#26](#26)) ([f17aacd](f17aacd))
* ✏️ Started working on the format for chlorophyll's readme ([26f5f6f](26f5f6f))
* chlorophyll readme ([#15](#15)) ([f87a923](f87a923))

### Features

* 🎸 add card ([b6c3a92](b6c3a92)), closes [#54](#54) [#54](#54)
* 🎸 Added mixins for link and button link ([#72](#72)) ([a8458d2](a8458d2))
* 🎸 Added option for type-less button ([e3d62c3](e3d62c3))
* 🎸 Added story for default value ([424e4da](424e4da))
* 🎸 Added tokens and extended scss generator ([#33](#33)) ([278766d](278766d))
* 🎸 Adds secondary button ([83ed409](83ed409))
* 🎸 Design tokens, mixins and classes for typography ([3ae855f](3ae855f)), closes [#45](#45)
* 🎸 Design tokens, mixins and classes for typography ([f65fb1e](f65fb1e)), closes [#45](#45)
* 🎸 Filled in colors and added typography ([#31](#31)) ([b3bb699](b3bb699))
* 🎸 Ghost button closes [#73](#73) ([d6cc0d9](d6cc0d9))
* 🎸 Theming for Storybooks ([#174](#174)) ([4b25b61](4b25b61))

### BREAKING CHANGES

* 🧨 Everything

* chore: 🤖 Changed ci build/test

* fix: 🐛 Added css to chlorophyll storybook

Also deleted old stories

* chore: 🤖 Chlorophyll build is run before Storybook

* fix: 🐛 Updated vulnerable dependencies

* refactor: 💡 Changed function signature

* feat: 🎸 Added info to inputs

* chore: 🤖 Added resolution for vulnerable dependency `tar`

* chore: 🤖 Made storybook build faster by removing html addon

* ci(github-actions): fix paths and scripts for storybook using nx

* ci(github-actions): fix missing nx command

* docs(chlorophyll): use scss in storybook

* docs(react): use scss in storybook

* docs(angular): use scss in storybook

* style: fix lint errors

* chore(stylelint): update rules

* chore(stylelint): fix lint errors before commit

* ci(github-actions): fix test and lint action

* chore: 🤖 Switched to aliases for lint/test

* fix: 🐛 Changed filename casing in tests
@sebopensource
Copy link
Contributor

🎉 This PR is included in version @sebgroup/chlorophyll@1.0.0-beta.1 🎉

The release is available on:

github-actions bot pushed a commit that referenced this pull request Nov 11, 2021
# 1.0.0-beta.1 (2021-11-11)

### Bug Fixes

* 🐛 Added resolution for postcss@^7.0.36 ([#81](#81)) ([7236562](7236562))
* 🐛 Fixed color value for regular red (from yellow) ([#35](#35)) ([c91cbc0](c91cbc0))
* 🐛 Fixed the location of colors ([#32](#32)) ([4eb7555](4eb7555))
* 🐛 improved generator ([#34](#34)) ([2492a10](2492a10))
* 🐛 Moved ' in wrong spot ([#36](#36)) ([5e6e094](5e6e094))
* 🐛 No extra .btn classes och prefixes needed ([#65](#65)) ([bf6b5e8](bf6b5e8))
* 🐛 Pinned fixed dependencies ([#108](#108)) ([6723084](6723084))
* 🐛 Updated immer ([#205](#205)) ([b50334d](b50334d))
* 🐛 Upgraded vulnerable dependency ([91325ed](91325ed))
* **charts:** ⬆️ update @sebgroup/chlorophyll to 1.0.0-alpha.1 [skip ci] ([f2ec717](f2ec717))
* **charts:** ⬆️ update @sebgroup/chlorophyll to 1.0.0-beta.1 [skip ci] ([01d1f47](01d1f47))
* reset css ([#138](#138)) ([8c30997](8c30997)), closes [#137](#137)

### chore

* 🤖 Switched from lerna to nx ([#168](#168)) ([2089720](2089720)), closes [#157](#157) [#163](#163) [#170](#170) [#169](#169)

### Documentation

* ✏️ Added dev time dependencies ro root readme ([df06be7](df06be7))
* ✏️ Added hr ([dd0cf3e](dd0cf3e))
* ✏️ Added link to root ([60666e9](60666e9))
* ✏️ Added link to Storybook in README ([#183](#183)) ([cec4c98](cec4c98))
* ✏️ Change chlorophyll icon ([695ac21](695ac21)), closes [#9](#9)
* ✏️ Changed size of icon ([4f59685](4f59685)), closes [#9](#9)
* ✏️ Changed size of icon ([b31a81b](b31a81b)), closes [#9](#9)
* ✏️ Contributing guide lines ([a536951](a536951))
* ✏️ Product philosophy ([#26](#26)) ([f17aacd](f17aacd))
* ✏️ Started working on the format for chlorophyll's readme ([26f5f6f](26f5f6f))
* chlorophyll readme ([#15](#15)) ([f87a923](f87a923))

### Features

* 🎸 add card ([b6c3a92](b6c3a92)), closes [#54](#54) [#54](#54)
* 🎸 Added mixins for link and button link ([#72](#72)) ([a8458d2](a8458d2))
* 🎸 Added option for type-less button ([e3d62c3](e3d62c3))
* 🎸 Added story for default value ([424e4da](424e4da))
* 🎸 Added tokens and extended scss generator ([#33](#33)) ([278766d](278766d))
* 🎸 Adds secondary button ([83ed409](83ed409))
* 🎸 Design tokens, mixins and classes for typography ([3ae855f](3ae855f)), closes [#45](#45)
* 🎸 Design tokens, mixins and classes for typography ([f65fb1e](f65fb1e)), closes [#45](#45)
* 🎸 Filled in colors and added typography ([#31](#31)) ([b3bb699](b3bb699))
* 🎸 Ghost button closes [#73](#73) ([d6cc0d9](d6cc0d9))
* 🎸 Theming for Storybooks ([#174](#174)) ([4b25b61](4b25b61))

### BREAKING CHANGES

* 🧨 Everything

* chore: 🤖 Changed ci build/test

* fix: 🐛 Added css to chlorophyll storybook

Also deleted old stories

* chore: 🤖 Chlorophyll build is run before Storybook

* fix: 🐛 Updated vulnerable dependencies

* refactor: 💡 Changed function signature

* feat: 🎸 Added info to inputs

* chore: 🤖 Added resolution for vulnerable dependency `tar`

* chore: 🤖 Made storybook build faster by removing html addon

* ci(github-actions): fix paths and scripts for storybook using nx

* ci(github-actions): fix missing nx command

* docs(chlorophyll): use scss in storybook

* docs(react): use scss in storybook

* docs(angular): use scss in storybook

* style: fix lint errors

* chore(stylelint): update rules

* chore(stylelint): fix lint errors before commit

* ci(github-actions): fix test and lint action

* chore: 🤖 Switched to aliases for lint/test

* fix: 🐛 Changed filename casing in tests
github-actions bot pushed a commit that referenced this pull request Nov 11, 2021
# 1.0.0-beta.1 (2021-11-11)

### Bug Fixes

* 🐛 Added resolution for postcss@^7.0.36 ([#81](#81)) ([7236562](7236562))
* 🐛 Fixed color value for regular red (from yellow) ([#35](#35)) ([c91cbc0](c91cbc0))
* 🐛 Fixed the location of colors ([#32](#32)) ([4eb7555](4eb7555))
* 🐛 improved generator ([#34](#34)) ([2492a10](2492a10))
* 🐛 Moved ' in wrong spot ([#36](#36)) ([5e6e094](5e6e094))
* 🐛 No extra .btn classes och prefixes needed ([#65](#65)) ([bf6b5e8](bf6b5e8))
* 🐛 Pinned fixed dependencies ([#108](#108)) ([6723084](6723084))
* 🐛 Updated immer ([#205](#205)) ([b50334d](b50334d))
* 🐛 Upgraded vulnerable dependency ([91325ed](91325ed))
* **react:** ⬆️ update @sebgroup/chlorophyll to 1.0.0-alpha.1 [skip ci] ([051578f](051578f))
* **react:** ⬆️ update @sebgroup/chlorophyll to 1.0.0-beta.1 [skip ci] ([f7f844f](f7f844f))
* reset css ([#138](#138)) ([8c30997](8c30997)), closes [#137](#137)

### chore

* 🤖 Switched from lerna to nx ([#168](#168)) ([2089720](2089720)), closes [#157](#157) [#163](#163) [#170](#170) [#169](#169)

### Documentation

* ✏️ Added dev time dependencies ro root readme ([df06be7](df06be7))
* ✏️ Added hr ([dd0cf3e](dd0cf3e))
* ✏️ Added link to root ([60666e9](60666e9))
* ✏️ Added link to Storybook in README ([#183](#183)) ([cec4c98](cec4c98))
* ✏️ Change chlorophyll icon ([695ac21](695ac21)), closes [#9](#9)
* ✏️ Changed size of icon ([4f59685](4f59685)), closes [#9](#9)
* ✏️ Changed size of icon ([b31a81b](b31a81b)), closes [#9](#9)
* ✏️ Contributing guide lines ([a536951](a536951))
* ✏️ Product philosophy ([#26](#26)) ([f17aacd](f17aacd))
* ✏️ Started working on the format for chlorophyll's readme ([26f5f6f](26f5f6f))
* chlorophyll readme ([#15](#15)) ([f87a923](f87a923))

### Features

* 🎸 add card ([b6c3a92](b6c3a92)), closes [#54](#54) [#54](#54)
* 🎸 Added mixins for link and button link ([#72](#72)) ([a8458d2](a8458d2))
* 🎸 Added option for type-less button ([e3d62c3](e3d62c3))
* 🎸 Added story for default value ([424e4da](424e4da))
* 🎸 Added tokens and extended scss generator ([#33](#33)) ([278766d](278766d))
* 🎸 Adds secondary button ([83ed409](83ed409))
* 🎸 Design tokens, mixins and classes for typography ([3ae855f](3ae855f)), closes [#45](#45)
* 🎸 Design tokens, mixins and classes for typography ([f65fb1e](f65fb1e)), closes [#45](#45)
* 🎸 Filled in colors and added typography ([#31](#31)) ([b3bb699](b3bb699))
* 🎸 Ghost button closes [#73](#73) ([d6cc0d9](d6cc0d9))
* 🎸 Theming for Storybooks ([#174](#174)) ([4b25b61](4b25b61))

### BREAKING CHANGES

* 🧨 Everything

* chore: 🤖 Changed ci build/test

* fix: 🐛 Added css to chlorophyll storybook

Also deleted old stories

* chore: 🤖 Chlorophyll build is run before Storybook

* fix: 🐛 Updated vulnerable dependencies

* refactor: 💡 Changed function signature

* feat: 🎸 Added info to inputs

* chore: 🤖 Added resolution for vulnerable dependency `tar`

* chore: 🤖 Made storybook build faster by removing html addon

* ci(github-actions): fix paths and scripts for storybook using nx

* ci(github-actions): fix missing nx command

* docs(chlorophyll): use scss in storybook

* docs(react): use scss in storybook

* docs(angular): use scss in storybook

* style: fix lint errors

* chore(stylelint): update rules

* chore(stylelint): fix lint errors before commit

* ci(github-actions): fix test and lint action

* chore: 🤖 Switched to aliases for lint/test

* fix: 🐛 Changed filename casing in tests
github-actions bot pushed a commit that referenced this pull request Nov 11, 2021
# 1.0.0-beta.1 (2021-11-11)

### Bug Fixes

* 🐛 Added resolution for postcss@^7.0.36 ([#81](#81)) ([7236562](7236562))
* 🐛 Fixed color value for regular red (from yellow) ([#35](#35)) ([c91cbc0](c91cbc0))
* 🐛 Fixed the location of colors ([#32](#32)) ([4eb7555](4eb7555))
* 🐛 improved generator ([#34](#34)) ([2492a10](2492a10))
* 🐛 Moved ' in wrong spot ([#36](#36)) ([5e6e094](5e6e094))
* 🐛 No extra .btn classes och prefixes needed ([#65](#65)) ([bf6b5e8](bf6b5e8))
* 🐛 Pinned fixed dependencies ([#108](#108)) ([6723084](6723084))
* 🐛 Updated immer ([#205](#205)) ([b50334d](b50334d))
* 🐛 Upgraded vulnerable dependency ([91325ed](91325ed))
* **charts:** ⬆️ update @sebgroup/chlorophyll to 1.0.0-alpha.1 [skip ci] ([f2ec717](f2ec717))
* **charts:** ⬆️ update @sebgroup/chlorophyll to 1.0.0-beta.1 [skip ci] ([01d1f47](01d1f47))
* reset css ([#138](#138)) ([8c30997](8c30997)), closes [#137](#137)

### chore

* 🤖 Switched from lerna to nx ([#168](#168)) ([2089720](2089720)), closes [#157](#157) [#163](#163) [#170](#170) [#169](#169)

### Documentation

* ✏️ Added dev time dependencies ro root readme ([df06be7](df06be7))
* ✏️ Added hr ([dd0cf3e](dd0cf3e))
* ✏️ Added link to root ([60666e9](60666e9))
* ✏️ Added link to Storybook in README ([#183](#183)) ([cec4c98](cec4c98))
* ✏️ Change chlorophyll icon ([695ac21](695ac21)), closes [#9](#9)
* ✏️ Changed size of icon ([4f59685](4f59685)), closes [#9](#9)
* ✏️ Changed size of icon ([b31a81b](b31a81b)), closes [#9](#9)
* ✏️ Contributing guide lines ([a536951](a536951))
* ✏️ Product philosophy ([#26](#26)) ([f17aacd](f17aacd))
* ✏️ Started working on the format for chlorophyll's readme ([26f5f6f](26f5f6f))
* chlorophyll readme ([#15](#15)) ([f87a923](f87a923))

### Features

* 🎸 add card ([b6c3a92](b6c3a92)), closes [#54](#54) [#54](#54)
* 🎸 Added mixins for link and button link ([#72](#72)) ([a8458d2](a8458d2))
* 🎸 Added option for type-less button ([e3d62c3](e3d62c3))
* 🎸 Added story for default value ([424e4da](424e4da))
* 🎸 Added tokens and extended scss generator ([#33](#33)) ([278766d](278766d))
* 🎸 Adds secondary button ([83ed409](83ed409))
* 🎸 Design tokens, mixins and classes for typography ([3ae855f](3ae855f)), closes [#45](#45)
* 🎸 Design tokens, mixins and classes for typography ([f65fb1e](f65fb1e)), closes [#45](#45)
* 🎸 Filled in colors and added typography ([#31](#31)) ([b3bb699](b3bb699))
* 🎸 Ghost button closes [#73](#73) ([d6cc0d9](d6cc0d9))
* 🎸 Theming for Storybooks ([#174](#174)) ([4b25b61](4b25b61))

### BREAKING CHANGES

* 🧨 Everything

* chore: 🤖 Changed ci build/test

* fix: 🐛 Added css to chlorophyll storybook

Also deleted old stories

* chore: 🤖 Chlorophyll build is run before Storybook

* fix: 🐛 Updated vulnerable dependencies

* refactor: 💡 Changed function signature

* feat: 🎸 Added info to inputs

* chore: 🤖 Added resolution for vulnerable dependency `tar`

* chore: 🤖 Made storybook build faster by removing html addon

* ci(github-actions): fix paths and scripts for storybook using nx

* ci(github-actions): fix missing nx command

* docs(chlorophyll): use scss in storybook

* docs(react): use scss in storybook

* docs(angular): use scss in storybook

* style: fix lint errors

* chore(stylelint): update rules

* chore(stylelint): fix lint errors before commit

* ci(github-actions): fix test and lint action

* chore: 🤖 Switched to aliases for lint/test

* fix: 🐛 Changed filename casing in tests
@sebopensource
Copy link
Contributor

🎉 This PR is included in version @sebgroup/green-charts@1.0.0-beta.1 🎉

The release is available on:

github-actions bot pushed a commit that referenced this pull request Nov 11, 2021
# 1.0.0-beta.1 (2021-11-11)

### Bug Fixes

* 🐛 Added resolution for postcss@^7.0.36 ([#81](#81)) ([7236562](7236562))
* 🐛 Fixed color value for regular red (from yellow) ([#35](#35)) ([c91cbc0](c91cbc0))
* 🐛 Fixed the location of colors ([#32](#32)) ([4eb7555](4eb7555))
* 🐛 improved generator ([#34](#34)) ([2492a10](2492a10))
* 🐛 Moved ' in wrong spot ([#36](#36)) ([5e6e094](5e6e094))
* 🐛 No extra .btn classes och prefixes needed ([#65](#65)) ([bf6b5e8](bf6b5e8))
* 🐛 Pinned fixed dependencies ([#108](#108)) ([6723084](6723084))
* 🐛 Updated immer ([#205](#205)) ([b50334d](b50334d))
* 🐛 Upgraded vulnerable dependency ([91325ed](91325ed))
* **react:** ⬆️ update @sebgroup/chlorophyll to 1.0.0-alpha.1 [skip ci] ([051578f](051578f))
* **react:** ⬆️ update @sebgroup/chlorophyll to 1.0.0-beta.1 [skip ci] ([f7f844f](f7f844f))
* reset css ([#138](#138)) ([8c30997](8c30997)), closes [#137](#137)

### chore

* 🤖 Switched from lerna to nx ([#168](#168)) ([2089720](2089720)), closes [#157](#157) [#163](#163) [#170](#170) [#169](#169)

### Documentation

* ✏️ Added dev time dependencies ro root readme ([df06be7](df06be7))
* ✏️ Added hr ([dd0cf3e](dd0cf3e))
* ✏️ Added link to root ([60666e9](60666e9))
* ✏️ Added link to Storybook in README ([#183](#183)) ([cec4c98](cec4c98))
* ✏️ Change chlorophyll icon ([695ac21](695ac21)), closes [#9](#9)
* ✏️ Changed size of icon ([4f59685](4f59685)), closes [#9](#9)
* ✏️ Changed size of icon ([b31a81b](b31a81b)), closes [#9](#9)
* ✏️ Contributing guide lines ([a536951](a536951))
* ✏️ Product philosophy ([#26](#26)) ([f17aacd](f17aacd))
* ✏️ Started working on the format for chlorophyll's readme ([26f5f6f](26f5f6f))
* chlorophyll readme ([#15](#15)) ([f87a923](f87a923))

### Features

* 🎸 add card ([b6c3a92](b6c3a92)), closes [#54](#54) [#54](#54)
* 🎸 Added mixins for link and button link ([#72](#72)) ([a8458d2](a8458d2))
* 🎸 Added option for type-less button ([e3d62c3](e3d62c3))
* 🎸 Added story for default value ([424e4da](424e4da))
* 🎸 Added tokens and extended scss generator ([#33](#33)) ([278766d](278766d))
* 🎸 Adds secondary button ([83ed409](83ed409))
* 🎸 Design tokens, mixins and classes for typography ([3ae855f](3ae855f)), closes [#45](#45)
* 🎸 Design tokens, mixins and classes for typography ([f65fb1e](f65fb1e)), closes [#45](#45)
* 🎸 Filled in colors and added typography ([#31](#31)) ([b3bb699](b3bb699))
* 🎸 Ghost button closes [#73](#73) ([d6cc0d9](d6cc0d9))
* 🎸 Theming for Storybooks ([#174](#174)) ([4b25b61](4b25b61))

### BREAKING CHANGES

* 🧨 Everything

* chore: 🤖 Changed ci build/test

* fix: 🐛 Added css to chlorophyll storybook

Also deleted old stories

* chore: 🤖 Chlorophyll build is run before Storybook

* fix: 🐛 Updated vulnerable dependencies

* refactor: 💡 Changed function signature

* feat: 🎸 Added info to inputs

* chore: 🤖 Added resolution for vulnerable dependency `tar`

* chore: 🤖 Made storybook build faster by removing html addon

* ci(github-actions): fix paths and scripts for storybook using nx

* ci(github-actions): fix missing nx command

* docs(chlorophyll): use scss in storybook

* docs(react): use scss in storybook

* docs(angular): use scss in storybook

* style: fix lint errors

* chore(stylelint): update rules

* chore(stylelint): fix lint errors before commit

* ci(github-actions): fix test and lint action

* chore: 🤖 Switched to aliases for lint/test

* fix: 🐛 Changed filename casing in tests
@sebopensource
Copy link
Contributor

🎉 This PR is included in version @sebgroup/green-react@1.0.0-beta.1 🎉

The release is available on:

github-actions bot pushed a commit that referenced this pull request Nov 11, 2021
# 1.0.0-beta.1 (2021-11-11)

### Bug Fixes

* 🐛 Added resolution for postcss@^7.0.36 ([#81](#81)) ([7236562](7236562))
* 🐛 Fixed color value for regular red (from yellow) ([#35](#35)) ([c91cbc0](c91cbc0))
* 🐛 Fixed the location of colors ([#32](#32)) ([4eb7555](4eb7555))
* 🐛 improved generator ([#34](#34)) ([2492a10](2492a10))
* 🐛 Moved ' in wrong spot ([#36](#36)) ([5e6e094](5e6e094))
* 🐛 No extra .btn classes och prefixes needed ([#65](#65)) ([bf6b5e8](bf6b5e8))
* 🐛 Pinned fixed dependencies ([#108](#108)) ([6723084](6723084))
* 🐛 Updated immer ([#205](#205)) ([b50334d](b50334d))
* 🐛 Upgraded vulnerable dependency ([91325ed](91325ed))
* **react-charts:** ⬆️ update @sebgroup/chlorophyll to 1.0.0-alpha.1 [skip ci] ([32d58ce](32d58ce))
* **react-charts:** ⬆️ update @sebgroup/chlorophyll to 1.0.0-beta.1 [skip ci] ([2b80fd7](2b80fd7))
* **react-charts:** ⬆️ update @sebgroup/green-charts to 1.0.0-beta.1 [skip ci] ([666ff34](666ff34))
* reset css ([#138](#138)) ([8c30997](8c30997)), closes [#137](#137)

### chore

* 🤖 Switched from lerna to nx ([#168](#168)) ([2089720](2089720)), closes [#157](#157) [#163](#163) [#170](#170) [#169](#169)

### Documentation

* ✏️ Added dev time dependencies ro root readme ([df06be7](df06be7))
* ✏️ Added hr ([dd0cf3e](dd0cf3e))
* ✏️ Added link to root ([60666e9](60666e9))
* ✏️ Added link to Storybook in README ([#183](#183)) ([cec4c98](cec4c98))
* ✏️ Change chlorophyll icon ([695ac21](695ac21)), closes [#9](#9)
* ✏️ Changed size of icon ([4f59685](4f59685)), closes [#9](#9)
* ✏️ Changed size of icon ([b31a81b](b31a81b)), closes [#9](#9)
* ✏️ Contributing guide lines ([a536951](a536951))
* ✏️ Product philosophy ([#26](#26)) ([f17aacd](f17aacd))
* ✏️ Started working on the format for chlorophyll's readme ([26f5f6f](26f5f6f))
* chlorophyll readme ([#15](#15)) ([f87a923](f87a923))

### Features

* 🎸 add card ([b6c3a92](b6c3a92)), closes [#54](#54) [#54](#54)
* 🎸 Added mixins for link and button link ([#72](#72)) ([a8458d2](a8458d2))
* 🎸 Added option for type-less button ([e3d62c3](e3d62c3))
* 🎸 Added story for default value ([424e4da](424e4da))
* 🎸 Added tokens and extended scss generator ([#33](#33)) ([278766d](278766d))
* 🎸 Adds secondary button ([83ed409](83ed409))
* 🎸 Design tokens, mixins and classes for typography ([3ae855f](3ae855f)), closes [#45](#45)
* 🎸 Design tokens, mixins and classes for typography ([f65fb1e](f65fb1e)), closes [#45](#45)
* 🎸 Filled in colors and added typography ([#31](#31)) ([b3bb699](b3bb699))
* 🎸 Ghost button closes [#73](#73) ([d6cc0d9](d6cc0d9))
* 🎸 Theming for Storybooks ([#174](#174)) ([4b25b61](4b25b61))

### BREAKING CHANGES

* 🧨 Everything

* chore: 🤖 Changed ci build/test

* fix: 🐛 Added css to chlorophyll storybook

Also deleted old stories

* chore: 🤖 Chlorophyll build is run before Storybook

* fix: 🐛 Updated vulnerable dependencies

* refactor: 💡 Changed function signature

* feat: 🎸 Added info to inputs

* chore: 🤖 Added resolution for vulnerable dependency `tar`

* chore: 🤖 Made storybook build faster by removing html addon

* ci(github-actions): fix paths and scripts for storybook using nx

* ci(github-actions): fix missing nx command

* docs(chlorophyll): use scss in storybook

* docs(react): use scss in storybook

* docs(angular): use scss in storybook

* style: fix lint errors

* chore(stylelint): update rules

* chore(stylelint): fix lint errors before commit

* ci(github-actions): fix test and lint action

* chore: 🤖 Switched to aliases for lint/test

* fix: 🐛 Changed filename casing in tests
@sebopensource
Copy link
Contributor

🎉 This PR is included in version @sebgroup/green-react-charts@1.0.0-beta.1 🎉

The release is available on:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants