From 514fb890c145ff5c9b6bdce95ca95e0014272791 Mon Sep 17 00:00:00 2001 From: woylie <13847569+woylie@users.noreply.github.com> Date: Sun, 28 Jul 2024 20:10:39 +0900 Subject: [PATCH] bump version --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43d5fbb..645d06a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ ## Unreleased +## [0.8.2] - 2024-07-28 + +### Fixed + +- Ensure storybook module and components module are loaded before checking + whether module exports function. +- Fix menu stories not compiling under certain circumstances. + ## [0.8.1] - 2024-07-28 ### Fixed diff --git a/README.md b/README.md index a97f1af..e76aff2 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The package can be installed by adding `doggo` to your list of dependencies in ```elixir def deps do [ - {:doggo, "~> 0.8.1"} + {:doggo, "~> 0.8.2"} ] end ``` diff --git a/mix.exs b/mix.exs index 56abcfe..902af9f 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Doggo.MixProject do use Mix.Project @source_url "https://github.com/woylie/doggo" - @version "0.8.1" + @version "0.8.2" def project do [