Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed Jul 27, 2024
1 parent 9280b20 commit 93a870e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
## Unreleased

## [[v1.0.0]](https://github.com/torchbox/storybook-django/releases/tag/v1.0.0) (2024-07-27)

### Added

- Pattern library API requests done with the `fetch` API now [include credentials](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch#including_credentials) for same-origin requests. Thank you to [@jkevingutierrez](https://github.com/jkevingutierrez) ([#12](https://github.com/torchbox/storybook-django/pull/12)).

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

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.5.1",
"version": "1.0.0",
"description": "Implement, document, and test UI components in isolation from your Django views",
"author": "Torchbox",
"license": "MIT",
Expand Down

0 comments on commit 93a870e

Please sign in to comment.