From 93a870ef068b420c7a432aba21c31f2fb8643528 Mon Sep 17 00:00:00 2001 From: Thibaud Colas Date: Sat, 27 Jul 2024 09:47:29 +0100 Subject: [PATCH] Release v1.0.0 --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce3b3e5..55648df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 374aece..8b9d062 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "storybook-django", - "version": "0.5.1", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "storybook-django", - "version": "0.5.1", + "version": "1.0.0", "license": "MIT", "dependencies": { "http-proxy-middleware": "^2.0.0" diff --git a/package.json b/package.json index 6735c86..9b4adfb 100644 --- a/package.json +++ b/package.json @@ -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",