-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): 3.0.0-next.1 [skip ci]
# [3.0.0-next.1](v2.4.3...v3.0.0-next.1) (2024-11-14) ### Features * embed measure slots in asset and device documents ([#372](#372)) ([ffa73b9](ffa73b9)) * **measure:** allow measures to be pushed on Assets via API (no devices) ([#344](#344)) ([c1073c1](c1073c1)) * stop using measures from assets and devices in exporter ([#369](#369)) ([6ee21a0](6ee21a0)) ### BREAKING CHANGES * change in the management of measurement models
- Loading branch information
1 parent
d2578bf
commit a691826
Showing
4 changed files
with
18 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "kuzzle-device-manager", | ||
"version": "2.5.0-beta.1", | ||
"version": "3.0.0-next.1", | ||
"description": "Manage your IoT devices and assets. Choose a provisioning strategy, receive and decode payload, handle your IoT business logic.", | ||
"author": "The Kuzzle Team ([email protected])", | ||
"repository": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "kuzzle-device-manager-types", | ||
"version": "2.5.0-beta.1", | ||
"version": "3.0.0-next.1", | ||
"description": "Shared types for Kuzzle Device Manager", | ||
"author": "The Kuzzle Team ([email protected])", | ||
"main": "index.js", | ||
|