@operato/board 2.0.0-beta.22 → 2.0.0-beta.23
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.
- package/CHANGELOG.md +9 -0
- package/package.json +15 -14
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,15 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [2.0.0-beta.23](https://github.com/hatiolab/operato/compare/v2.0.0-beta.22...v2.0.0-beta.23) (2024-06-13)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### :bug: Bug Fix
|
|
10
|
+
|
|
11
|
+
* export package.json ([538e6e0](https://github.com/hatiolab/operato/commit/538e6e050f5a3d77b8ed805968d66a9093a7d5e9))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
6
15
|
## [2.0.0-beta.22](https://github.com/hatiolab/operato/compare/v2.0.0-beta.21...v2.0.0-beta.22) (2024-06-13)
|
|
7
16
|
|
|
8
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@operato/board",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.23",
|
|
4
4
|
"description": "Webcomponent for board following open-wc recommendations",
|
|
5
5
|
"author": "heartyoh",
|
|
6
6
|
"main": "dist/src/index.js",
|
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
},
|
|
19
19
|
"exports": {
|
|
20
20
|
".": "./dist/src/index.js",
|
|
21
|
+
"./package.json": "./package.json",
|
|
21
22
|
"./ox-scene-handler.js": "./dist/src/modeller/scene-viewer/ox-scene-handler.js",
|
|
22
23
|
"./ox-scene-layer.js": "./dist/src/modeller/scene-viewer/ox-scene-layer.js",
|
|
23
24
|
"./ox-scene-property.js": "./dist/src/modeller/scene-viewer/ox-scene-property.js",
|
|
@@ -94,18 +95,18 @@
|
|
|
94
95
|
"dependencies": {
|
|
95
96
|
"@material/web": "^1.4.0",
|
|
96
97
|
"@open-wc/scoped-elements": "^2.1.3",
|
|
97
|
-
"@operato/app": "^2.0.0-beta.
|
|
98
|
-
"@operato/data-grist": "^2.0.0-beta.
|
|
99
|
-
"@operato/font": "^2.0.0-beta.
|
|
100
|
-
"@operato/graphql": "^2.0.0-beta.
|
|
101
|
-
"@operato/i18n": "^2.0.0-beta.
|
|
102
|
-
"@operato/input": "^2.0.0-beta.
|
|
103
|
-
"@operato/layout": "^2.0.0-beta.
|
|
104
|
-
"@operato/markdown": "^2.0.0-beta.
|
|
105
|
-
"@operato/popup": "^2.0.0-beta.
|
|
106
|
-
"@operato/property-editor": "^2.0.0-beta.
|
|
107
|
-
"@operato/styles": "^2.0.0-beta.
|
|
108
|
-
"@operato/utils": "^2.0.0-beta.
|
|
98
|
+
"@operato/app": "^2.0.0-beta.23",
|
|
99
|
+
"@operato/data-grist": "^2.0.0-beta.23",
|
|
100
|
+
"@operato/font": "^2.0.0-beta.23",
|
|
101
|
+
"@operato/graphql": "^2.0.0-beta.23",
|
|
102
|
+
"@operato/i18n": "^2.0.0-beta.23",
|
|
103
|
+
"@operato/input": "^2.0.0-beta.23",
|
|
104
|
+
"@operato/layout": "^2.0.0-beta.23",
|
|
105
|
+
"@operato/markdown": "^2.0.0-beta.23",
|
|
106
|
+
"@operato/popup": "^2.0.0-beta.23",
|
|
107
|
+
"@operato/property-editor": "^2.0.0-beta.23",
|
|
108
|
+
"@operato/styles": "^2.0.0-beta.23",
|
|
109
|
+
"@operato/utils": "^2.0.0-beta.23",
|
|
109
110
|
"@polymer/paper-dropdown-menu": "^3.2.0",
|
|
110
111
|
"@types/file-saver": "^2.0.4",
|
|
111
112
|
"@types/sortablejs": "^1.10.7",
|
|
@@ -153,5 +154,5 @@
|
|
|
153
154
|
"prettier --write"
|
|
154
155
|
]
|
|
155
156
|
},
|
|
156
|
-
"gitHead": "
|
|
157
|
+
"gitHead": "f2b3faf23eb7a8c51baa922b1baf6cabf3e6db13"
|
|
157
158
|
}
|