From 19f4d9a9ae5272dbfad76752497a9d887e367fca Mon Sep 17 00:00:00 2001 From: Marco Link Date: Thu, 15 Feb 2024 19:43:22 +0000 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..21ad8bf --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,38 @@ +# v0.0.17 (Thu Feb 15 2024) + +#### ⚠️ Pushed to `main` + +- chore: switch to GH action token ([@marcolink](https://github.com/marcolink)) +- chore: Update action version ([@marcolink](https://github.com/marcolink)) +- chore: update GH action env vars ([@marcolink](https://github.com/marcolink)) +- chore: fix GH action env vars ([@marcolink](https://github.com/marcolink)) +- Update static.yml ([@marcolink](https://github.com/marcolink)) +- Create storybook to github pages action ([@marcolink](https://github.com/marcolink)) +- chore: readme cleanup ([@marcolink](https://github.com/marcolink)) +- chore add example links ([@marcolink](https://github.com/marcolink)) +- chore: add screenrecording gif ([@marcolink](https://github.com/marcolink)) +- chore: update readme with mutator behaviour ([@marcolink](https://github.com/marcolink)) +- chore: add content preview instructions to readme ([@marcolink](https://github.com/marcolink)) +- chore: update readme ([@marcolink](https://github.com/marcolink)) +- trigger release ([@marcolink](https://github.com/marcolink)) +- chore: fix pacakge.json ([@marcolink](https://github.com/marcolink)) +- chore: fix token name ([@marcolink](https://github.com/marcolink)) +- chore: fix npm registry ([@marcolink](https://github.com/marcolink)) +- chore: use canary ([@marcolink](https://github.com/marcolink)) +- feat: add icons to debug component ([@marcolink](https://github.com/marcolink)) +- feat:mutator decorator ([@marcolink](https://github.com/marcolink)) +- feat: with fields decorator ([@marcolink](https://github.com/marcolink)) +- feat: add panel with live preview url ([@marcolink](https://github.com/marcolink)) +- fix: parameter merging ([@marcolink](https://github.com/marcolink)) +- feat: advanced debug view ([@marcolink](https://github.com/marcolink)) +- chore update release action ([@marcolink](https://github.com/marcolink)) +- feat: debug component shows nesting ([@marcolink](https://github.com/marcolink)) +- feat: preview working ([@marcolink](https://github.com/marcolink)) +- feat: add debug component ([@marcolink](https://github.com/marcolink)) +- feat: init with contentful preview ([@marcolink](https://github.com/marcolink)) +- project setup ([@marcolink](https://github.com/marcolink)) +- Initial commit ([@marcolink](https://github.com/marcolink)) + +#### Authors: 1 + +- Marco Link ([@marcolink](https://github.com/marcolink))