Skip to content

Commit

Permalink
Release v0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
yduman committed Aug 4, 2020
1 parent 890f79a commit eee614c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,23 @@

### Added

- Instead of blurring/unblurring all cards, we are now blurring/unblurring cards that are now owned by an user. Special thanks to @tobim-dev, @ravensinth et al. for realizing this feature ❤️

### Changed

### Fixed

### Removed

## [0.3.5] - 2020-08-04

### Added

- Instead of blurring/unblurring all cards, we are now blurring/unblurring cards that are now owned by an user. Special thanks to @tobim-dev, @ravensinth et al. for realizing this feature ❤️
- The greeting text on the homepage now has a typewriter effect

### Removed

- Empty Gatsby Gitbook Template, since we will handle this project on a different repository

## [0.3.4] - 2020-06-24

### Fixed
Expand Down Expand Up @@ -189,7 +198,8 @@
- Combine two cards
- Upvote cards

[Unreleased]: https://github.com/yduman/retro/compare/0.3.4...master
[Unreleased]: https://github.com/yduman/retro/compare/0.3.5...master
[0.3.5]: https://github.com/yduman/retro/releases/tag/0.3.5
[0.3.4]: https://github.com/yduman/retro/releases/tag/0.3.4
[0.3.3]: https://github.com/yduman/retro/releases/tag/0.3.3
[0.3.2]: https://github.com/yduman/retro/releases/tag/0.3.2
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.4",
"version": "0.3.5",
"private": true,
"scripts": {
"start:dev": "cross-env NODE_ENV=DEVELOPMENT nodemon ./src/server.js",
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"directory": "frontend/"
},
"license": "MIT",
"version": "0.3.4",
"version": "0.3.5",
"private": true,
"dependencies": {
"@material-ui/core": "^4.11.0",
Expand Down

0 comments on commit eee614c

Please sign in to comment.