From 620a583ae75b768b25b6e4980011b3f26108cacc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 14:32:36 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 3 ++- 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a5b4608 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +# Changelog + +## 1.0.0 (2024-03-29) + + +### Features + +* color mode ([eecad9e](https://github.com/daeuniverse/dae-web/commit/eecad9ecf16190feddaa71e9a2e4136f517ed154)) +* disable config form modal submit button when nothing changed ([b44fb75](https://github.com/daeuniverse/dae-web/commit/b44fb7565c97def59b571b2fec6ad9be1b0c3690)) +* dns ([87ab9b1](https://github.com/daeuniverse/dae-web/commit/87ab9b1728f5e60b1c4e36fed0fd3dbe91203304)) +* docs website ([cd2c24d](https://github.com/daeuniverse/dae-web/commit/cd2c24d2b7e4004139ead78a855e92fb12ada65b)) +* header ([07df720](https://github.com/daeuniverse/dae-web/commit/07df7207a21e0cd451cdc551b804aacf75205f7d)) +* import subscriptions ([fed6ae7](https://github.com/daeuniverse/dae-web/commit/fed6ae7e3057a126fd382391847c8bacd0dbd04f)) +* import subscriptions ([bf39580](https://github.com/daeuniverse/dae-web/commit/bf395800e9e05eaff31b62ac0c717632dc125247)) +* routings ([e2b7725](https://github.com/daeuniverse/dae-web/commit/e2b772589fcd611a5e88c5a2ef28239e1618b40f)) +* select config ([ffc92d3](https://github.com/daeuniverse/dae-web/commit/ffc92d386a7b2a04da51882a928b47e8ec558600)) +* settings ([cd9973b](https://github.com/daeuniverse/dae-web/commit/cd9973ba394deca33e041b88371da7ce947bea19)) +* subscriptions & nodes ([52b9608](https://github.com/daeuniverse/dae-web/commit/52b960883fd52c1bd0d511551106430db903fdd2)) +* subscriptions & nodes ([de4b54a](https://github.com/daeuniverse/dae-web/commit/de4b54a253c6c9220ea12cfebc74d2e5bd24f048)) +* subscriptions & nodes ([7474610](https://github.com/daeuniverse/dae-web/commit/74746107a3957d9a2c7e9e14e23f5cbeed199dd5)) +* ui ([5036d21](https://github.com/daeuniverse/dae-web/commit/5036d21a0a68773d51420e092abbddab836fdbab)) +* update layout ([547848c](https://github.com/daeuniverse/dae-web/commit/547848cfbf1072b484b928313d3baae6cf229b3f)) diff --git a/package.json b/package.json index 91f96dd..0d5c0e8 100644 --- a/package.json +++ b/package.json @@ -51,5 +51,6 @@ "vue": "^3.4.21", "vue-router": "^4.3.0", "zod": "^3.22.4" - } + }, + "version": "1.0.0" }