Skip to content

Commit

Permalink
chore(release): 3.0.0-next.1 [skip ci]
Browse files Browse the repository at this point in the history
# [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
semantic-release-bot committed Nov 14, 2024
1 parent d2578bf commit a691826
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [3.0.0-next.1](https://github.com/kuzzleio/kuzzle-device-manager/compare/v2.4.3...v3.0.0-next.1) (2024-11-14)


### Features

* embed measure slots in asset and device documents ([#372](https://github.com/kuzzleio/kuzzle-device-manager/issues/372)) ([ffa73b9](https://github.com/kuzzleio/kuzzle-device-manager/commit/ffa73b9107d5ff2fc5c7686f147f3cef2b4973fb))
* **measure:** allow measures to be pushed on Assets via API (no devices) ([#344](https://github.com/kuzzleio/kuzzle-device-manager/issues/344)) ([c1073c1](https://github.com/kuzzleio/kuzzle-device-manager/commit/c1073c1f0ccb4cfc7cee64d86c51a4999617fd41))
* stop using measures from assets and devices in exporter ([#369](https://github.com/kuzzleio/kuzzle-device-manager/issues/369)) ([6ee21a0](https://github.com/kuzzleio/kuzzle-device-manager/commit/6ee21a090b8387c103f661e5ba51f1e74eacb72f))


### BREAKING CHANGES

* change in the management of measurement models

# [2.5.0-beta.1](https://github.com/kuzzleio/kuzzle-device-manager/compare/v2.4.3...v2.5.0-beta.1) (2024-11-12)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
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": {
Expand Down
2 changes: 1 addition & 1 deletion types/package.json
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",
Expand Down

0 comments on commit a691826

Please sign in to comment.