release 1.0.1

This commit is contained in:
les 2021-07-01 12:28:00 +02:00
parent 6c36739372
commit c4c0468af1
No known key found for this signature in database
GPG key ID: 352918250B012177
3 changed files with 18 additions and 1 deletions

11
RELEASE.md Normal file
View file

@ -0,0 +1,11 @@
- change version in package.json
- add changes to CHANGELOG / changelog.md
- yarn build
- yarn pack
- yarn publish
- yarn doc
- git add .
- git ci -m 'v...'
- git tag ...
- git push --tags
-

View file

@ -8,6 +8,12 @@ nav_order: 10
All notable changes to this project will be documented in this file.
### 1.0.1 (alpha)
- fix AP resource removal
- improve AP resource UI
- fix Docker setup
- update deps
### 1.0 (alpha)
This release is a complete rewrite of frontend UI and many internals, main changes are:

View file

@ -1,6 +1,6 @@
{
"name": "gancio",
"version": "1.0.0-alpha",
"version": "1.0.1-alpha",
"description": "A shared agenda for local communities",
"author": "lesion",
"scripts": {