Skip to content

Commit

Permalink
0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xeronimus@gmail.com authored and xeronimus@gmail.com committed Mar 21, 2021
1 parent 0e27cf1 commit c79a328
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 0.11.1: 2021-03-21

* Display story creation date in backlog
* UI tweaks: Wider Settings Panel on the right. Display own user's avatar in Top Bar. Custom (thin) scrollbars.
* Dependencies updated

### 0.11.0: 2021-03-16

* New feature "settle": if story is revealed but no consensus is reached, you can choose one card as the consensus value for the story
Expand Down
2 changes: 1 addition & 1 deletion client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "poinz-client",
"version": "0.11.0",
"version": "0.11.1",
"description": "Distributed Planning Poker",
"private": true,
"author": "xeronimus@gmail.com",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "poinz",
"version": "0.11.0",
"version": "0.11.1",
"description": "Distributed Planning Poker",
"private": true,
"author": "xeronimus@gmail.com",
Expand Down
2 changes: 1 addition & 1 deletion server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "poinz-server",
"version": "0.11.0",
"version": "0.11.1",
"description": "Distributed Planning Poker",
"private": true,
"author": "xeronimus@gmail.com",
Expand Down

0 comments on commit c79a328

Please sign in to comment.