Skip to content

Commit 751a353

Browse files
committed
chore(release): 3.4.0
1 parent e8caaf9 commit 751a353

4 files changed

Lines changed: 18 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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+
## [3.4.0](https://github.com/sensebox/openSenseMap/compare/v3.2.0...v3.4.0) (2023-07-06)
6+
7+
8+
### Features
9+
10+
* **account:** dashboard boxes pagination ([#475](https://github.com/sensebox/openSenseMap/issues/475)) ([b032ba5](https://github.com/sensebox/openSenseMap/commit/b032ba514f1b5bba61e125c9caa9215a00bbe03e))
11+
* **registration:** show sensors regardless of the selected hardware ([#444](https://github.com/sensebox/openSenseMap/issues/444)) ([681ac68](https://github.com/sensebox/openSenseMap/commit/681ac68ffa65f3cdbe4d4fd6b78b12bbce69a87d)), closes [#374](https://github.com/sensebox/openSenseMap/issues/374)
12+
13+
14+
### Bug Fixes
15+
16+
* **ci:** set `provenance: false` on docker/build-push-action ([#472](https://github.com/sensebox/openSenseMap/issues/472)) ([78d330b](https://github.com/sensebox/openSenseMap/commit/78d330ba81c89ac8f2be4b012dc0b2e004168626))
17+
* **ci:** specify docker platform ([542d0a9](https://github.com/sensebox/openSenseMap/commit/542d0a9d28071b916541951bb012eebdb62c21c0))
18+
* **ci:** specify docker platform ([#471](https://github.com/sensebox/openSenseMap/issues/471)) ([be733d8](https://github.com/sensebox/openSenseMap/commit/be733d88af7fc1a04ae084883b24e9e0f1e85ea0))
19+
520
### [3.3.5](https://github.com/sensebox/openSenseMap/compare/v3.3.4...v3.3.5) (2023-03-30)
621

722

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": "3.3.5",
3+
"version": "3.4.0",
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": "3.3.5",
3+
"version": "3.4.0",
44
"dependencies": {
55
"angular-i18n": "^1.6.7",
66
"node": "^10.19.0"

0 commit comments

Comments
 (0)