Skip to content

Commit

Permalink
chore: release v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrumm committed Jan 22, 2024
1 parent 0fcbe3c commit 8c33737
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@


## [2.2.0](https://github.com/jkrumm/free-planning-poker/compare/2.1.0...2.2.0) (2024-01-22)


### Features

* **analytics:** adjusted analytics page to new data model ([35a9424](https://github.com/jkrumm/free-planning-poker/commit/35a942453f51f4856e449f11a063a648e97df231))
* **analytics:** all scripts for analytics calculation ([d269027](https://github.com/jkrumm/free-planning-poker/commit/d26902715e92ffaa038dc607daa19cd5479fa60e))
* **analytics:** behaviour in analytics ([f7a7c22](https://github.com/jkrumm/free-planning-poker/commit/f7a7c22f93ba6f437298f0bcb9abfb5d496b1b5b))
* **analytics:** python setup & read model sync & logger ([70819fb](https://github.com/jkrumm/free-planning-poker/commit/70819fbef9fc24e3f51222f25f6c371150aa8327))
* **analytics:** seperated user read model sync ([0fcbe3c](https://github.com/jkrumm/free-planning-poker/commit/0fcbe3cf8acbbd81e1a5c6726c46cabbd9df398b))
* fetch GitHub latest tag server side and cache in Redis ([cda98c6](https://github.com/jkrumm/free-planning-poker/commit/cda98c6881f2697473362832365835b6e02762b9))


### Continuous Integration

* **analytics:** automatically deploy analytics to domcloud ([f3a6865](https://github.com/jkrumm/free-planning-poker/commit/f3a6865fbabada65cc9d4ce807227831e0d547ad))


### Other Changes

* delete packages not used anymore ([4865171](https://github.com/jkrumm/free-planning-poker/commit/48651717e78b5da0d853c01354b4cfe8fc0bc3e9))
* tailwind always dark theme ([68aeb0e](https://github.com/jkrumm/free-planning-poker/commit/68aeb0edfd68836320a6e2a94ea71a79039e259d))

## [2.1.0](https://github.com/jkrumm/free-planning-poker/compare/2.0.0...2.1.0) (2024-01-19)


Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"author": "Johannes Krumm",
"description": "Estimate your story points faster and easier with this free agile scrum sprint planning poker app. Open source and privacy focused.",
"homepage": "https://free-planning-poker.com/",
"version": "2.1.0",
"version": "2.2.0",
"private": true,
"scripts": {
"build": "next build",
Expand Down

1 comment on commit 8c33737

@vercel
Copy link

@vercel vercel bot commented on 8c33737 Jan 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.