Skip to content

Commit

Permalink
chore(release): 📦 @sebgroup/[email protected] [skip ci]
Browse files Browse the repository at this point in the history
# 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
  • Loading branch information
semantic-release-bot committed Sep 7, 2021
1 parent 8ed6af2 commit e73c864
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 2 deletions.
98 changes: 98 additions & 0 deletions libs/chlorophyll/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
# 1.0.0-alpha.1 (2021-09-07)


### Bug Fixes

* 🐛 Added resolution for postcss@^7.0.36 ([#81](https://github.com/sebgroup/green/issues/81)) ([7236562](https://github.com/sebgroup/green/commit/7236562b3be6cf08a47e648979bc0b263a85fef4))
* 🐛 Fixed color value for regular red (from yellow) ([#35](https://github.com/sebgroup/green/issues/35)) ([c91cbc0](https://github.com/sebgroup/green/commit/c91cbc0b7a960eb93e0236d1151846de76ced81a))
* 🐛 Fixed the location of colors ([#32](https://github.com/sebgroup/green/issues/32)) ([4eb7555](https://github.com/sebgroup/green/commit/4eb7555b122330dd2299b2a3765c0257acb7d19f))
* 🐛 improved generator ([#34](https://github.com/sebgroup/green/issues/34)) ([2492a10](https://github.com/sebgroup/green/commit/2492a10e2f60f2b9c74f9c01537d24f9ca2d2e4e))
* 🐛 Moved ' in wrong spot ([#36](https://github.com/sebgroup/green/issues/36)) ([5e6e094](https://github.com/sebgroup/green/commit/5e6e094344f28729f2ade62a48acd913f2ecbfec))
* 🐛 No extra .btn classes och prefixes needed ([#65](https://github.com/sebgroup/green/issues/65)) ([bf6b5e8](https://github.com/sebgroup/green/commit/bf6b5e8943dcd625004ab6bf19333c10259df51c))
* 🐛 Pinned fixed dependencies ([#108](https://github.com/sebgroup/green/issues/108)) ([6723084](https://github.com/sebgroup/green/commit/67230845750338ddef0ba3d7403e5d33be3ed36b))
* 🐛 Upgraded vulnerable dependency ([91325ed](https://github.com/sebgroup/green/commit/91325eda34b379e1951b9fda6eb8c0943e71cfc8))
* reset css ([#138](https://github.com/sebgroup/green/issues/138)) ([8c30997](https://github.com/sebgroup/green/commit/8c309976c434ca1aac84db721a992dae70f78be7)), closes [#137](https://github.com/sebgroup/green/issues/137)


### chore

* 🤖 Switched from lerna to nx ([#168](https://github.com/sebgroup/green/issues/168)) ([2089720](https://github.com/sebgroup/green/commit/208972067e47aea9eaa57e03de6d5acea265a7c2)), closes [#157](https://github.com/sebgroup/green/issues/157) [#163](https://github.com/sebgroup/green/issues/163) [#170](https://github.com/sebgroup/green/issues/170) [#169](https://github.com/sebgroup/green/issues/169)


### Documentation

* ✏️ Added dev time dependencies ro root readme ([df06be7](https://github.com/sebgroup/green/commit/df06be7f072242815af31bacf85e8b10b4720060))
* ✏️ Added hr ([dd0cf3e](https://github.com/sebgroup/green/commit/dd0cf3e6d09482562fab40d06ab6dde0cd03f4e6))
* ✏️ Added link to root ([60666e9](https://github.com/sebgroup/green/commit/60666e9a55125fea5dfc9d8f34c58c89b17227cf))
* ✏️ Added link to Storybook in README ([#183](https://github.com/sebgroup/green/issues/183)) ([cec4c98](https://github.com/sebgroup/green/commit/cec4c984c3578e182e9820ebf82523a9f5bffb97))
* ✏️ Change chlorophyll icon ([695ac21](https://github.com/sebgroup/green/commit/695ac21a2731162f319c1ee298dbb200de34bea7)), closes [#9](https://github.com/sebgroup/green/issues/9)
* ✏️ Changed size of icon ([4f59685](https://github.com/sebgroup/green/commit/4f5968541317a1a744c4cab47f3d706fc008a848)), closes [#9](https://github.com/sebgroup/green/issues/9)
* ✏️ Changed size of icon ([b31a81b](https://github.com/sebgroup/green/commit/b31a81bcf8d7a2d9dd3be555264cef85cea1bc0b)), closes [#9](https://github.com/sebgroup/green/issues/9)
* ✏️ Contributing guide lines ([a536951](https://github.com/sebgroup/green/commit/a53695197eab0ccaa59ed0d4bdd71856c33c81d3))
* ✏️ Product philosophy ([#26](https://github.com/sebgroup/green/issues/26)) ([f17aacd](https://github.com/sebgroup/green/commit/f17aacd52d3c6b0533b10ae6acdcfd083d8decd3))
* ✏️ Started working on the format for chlorophyll's readme ([26f5f6f](https://github.com/sebgroup/green/commit/26f5f6ff584b7173ead18ffd74508cca1ab75330))
* chlorophyll readme ([#15](https://github.com/sebgroup/green/issues/15)) ([f87a923](https://github.com/sebgroup/green/commit/f87a92331f668e4c993cced00fbdfbbe592c7688))
* update stories ([64e9689](https://github.com/sebgroup/green/commit/64e9689820830932c31097dc8df710ad93a89a2c))


### Features

* 🎸 add card ([b6c3a92](https://github.com/sebgroup/green/commit/b6c3a92a4a2169499cfc68fad023a8c8d88d7c99)), closes [#54](https://github.com/sebgroup/green/issues/54) [#54](https://github.com/sebgroup/green/issues/54)
* 🎸 Added mixins for link and button link ([#72](https://github.com/sebgroup/green/issues/72)) ([a8458d2](https://github.com/sebgroup/green/commit/a8458d2b8bb323cf55e6ad581c68d345e036bd7c))
* 🎸 Added option for type-less button ([e3d62c3](https://github.com/sebgroup/green/commit/e3d62c35ef9a909119d90979f724e06eac32ce84))
* 🎸 Added story for default value ([424e4da](https://github.com/sebgroup/green/commit/424e4da87a2cd7321b44fea8c4c134da53c9aabe))
* 🎸 Added tokens and extended scss generator ([#33](https://github.com/sebgroup/green/issues/33)) ([278766d](https://github.com/sebgroup/green/commit/278766daf87e943f1b62ef356df3fe57fd5e9760))
* 🎸 Adds secondary button ([83ed409](https://github.com/sebgroup/green/commit/83ed409632ed87e2fed1637e083cfcc93bb9f4fb))
* 🎸 Design tokens, mixins and classes for typography ([3ae855f](https://github.com/sebgroup/green/commit/3ae855f98e9943e17acb1bab9ee74b895c21b4f6)), closes [#45](https://github.com/sebgroup/green/issues/45)
* 🎸 Design tokens, mixins and classes for typography ([f65fb1e](https://github.com/sebgroup/green/commit/f65fb1ee3b91e074d792842a44e81ba1be0b201b)), closes [#45](https://github.com/sebgroup/green/issues/45)
* 🎸 Filled in colors and added typography ([#31](https://github.com/sebgroup/green/issues/31)) ([b3bb699](https://github.com/sebgroup/green/commit/b3bb699e70088d98b45e38e05c4375c1b22f35ac))
* 🎸 Ghost button closes [#73](https://github.com/sebgroup/green/issues/73) ([d6cc0d9](https://github.com/sebgroup/green/commit/d6cc0d9627464c95d4101f6fddf1283dc5c98be7))
* 🎸 Theming for Storybooks ([#174](https://github.com/sebgroup/green/issues/174)) ([4b25b61](https://github.com/sebgroup/green/commit/4b25b613d96d667fa269d4ca4199a015d7ea57c6))
* add bootstrap utilities as token ([626ec5c](https://github.com/sebgroup/green/commit/626ec5c27b83559e274171188fc79574802bcd5e))
* add css grid ([811da96](https://github.com/sebgroup/green/commit/811da96e4700c8dd9bad05b7174b92aad399ae56))
* add utilities from bootstrap ([9e0c166](https://github.com/sebgroup/green/commit/9e0c1668bbf40ba73dda3cc93f16d0d1545a0ec4)), closes [#189](https://github.com/sebgroup/green/issues/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
4 changes: 2 additions & 2 deletions libs/chlorophyll/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sebgroup/chlorophyll",
"version": "0.0.0-semantically-released",
"version": "1.0.0-alpha.1",
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit e73c864

Please sign in to comment.