@operato/property-editor 9.2.7 → 10.0.0-beta.12
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 +6 -5
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -3,16 +3,16 @@
|
|
|
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
|
-
|
|
6
|
+
## [10.0.0-beta.12](https://github.com/hatiolab/operato/compare/v10.0.0-beta.11...v10.0.0-beta.12) (2026-03-17)
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
### :bug: Bug Fix
|
|
10
10
|
|
|
11
|
-
* 그리드 달력 클릭시 오픈 이벤트 추가 ([
|
|
11
|
+
* 그리드 달력 클릭시 오픈 이벤트 추가 ([3d02c15](https://github.com/hatiolab/operato/commit/3d02c15d84247201610f87842fc62f59a4228e61))
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
## [10.0.0-beta.7](https://github.com/hatiolab/operato/compare/v10.0.0-beta.6...v10.0.0-beta.7) (2026-03-09)
|
|
16
16
|
|
|
17
17
|
**Note:** Version bump only for package @operato/property-editor
|
|
18
18
|
|
|
@@ -20,11 +20,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
|
|
23
|
-
|
|
23
|
+
## [10.0.0-beta.2](https://github.com/hatiolab/operato/compare/v10.0.0-beta.1...v10.0.0-beta.2) (2026-03-05)
|
|
24
24
|
|
|
25
|
-
**Note:** Version bump only for package @operato/property-editor
|
|
26
25
|
|
|
26
|
+
### :mega: Other
|
|
27
27
|
|
|
28
|
+
* modernize publish config for npm release ([7fe28ab](https://github.com/hatiolab/operato/commit/7fe28ab8818f8dc4a281f9f82db5d13b49f2cf9d))
|
|
28
29
|
|
|
29
30
|
|
|
30
31
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@operato/property-editor",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "10.0.0-beta.12",
|
|
4
4
|
"description": "Webcomponent for property-editor following open-wc recommendations",
|
|
5
5
|
"author": "heartyoh",
|
|
6
6
|
"type": "module",
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
"analyze": "cem analyze --litelement",
|
|
192
192
|
"start": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds\"",
|
|
193
193
|
"build": "tsc && npm run analyze -- --exclude dist",
|
|
194
|
-
"
|
|
194
|
+
"prepublishOnly": "tsc && npm run analyze -- --exclude dist",
|
|
195
195
|
"lint": "eslint --ext .ts,.html . --ignore-path .gitignore && prettier \"**/*.ts\" --check --ignore-path .gitignore",
|
|
196
196
|
"format": "eslint --ext .ts,.html . --fix --ignore-path .gitignore && prettier \"**/*.ts\" --write --ignore-path .gitignore",
|
|
197
197
|
"test": "tsc && wtr --coverage",
|
|
@@ -201,10 +201,10 @@
|
|
|
201
201
|
},
|
|
202
202
|
"dependencies": {
|
|
203
203
|
"@material/web": "^2.0.0",
|
|
204
|
-
"@operato/help": "^
|
|
205
|
-
"@operato/i18n": "^
|
|
206
|
-
"@operato/input": "^
|
|
207
|
-
"@operato/popup": "^
|
|
204
|
+
"@operato/help": "^10.0.0-beta.12",
|
|
205
|
+
"@operato/i18n": "^10.0.0-beta.2",
|
|
206
|
+
"@operato/input": "^10.0.0-beta.7",
|
|
207
|
+
"@operato/popup": "^10.0.0-beta.7",
|
|
208
208
|
"lit": "^3.1.2",
|
|
209
209
|
"lodash-es": "^4.17.21"
|
|
210
210
|
},
|
|
@@ -243,5 +243,5 @@
|
|
|
243
243
|
"prettier --write"
|
|
244
244
|
]
|
|
245
245
|
},
|
|
246
|
-
"gitHead": "
|
|
246
|
+
"gitHead": "234b40b45e190e3c89d44c5fbe9b2e548f437ad6"
|
|
247
247
|
}
|