Skip to content

Commit 58cc2bd

Browse files
chore(release): 2.4.0-beta.5 [skip ci]
# [2.4.0-beta.5](v2.4.0-beta.4...v2.4.0-beta.5) (2023-10-03) ### Bug Fixes * **assets:** migrate tenant only if user is admin ([c24f942](c24f942)) * **assetsMigrateTenant:** add type for frontend and fix admin only ([e249f13](e249f13)) * **migrateTenant:** clear groups of newly created assets ([79f6a5a](79f6a5a)) ### Features * **assets:** assets migrate tenant ([5f05101](5f05101))
1 parent ee14c6a commit 58cc2bd

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [2.4.0-beta.5](https://github.com/kuzzleio/kuzzle-plugin-device-manager/compare/v2.4.0-beta.4...v2.4.0-beta.5) (2023-10-03)
2+
3+
4+
### Bug Fixes
5+
6+
* **assets:** migrate tenant only if user is admin ([c24f942](https://github.com/kuzzleio/kuzzle-plugin-device-manager/commit/c24f942673b37e798c9f89a098ad6747fd4977bd))
7+
* **assetsMigrateTenant:** add type for frontend and fix admin only ([e249f13](https://github.com/kuzzleio/kuzzle-plugin-device-manager/commit/e249f13d3e2bba70023177374c0874d982f78226))
8+
* **migrateTenant:** clear groups of newly created assets ([79f6a5a](https://github.com/kuzzleio/kuzzle-plugin-device-manager/commit/79f6a5a84a34fd526e3820455cdf999364c49ad1))
9+
10+
11+
### Features
12+
13+
* **assets:** assets migrate tenant ([5f05101](https://github.com/kuzzleio/kuzzle-plugin-device-manager/commit/5f0510120428cbaffaa4569a705a5f20644d8c83))
14+
115
# [2.4.0-beta.4](https://github.com/kuzzleio/kuzzle-plugin-device-manager/compare/v2.4.0-beta.3...v2.4.0-beta.4) (2023-09-12)
216

317

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "kuzzle-device-manager",
3-
"version": "2.4.0-beta.4",
3+
"version": "2.4.0-beta.5",
44
"description": "Manage your IoT devices and assets. Choose a provisioning strategy, receive and decode payload, handle your IoT business logic.",
55
"author": "The Kuzzle Team (support@kuzzle.io)",
66
"repository": {

0 commit comments

Comments
 (0)