Skip to content

Commit 7954d81

Browse files
author
umut0
committed
Merge branch 'master' into development
2 parents 316a840 + db0ed39 commit 7954d81

File tree

4 files changed

+46
-3
lines changed

4 files changed

+46
-3
lines changed

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,49 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="2.1.1"></a>
6+
## [2.1.1](https://github.com/sensebox/openSenseMap/compare/v2.1.2...v2.1.1) (2019-04-04)
7+
8+
9+
### Bug Fixes
10+
11+
* **registration:** Update translation package ([4c9ca88](https://github.com/sensebox/openSenseMap/commit/4c9ca88))
12+
13+
14+
15+
<a name="2.1.0"></a>
16+
# [2.1.0](https://github.com/sensebox/openSenseMap/compare/v2.0.1...v2.1.0) (2019-03-15)
17+
18+
19+
### Bug Fixes
20+
21+
* **download:** Fix download link ([2e2806e](https://github.com/sensebox/openSenseMap/commit/2e2806e))
22+
* **download:** just use filtered boxes ([908a3c5](https://github.com/sensebox/openSenseMap/commit/908a3c5))
23+
* **edit:** Add configuration for serial port in editing mode ([4354322](https://github.com/sensebox/openSenseMap/commit/4354322))
24+
* **edit:** Make SerialPort configurable in editing mode ([6076f39](https://github.com/sensebox/openSenseMap/commit/6076f39))
25+
* **navbar:** Fix about link ([60a89b9](https://github.com/sensebox/openSenseMap/commit/60a89b9))
26+
27+
28+
### Features
29+
30+
* **dashboard:** Add copy to clipboard button ([284203e](https://github.com/sensebox/openSenseMap/commit/284203e)), closes [#288](https://github.com/sensebox/openSenseMap/issues/288)
31+
* **dashboard:** add support button to dashboard ([bb59244](https://github.com/sensebox/openSenseMap/commit/bb59244))
32+
* **registration:** add compile functionality ([da570b4](https://github.com/sensebox/openSenseMap/commit/da570b4))
33+
* **registration:** New hardware model senseBox edu ([7d73fec](https://github.com/sensebox/openSenseMap/commit/7d73fec))
34+
35+
36+
37+
<a name="2.0.1"></a>
38+
## [2.0.1](https://github.com/sensebox/openSenseMap/compare/v2.0.0...v2.0.1) (2018-11-26)
39+
40+
41+
### Bug Fixes
42+
43+
* **edit:** fix saving issue in edit mode ([f81a9d8](https://github.com/sensebox/openSenseMap/commit/f81a9d8)), closes [#286](https://github.com/sensebox/openSenseMap/issues/286)
44+
* **loader:** Disable loader by default ([b56092b](https://github.com/sensebox/openSenseMap/commit/b56092b)), closes [#286](https://github.com/sensebox/openSenseMap/issues/286)
45+
46+
47+
548
<a name="2.0.0"></a>
649
# [2.0.0](https://github.com/sensebox/openSenseMap/compare/v1.3.0...v2.0.0) (2018-11-19)
750

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "open-sense-map",
3-
"version": "2.0.0",
3+
"version": "2.1.1",
44
"dependencies": {
55
"angular": "1.5",
66
"angular-resource": "1.5",

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opensensemap",
3-
"version": "2.0.0",
3+
"version": "2.1.1",
44
"dependencies": {
55
"@sensebox/opensensemap-i18n": "^3.1.1",
66
"angular-i18n": "^1.6.7"

0 commit comments

Comments
 (0)