From 1f994713273e3abf106352d8a0108dc04d04cfa0 Mon Sep 17 00:00:00 2001 From: fuzoh Date: Sat, 20 Jan 2024 15:11:56 +0100 Subject: [PATCH] chore(release): v1.0.0-rc.2 --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c069484..7171dd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,35 @@ # Changelog +## v1.0.0-rc.2 + +[compare changes](https://github.com/jobtrek/grades-view-solid/compare/v1.0.0-rc.1...v1.0.0-rc.2) + +### 🚀 Enhancements + +- **import-export:** Add buttons in navbar with icons ([7888bc6](https://github.com/jobtrek/grades-view-solid/commit/7888bc6)) +- **import-export:** Add util to export and download JS object in json ([01e3e43](https://github.com/jobtrek/grades-view-solid/commit/01e3e43)) +- **import-export:** Create a dedicated component for file import ([6bbbb7c](https://github.com/jobtrek/grades-view-solid/commit/6bbbb7c)) +- **import-export:** Json grades can now be imported in calculator ([4568698](https://github.com/jobtrek/grades-view-solid/commit/4568698)) +- **import-export:** File button can now import grades ([8daa5e0](https://github.com/jobtrek/grades-view-solid/commit/8daa5e0)) + +### 🩹 Fixes + +- **import-export:** File button placed in client only ([c593826](https://github.com/jobtrek/grades-view-solid/commit/c593826)) + +### 💅 Refactors + +- **navigation:** Extract reset button in dedicated component ([5e266b8](https://github.com/jobtrek/grades-view-solid/commit/5e266b8)) +- **navigation:** Generalise Nav button for reuse ([11fa2f3](https://github.com/jobtrek/grades-view-solid/commit/11fa2f3)) +- **grades-store:** Renovate store to use valibod schemas ([d1dabc9](https://github.com/jobtrek/grades-view-solid/commit/d1dabc9)) +- **grades-store:** Complete gradeStore schema conversion to valibot ([b102ce9](https://github.com/jobtrek/grades-view-solid/commit/b102ce9)) +- **grades-store:** Update project to support valibot schemas store ([34bc7ae](https://github.com/jobtrek/grades-view-solid/commit/34bc7ae)) +- Alert component now support multiple colors ([30dcc11](https://github.com/jobtrek/grades-view-solid/commit/30dcc11)) + +### ❤️ Contributors + +- Fuzoh + ## v1.0.0-rc.1 [compare changes](https://github.com/jobtrek/grades-view-solid/compare/v1.0.0-rc.0...v1.0.0-rc.1) diff --git a/package.json b/package.json index febebee..5d39aeb 100644 --- a/package.json +++ b/package.json @@ -36,5 +36,5 @@ "prettier": "^3.2.4", "tailwindcss": "^3.4.1" }, - "version": "1.0.0-rc.1" + "version": "1.0.0-rc.2" } \ No newline at end of file