Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed Apr 5, 2022
1 parent dbc9ab6 commit 3f11b7b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,26 @@
## Unreleased

## [[v0.4.1]](https://github.com/torchbox/storybook-django/releases/tag/v0.4.1) (2022-04-05)

### Fixed

- Use Node [exports](https://nodejs.org/api/packages.html#subpath-exports) to export correct paths in published package.

## [[v0.4.0]](https://github.com/torchbox/storybook-django/releases/tag/v0.4.0) (2022-04-05)

### Added

- Documentation for project setup and usage.
- Documentation for project basic setup and usage, and optional Webpack integrations.
- Documentation for advanced usage: TypeScript, Storyshots.
- Add new optional React API as `storybook-django/react` module.
- Document expected usage with Vue (WIP).
- Add experimental documentation generation capabilities.

### Fixed

- Fix API client forcing tags to explicit null

## [[v0.3.0]](https://github.com/torchbox/storybook-django/releases/tag/v0.3.0) (2022-02-16)

### Changed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storybook-django",
"version": "0.3.0",
"version": "0.4.0",
"description": "Implement, document, and test UI components in isolation from your Django views",
"author": "Torchbox",
"license": "MIT",
Expand Down

0 comments on commit 3f11b7b

Please sign in to comment.