Skip to content

Commit 30e82c3

Browse files
committed
Bump to v3.2.1
1 parent 5691696 commit 30e82c3

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,26 @@ The format is based on
77
This project adheres to
88
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
99

10-
## [v3.2] - 2019-02-15
10+
## [v3.2.1] - 2019-02-25
11+
### Added
12+
- Create & Manage widget for managing project managers (#534)
13+
14+
### Fixed
15+
- Excessive removal of unmatched tasks for line-by-line geojson by @Zverik
16+
- Error when attempting to display zero points in points ticker
17+
- Disallowed task status progressions sometimes offered in task completion
18+
- Dropdown menus extending over widgets sometimes not fully interactive
19+
- Modals sometimes appear behind widgets instead of in front of them
20+
- Incorrect rendering of user settings form in Chrome
21+
22+
### Changed
23+
- Name of User Profile page to User Settings
24+
25+
### Removed
26+
- Tabs on Create & Manage project cards; only challenges are now shown
27+
28+
29+
## [v3.2.0] - 2019-02-15
1130
### Added
1231
- New user interface
1332
- Full-fledged home page (#426)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "maproulette3",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"private": true,
55
"dependencies": {
66
"@mapbox/geojsonhint": "^2.0.1",

0 commit comments

Comments
 (0)