Skip to content

Commit

Permalink
chore: releasae 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
literalpie committed Dec 9, 2023
1 parent 67c1ed3 commit 156dfb9
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 1 deletion.
Empty file added .yarn/versions/3f70c23f.yml
Empty file.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# 0.2.5

* Fix issue that caused useVisibleTask$ to not run

# 0.2.4

* Fix compatibility with qwik 1.2

# 0.2.3

* Fix issue publishing to Chromatic and move @storybook/types to devDepencencies

# 0.2.2

* Fix something related to resolving builder and renderer in monorepos

# 0.2.1

* Fix issue that caused docs not to work in production

# 0.2.0

* Update templates to match other Storybook frameworks
* Fix issue in production builds
* Add autodocs generator

# Older versions

Look at the commit history if you really care.
6 changes: 6 additions & 0 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
To release, I run:
```
GITHUB_TOKEN=[REDACTED] NPM_TOKEN=[REDACTED] yarn workspace storybook-framework-qwik semantic-release --no-ci
```

and manually update CHANGELOG.md
2 changes: 1 addition & 1 deletion packages/storybook-framework-qwik/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storybook-framework-qwik",
"version": "0.2.4",
"version": "0.2.5",
"description": "Storybook for Qwik: View Qwik components in isolation.",
"keywords": [
"storybook",
Expand Down
Binary file added packages/storybook-framework-qwik/package.tgz
Binary file not shown.

0 comments on commit 156dfb9

Please sign in to comment.