@roomle/embedding-lib 1.0.0-alpha.1

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.
@@ -0,0 +1,60 @@
1
+ {
2
+ "tagFormat": "embedding-lib-v${version}",
3
+ "repositoryUrl": "git@github.com:roomle-dev/roomle-ui.git",
4
+ "branches": [
5
+ {
6
+ "name": "cd/test",
7
+ "channel": "debug",
8
+ "prerelease": "debug"
9
+ },
10
+ {
11
+ "name": "release/live",
12
+ "channel": "latest",
13
+ "prerelease": false
14
+ },
15
+ {
16
+ "name": "release/test",
17
+ "channel": "alpha",
18
+ "prerelease": "alpha"
19
+ }
20
+ ],
21
+ "plugins": [
22
+ [
23
+ "@semantic-release/commit-analyzer",
24
+ {
25
+ "preset": "conventionalcommits",
26
+ "releaseRules": [
27
+ {
28
+ "type": "docs",
29
+ "release": "patch"
30
+ },
31
+ {
32
+ "type": "refactor",
33
+ "release": "patch"
34
+ }
35
+ ]
36
+ }
37
+ ],
38
+ [
39
+ "@semantic-release/release-notes-generator",
40
+ {
41
+ "preset": "conventionalcommits",
42
+ "writerOpts": {
43
+ "commitsSort": ["subject", "scope"]
44
+ }
45
+ }
46
+ ],
47
+ [
48
+ "@semantic-release/changelog",
49
+ {
50
+ "changelogFile": "docs/md/web/embedding/CHANGELOG.md"
51
+ }
52
+ ],
53
+ [
54
+ "@semantic-release/npm",
55
+ {
56
+ "npmPublish": true
57
+ }
58
+ ]
59
+ ]
60
+ }
package/README.md ADDED
@@ -0,0 +1,13 @@
1
+ # Roomle Rubens Embedding Lib
2
+
3
+ The official npm package to embed [Roomle](https://www.roomle.com/en) Rubens in your website.
4
+
5
+ For release notes, see the [CHANGELOG](https://docs.roomle.com/rubens/changelogs/changelog).
6
+
7
+ ## Getting started
8
+
9
+ You can find an extensive guide on how to get started on [docs.roomle.com](https://docs.roomle.com/rubens/rubens-products/rubens-3d-viewer-and-ar/getting-started).
10
+
11
+ ## Bugs & Issues
12
+
13
+ If you encounter issues please report them using our [Servicedesk](https://roomle.atlassian.net/servicedesk/customer/portals).