From 40d4f1ff6a39be77e3ae35f269f7ddcce00dbf11 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 29 Dec 2022 12:53:04 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # @nandu/dashboard 1.0.0 (2022-12-29) ### Bug Fixes * **dashboard:** add dist files to package ([db7f79d](https://github.com/taskforcesh/nandu/commit/db7f79d1f19460a665d6cdf710578d97ca9b3d0a)) * **dashboard:** use correct case for importing components ([63dc7a5](https://github.com/taskforcesh/nandu/commit/63dc7a5b89b1345c9d1b74d1c690122e46307e56)) * downgrade to node 14 as ci fails otherwise ([8f44e51](https://github.com/taskforcesh/nandu/commit/8f44e516546daab1bb7dea63203486715b82cc9e)) * handle data fetch errors correctly ([082484e](https://github.com/taskforcesh/nandu/commit/082484ed3ccda9eeee1f690cdb4fea575f5c1377)) ### Features * add password reset support ([a55dc68](https://github.com/taskforcesh/nandu/commit/a55dc684b23dac431fb891f2e86c7da90c1aecdb)) * initial version dashboard ([#9](https://github.com/taskforcesh/nandu/issues/9)) ([eb5df81](https://github.com/taskforcesh/nandu/commit/eb5df814d808807ef45b133467e9aaf95441215a)) --- packages/dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index f31de9b..21c19c3 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@nandu/dashboard", - "version": "1.0.3", + "version": "1.0.0", "description": "Dashboard for Nandu Open NPM Registry", "engines": { "node": ">=14"