From eae77ea8cb51414bba6ed2471d9ff22a501016b7 Mon Sep 17 00:00:00 2001 From: Derik Badman Date: Sun, 27 Jun 2021 13:30:24 -0400 Subject: [PATCH] chore(release): 1.0.0 --- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 37 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b9f47b0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,35 @@ +# Changelog + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## 1.0.0 (2021-06-27) + + +### Features + +* **import/export:** Basic functionality ([c85981a](https://github.com/derikb/hadleyville-online/commit/c85981a7e87785447c81d31d926f3dd1fc69deb2)) +* **modals:** Add base modal code ([c43d962](https://github.com/derikb/hadleyville-online/commit/c43d96224734927f68b97b3e65190f63ae713ea4)) +* **notes:** Add crud for notes and markdown for content ([c15ad1c](https://github.com/derikb/hadleyville-online/commit/c15ad1c4b17d68e2a8e014a71b5f86917c7da05e)) +* **notes:** new notes are opened and in edit mode ([d276101](https://github.com/derikb/hadleyville-online/commit/d276101b51c858e6837883098816eec01f7a13f0)) +* **npc/notes:** Allow for reordering and save order for reload ([0c9a0f0](https://github.com/derikb/hadleyville-online/commit/0c9a0f0140c76d5560dbb7bf5ca0451505eb35c2)) +* **npcs:** Impoved consolidated names list ([bf57d2e](https://github.com/derikb/hadleyville-online/commit/bf57d2e0a0b121e190868031508291512520e6ca)) +* **roller:** Add a die roller to the header. ([3c63808](https://github.com/derikb/hadleyville-online/commit/3c6380822ccba4f4dcc64e71dbab807c80fdd337)) +* **tables:** Add more tables ([905bea6](https://github.com/derikb/hadleyville-online/commit/905bea6a15125f62d56e220bc7b908292a93f9f6)) +* **town:** Always have a town set ([ae3c44c](https://github.com/derikb/hadleyville-online/commit/ae3c44cdded4f272676fe0454de51faba498ef95)) +* **town:** More town editing ([4e195a6](https://github.com/derikb/hadleyville-online/commit/4e195a602dbbddb3f007e0906cf5172c2374a58d)) +* **town:** Started town element ([fdf43f6](https://github.com/derikb/hadleyville-online/commit/fdf43f6463052ccaf01c52da3c9575bbe490eb53)) +* **ui:** Add collapse state to note/npc models ([0abdf95](https://github.com/derikb/hadleyville-online/commit/0abdf955656c498f7aa72605a0bfff3d1acf1510)) +* **ui:** Color changes in progress ([e57063e](https://github.com/derikb/hadleyville-online/commit/e57063e17eee692e741358900e9e1fb39ca8ba2d)) +* **ui:** Make tables into a side drawer ([a2b71d8](https://github.com/derikb/hadleyville-online/commit/a2b71d8c6eff18e6745c82fec0cfd652d5ca95fc)) +* **ui:** More fixes ([eb3953d](https://github.com/derikb/hadleyville-online/commit/eb3953d8e6eeb6ccb1cbb42488b59af623711b66)) +* **ui:** More ui changes ([f6a65a1](https://github.com/derikb/hadleyville-online/commit/f6a65a1c46e2e056ae0ed28a1749a3dbda946179)) +* Framework for lots of new features ([e77e09a](https://github.com/derikb/hadleyville-online/commit/e77e09ac312d474e198173eabb981b01c4feb8bf)) +* More improvements like rerolling npc fields ([aed0d05](https://github.com/derikb/hadleyville-online/commit/aed0d0562e8ccd5ee19599fcefe0d9e9b66e84fa)) +* **ui:** More updates ([c2914e4](https://github.com/derikb/hadleyville-online/commit/c2914e4ca115a8ca2b14572e55e919d97e35b280)) +* Added intro and rules page ([0bf4680](https://github.com/derikb/hadleyville-online/commit/0bf4680c9f59f085634bac15f0bcd3177f6a9220)) +* Redux, localstorage, ui changes, etc. ([2c22a29](https://github.com/derikb/hadleyville-online/commit/2c22a296fa386e47b41b18b6393ec18a7b4740bc)) + + +### Bug Fixes + +* **nav:** Fix table link to button ([c17aae7](https://github.com/derikb/hadleyville-online/commit/c17aae75f14310aad5c00fcfc85613979835b718)) diff --git a/package-lock.json b/package-lock.json index 43a8c56..b5121b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "hadleyville-online", - "version": "0.0.1", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index eb86577..2c4fb53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hadleyville-online", - "version": "0.0.1", + "version": "1.0.0", "repository": { "type": "git", "url": "git+https://github.com/derikb/hadleyville-online.git"