@roomle/embedding-lib 5.1.0-alpha.2 → 5.1.0-alpha.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,13 +1,7 @@
1
- ## [5.1.0-alpha.2](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.1.0-alpha.1...embedding-lib-v5.1.0-alpha.2) (2024-08-20)
2
-
3
-
4
- ### Features
5
-
6
- * make search threshold parameterizable with init-data ([cfbe6c7](https://github.com/roomle-dev/roomle-ui/commit/cfbe6c717810895cf98827b37f1dbd97c4184120))
1
+ ## [5.1.0-alpha.4](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.1.0-alpha.3...embedding-lib-v5.1.0-alpha.4) (2024-08-22)
7
2
 
8
3
 
9
4
  ### Bug Fixes
10
5
 
11
- * remove typescript errors ([e186ab6](https://github.com/roomle-dev/roomle-ui/commit/e186ab6f8a983d10c45cefa3894e890a350e8e03))
12
- * trigger onSaveDraft callback when emails is false and by default ([87cd4f2](https://github.com/roomle-dev/roomle-ui/commit/87cd4f2d00caf297d4e98059f1e6d71be75dda0b))
13
- * Vector draw mode broken on test/alpha ([667a044](https://github.com/roomle-dev/roomle-ui/commit/667a04478388bf0af010d7d192526fecf0a13f5f))
6
+ * revert to npm install ([4d8f8d9](https://github.com/roomle-dev/roomle-ui/commit/4d8f8d935c837adea28bb0c288da78239fc18eb6))
7
+ * use correct types of husky/pre-push ([bf95c6e](https://github.com/roomle-dev/roomle-ui/commit/bf95c6e73a89b4d97f3e3653fb4ef2584cb0b931))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roomle/embedding-lib",
3
- "version": "5.1.0-alpha.2",
3
+ "version": "5.1.0-alpha.4",
4
4
  "description": "This is a small library which can be used to communicate with the Roomle Configurator",
5
5
  "type": "module",
6
6
  "main": "./roomle-embedding-lib.umd.js",