Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2023-04-19)

### Bug Fixes

* add concurrently ([ea9d872](ea9d872))
* add files path ([3d348b7](3d348b7))
* add more tests to check coverage increase ([f839928](f839928))
* add semantic-release script ([cab6b73](cab6b73))
* add token permissions ([#17](#17)) ([e977b07](e977b07))
* add util tests ([915390c](915390c))
* add view tests ([16778f2](16778f2))
* attempt to fix semantic release ([5dbe489](5dbe489))
* block search ([f4f971b](f4f971b))
* blocks overflow ([86f0c06](86f0c06))
* bug fixes, clean up and documentation ([e1dfa49](e1dfa49))
* build to index.js ([6a2757d](6a2757d))
* catch plugin errors ([127393b](127393b))
* cleanup README ([abf9df8](abf9df8))
* cleanup tests ([ed6b3d0](ed6b3d0))
* dev path ([ee351ec](ee351ec))
* don't bundle from HTML ([c4d11f4](c4d11f4))
* don't pass appStore ([f7cdfc1](f7cdfc1))
* generate lcov ([66e5e8e](66e5e8e))
* include source maps ([bc56ca8](bc56ca8))
* increase coverage ([e18db74](e18db74))
* link and format command ([8982d71](8982d71))
* linting ([abc51eb](abc51eb))
* load from `tools/sidekick` ([7457730](7457730))
* more readme updates ([6fa4410](6fa4410))
* more tests, remove storybook ([b4e54fa](b4e54fa))
* organize and export plugin events ([751eab9](751eab9))
* parse url params into config ([7517f76](7517f76))
* pathing issues ([6d1a301](6d1a301))
* readme update ([8115df9](8115df9))
* readme update ([cdbc4b4](cdbc4b4))
* readme update ([8fe7b85](8fe7b85))
* remove preview demo ([9ff614a](9ff614a))
* rename and cleanup ([92b2c7c](92b2c7c))
* reset header title on plugin unload ([18d5ab7](18d5ab7))
* run in storybook-static directory ([18bbab2](18bbab2))
* send to codecov after storybook tests ([a66856b](a66856b))
* support url config ([bbde8e7](bbde8e7))
* suppress frame ([e6ac001](e6ac001))
* tests after content update ([fa06a1c](fa06a1c))
* update demo link in README ([d95fa9e](d95fa9e))
* update host ([a41dd12](a41dd12))
* update node version ([37dac3f](37dac3f))
* update package.json ([780a4af](780a4af))
* update readme ([bce479c](bce479c))
* update semantic release node version ([8632764](8632764))
* updates tests after fixing search ([384c2ac](384c2ac))
* use base instead of library ([3f16c82](3f16c82))
* use test content ([cefb04f](cefb04f))

### Features

* add semantic release ([da267a6](da267a6))
* add storybook tests and ci workflow ([ce0e894](ce0e894))
* run ci tests ([99dfc4b](99dfc4b))
* support custom table colors ([371025d](371025d))
  • Loading branch information
semantic-release-bot committed Apr 19, 2023
1 parent e977b07 commit 6700838
Showing 1 changed file with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# 1.0.0 (2023-04-19)


### Bug Fixes

* add concurrently ([ea9d872](https://github.com/dylandepass/franklin-sidekick-library/commit/ea9d87201cd3d02bb92ef0f83aa61227a6655d20))
* add files path ([3d348b7](https://github.com/dylandepass/franklin-sidekick-library/commit/3d348b7572fd47c7cd50cdc31f671ad074be0c71))
* add more tests to check coverage increase ([f839928](https://github.com/dylandepass/franklin-sidekick-library/commit/f83992868cdfea1a8377755a6cea573c26d43b5f))
* add semantic-release script ([cab6b73](https://github.com/dylandepass/franklin-sidekick-library/commit/cab6b733b4ede0e6176a1f40ad08957a4e6a54ca))
* add token permissions ([#17](https://github.com/dylandepass/franklin-sidekick-library/issues/17)) ([e977b07](https://github.com/dylandepass/franklin-sidekick-library/commit/e977b07e2d603824dd999fa033dad02c6e38d3f1))
* add util tests ([915390c](https://github.com/dylandepass/franklin-sidekick-library/commit/915390cbd12686cce4abbbd96007208634f1142e))
* add view tests ([16778f2](https://github.com/dylandepass/franklin-sidekick-library/commit/16778f2f4f4771ad13c2850504d3e189c8aee1e8))
* attempt to fix semantic release ([5dbe489](https://github.com/dylandepass/franklin-sidekick-library/commit/5dbe489d7a88172ba4bc9c3d0c641ba59829dead))
* block search ([f4f971b](https://github.com/dylandepass/franklin-sidekick-library/commit/f4f971b736762d2ab81aceadcc3069edb5d09852))
* blocks overflow ([86f0c06](https://github.com/dylandepass/franklin-sidekick-library/commit/86f0c06a2dbcefa003bcb78f668ef3be0e10a447))
* bug fixes, clean up and documentation ([e1dfa49](https://github.com/dylandepass/franklin-sidekick-library/commit/e1dfa493cc769b3d57ec0396c0c47054e75da6fd))
* build to index.js ([6a2757d](https://github.com/dylandepass/franklin-sidekick-library/commit/6a2757de6ff6831f1b74b12bf6dd33775ca76ec2))
* catch plugin errors ([127393b](https://github.com/dylandepass/franklin-sidekick-library/commit/127393bda714908131bc62e5795996f2576c1072))
* cleanup README ([abf9df8](https://github.com/dylandepass/franklin-sidekick-library/commit/abf9df87636cb4235c87343673bf325483da00c1))
* cleanup tests ([ed6b3d0](https://github.com/dylandepass/franklin-sidekick-library/commit/ed6b3d05614c6399452b58d9bd7bf8f4096a32d0))
* dev path ([ee351ec](https://github.com/dylandepass/franklin-sidekick-library/commit/ee351ec5faa42a7b8e707be959c30f0263dd377e))
* don't bundle from HTML ([c4d11f4](https://github.com/dylandepass/franklin-sidekick-library/commit/c4d11f42313b96402c7f8ad6d7a4f557525c218b))
* don't pass appStore ([f7cdfc1](https://github.com/dylandepass/franklin-sidekick-library/commit/f7cdfc1cab7861dadf9bd09fe2e67d3ac85b21e6))
* generate lcov ([66e5e8e](https://github.com/dylandepass/franklin-sidekick-library/commit/66e5e8e9e15e47343867734750ddff5731807270))
* include source maps ([bc56ca8](https://github.com/dylandepass/franklin-sidekick-library/commit/bc56ca8b7cb6186f095cf6904d065297bc248cb0))
* increase coverage ([e18db74](https://github.com/dylandepass/franklin-sidekick-library/commit/e18db748d4d871ec7d71fea4773c2fde8b312e92))
* link and format command ([8982d71](https://github.com/dylandepass/franklin-sidekick-library/commit/8982d71b4d2425291ea1a35018b9c42184ea650e))
* linting ([abc51eb](https://github.com/dylandepass/franklin-sidekick-library/commit/abc51eb9ec60eb6cff5ba24b3783a43b187db1ae))
* load from `tools/sidekick` ([7457730](https://github.com/dylandepass/franklin-sidekick-library/commit/745773076d1c78af6db557c2cf6703df32ac3cd4))
* more readme updates ([6fa4410](https://github.com/dylandepass/franklin-sidekick-library/commit/6fa4410504dec643fb5f4b57978ac1808a08d3a3))
* more tests, remove storybook ([b4e54fa](https://github.com/dylandepass/franklin-sidekick-library/commit/b4e54fa0f5495b9e5715ddd7c242afbce7f93cfe))
* organize and export plugin events ([751eab9](https://github.com/dylandepass/franklin-sidekick-library/commit/751eab90a60b889c446e64b246f7301ce89b1363))
* parse url params into config ([7517f76](https://github.com/dylandepass/franklin-sidekick-library/commit/7517f76b609460232293b78d4ce812abcdbebbbc))
* pathing issues ([6d1a301](https://github.com/dylandepass/franklin-sidekick-library/commit/6d1a30142c2b0d0c83a865d87ccc5bff20e65c79))
* readme update ([8115df9](https://github.com/dylandepass/franklin-sidekick-library/commit/8115df91432fbda13446125c0c88ac65dbcfb79f))
* readme update ([cdbc4b4](https://github.com/dylandepass/franklin-sidekick-library/commit/cdbc4b477901c66f9094fc629ea8f36147133a39))
* readme update ([8fe7b85](https://github.com/dylandepass/franklin-sidekick-library/commit/8fe7b85faeb878c252058b593b649eba39291009))
* remove preview demo ([9ff614a](https://github.com/dylandepass/franklin-sidekick-library/commit/9ff614aa2da79ae7dda977ae8ba7a35b6a67dfa7))
* rename and cleanup ([92b2c7c](https://github.com/dylandepass/franklin-sidekick-library/commit/92b2c7c847dc3e7bbbb4e3432b7400700a183da7))
* reset header title on plugin unload ([18d5ab7](https://github.com/dylandepass/franklin-sidekick-library/commit/18d5ab73b3e6a07b54398c260422d3583237a518))
* run in storybook-static directory ([18bbab2](https://github.com/dylandepass/franklin-sidekick-library/commit/18bbab28774c375d1ab8b6d6f6f8c033c6ac5879))
* send to codecov after storybook tests ([a66856b](https://github.com/dylandepass/franklin-sidekick-library/commit/a66856b5dce7c144f583ca1e9526ec357fb22146))
* support url config ([bbde8e7](https://github.com/dylandepass/franklin-sidekick-library/commit/bbde8e776e9a75e22b9217b24bddf16d11ca67d1))
* suppress frame ([e6ac001](https://github.com/dylandepass/franklin-sidekick-library/commit/e6ac00176b20ac30e408012df77cef37cc5d199e))
* tests after content update ([fa06a1c](https://github.com/dylandepass/franklin-sidekick-library/commit/fa06a1cbab290a35172ae90526443b571852262b))
* update demo link in README ([d95fa9e](https://github.com/dylandepass/franklin-sidekick-library/commit/d95fa9efe75da236adfb9e8784ddd744126fd024))
* update host ([a41dd12](https://github.com/dylandepass/franklin-sidekick-library/commit/a41dd12f0eba68270113e1f3e72d1a204b7188fd))
* update node version ([37dac3f](https://github.com/dylandepass/franklin-sidekick-library/commit/37dac3f15441543b99914a026e2e106d597de990))
* update package.json ([780a4af](https://github.com/dylandepass/franklin-sidekick-library/commit/780a4afc2aa21199e8b2a0e497c698c51951264c))
* update readme ([bce479c](https://github.com/dylandepass/franklin-sidekick-library/commit/bce479cb443bfa9161c8a79a09c696e6df3aa11f))
* update semantic release node version ([8632764](https://github.com/dylandepass/franklin-sidekick-library/commit/8632764fa73374c5a9e91077f50a1b238399d8e1))
* updates tests after fixing search ([384c2ac](https://github.com/dylandepass/franklin-sidekick-library/commit/384c2ac8075f416d02257c0af3539490c87bc00b))
* use base instead of library ([3f16c82](https://github.com/dylandepass/franklin-sidekick-library/commit/3f16c826ab1149963f1daaf8e41b8657069e281e))
* use test content ([cefb04f](https://github.com/dylandepass/franklin-sidekick-library/commit/cefb04f09618cb3793e9801578bac9e59841a868))


### Features

* add semantic release ([da267a6](https://github.com/dylandepass/franklin-sidekick-library/commit/da267a6da102b426c444fd2ef684ae864da7199a))
* add storybook tests and ci workflow ([ce0e894](https://github.com/dylandepass/franklin-sidekick-library/commit/ce0e8948fd08591cb5880d3b8cbc24b6635f31d0))
* run ci tests ([99dfc4b](https://github.com/dylandepass/franklin-sidekick-library/commit/99dfc4b0fe76aaa15fca7955a4a5528443ed43e7))
* support custom table colors ([371025d](https://github.com/dylandepass/franklin-sidekick-library/commit/371025df55fa78d796a9fcf3ade8f31bd01a047e))

0 comments on commit 6700838

Please sign in to comment.