release 1.0.1
This commit is contained in:
parent
6c36739372
commit
c4c0468af1
3 changed files with 18 additions and 1 deletions
11
RELEASE.md
Normal file
11
RELEASE.md
Normal 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
|
||||
-
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue