Skip to content

Commit

Permalink
Update CHANGELOG and package.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
yduman committed Jun 14, 2020
1 parent 7f714fc commit 267f989
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,19 @@

- Import/Export of board data
- If you want to reuse a board for another retrospective, you can now export the data of the board as JSON and import it later for another session
- Special thanks to @ClaasBusemann and @PaulaBre for their contribution!
- Docker development support
- Container-based deployment support
- Rate-limiting API
- Configurable CORS settings in PROD mode

### Changed

- Frontend
- Using TypeScript now!
- Major UI redesign!
- Hooks all the way - no more HOCs!
- Increased maximum card content length
- Backend
- Storage clean up will now be handled via Node.js instead of writing your own cronjob manually

Expand Down
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"main": "src/index.js",
"license": "MIT",
"version": "0.3.0",
"version": "0.3.3",
"private": true,
"scripts": {
"start:dev": "cross-env NODE_ENV=DEVELOPMENT nodemon ./src/server.js",
Expand Down
18 changes: 16 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
{
"name": "ts-frontend",
"version": "0.1.0",
"name": "@retro/frontend",
"description": "The React frontend of Retro. Make retrospectives great again.",
"author": {
"name": "Yadullah Duman",
"url": "https://yduman.github.io"
},
"bugs": {
"url": "https://github.com/yduman/retro/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/yduman/retro.git",
"directory": "frontend/"
},
"license": "MIT",
"version": "0.3.3",
"private": true,
"dependencies": {
"@material-ui/core": "^4.10.1",
Expand Down

0 comments on commit 267f989

Please sign in to comment.