From 71d68a7ff93605c0a0321b084edb3fb4f2ce6304 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 13:00:56 -0500 Subject: [PATCH] chore(main): release 0.0.37-next (#88) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45fb83b0..33d58000 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.37-next](https://github.com/N00nDay/stwui/compare/v0.0.36-next...v0.0.37-next) (2023-03-06) + + +### Bug Fixes + +* Persist theme and main links now use href ([#86](https://github.com/N00nDay/stwui/issues/86)) ([2f88b91](https://github.com/N00nDay/stwui/commit/2f88b919e3dd02f4f59c0dd6ac8ffcbcbe968d08)) + ## [0.0.36-next](https://github.com/N00nDay/stwui/compare/v0.0.35-next...v0.0.36-next) (2023-02-11) diff --git a/package-lock.json b/package-lock.json index f194efdc..f9fa40cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "stwui", - "version": "0.0.36-next", + "version": "0.0.37-next", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 58ab23aa..bb8fbe57 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "stwui" ], "license": "MIT", - "version": "0.0.36-next", + "version": "0.0.37-next", "repository": { "type": "git", "url": "https://github.com/N00nDay/stwui"