release 1.0.1
This commit is contained in:
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.
|
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)
|
### 1.0 (alpha)
|
||||||
This release is a complete rewrite of frontend UI and many internals, main changes are:
|
This release is a complete rewrite of frontend UI and many internals, main changes are:
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "gancio",
|
"name": "gancio",
|
||||||
"version": "1.0.0-alpha",
|
"version": "1.0.1-alpha",
|
||||||
"description": "A shared agenda for local communities",
|
"description": "A shared agenda for local communities",
|
||||||
"author": "lesion",
|
"author": "lesion",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user