@operato/attribute 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 +13 -13
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/attribute
|
|
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/attribute
|
|
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
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@operato/attribute",
|
|
3
3
|
"description": "WebApplication attribute supporting components following open-wc recommendations",
|
|
4
4
|
"author": "heartyoh",
|
|
5
|
-
"version": "
|
|
5
|
+
"version": "10.0.0-beta.12",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/src/index.js",
|
|
8
8
|
"module": "dist/src/index.js",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"analyze": "cem analyze --litelement",
|
|
50
50
|
"start": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds\"",
|
|
51
51
|
"build": "tsc && npm run analyze -- --exclude dist",
|
|
52
|
-
"
|
|
52
|
+
"prepublishOnly": "tsc && npm run analyze -- --exclude dist",
|
|
53
53
|
"lint": "eslint --ext .ts,.html . --ignore-path .gitignore && prettier \"**/*.ts\" --check --ignore-path .gitignore",
|
|
54
54
|
"format": "eslint --ext .ts,.html . --fix --ignore-path .gitignore && prettier \"**/*.ts\" --write --ignore-path .gitignore",
|
|
55
55
|
"test": "tsc && wtr --coverage",
|
|
@@ -59,16 +59,16 @@
|
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
61
|
"@material/web": "^2.0.0",
|
|
62
|
-
"@operato/data-grist": "^
|
|
63
|
-
"@operato/graphql": "^
|
|
64
|
-
"@operato/grist-editor": "^
|
|
65
|
-
"@operato/i18n": "^
|
|
66
|
-
"@operato/input": "^
|
|
67
|
-
"@operato/popup": "^
|
|
68
|
-
"@operato/property-editor": "^
|
|
69
|
-
"@operato/shell": "^
|
|
70
|
-
"@operato/styles": "^
|
|
71
|
-
"@operato/utils": "^
|
|
62
|
+
"@operato/data-grist": "^10.0.0-beta.12",
|
|
63
|
+
"@operato/graphql": "^10.0.0-beta.2",
|
|
64
|
+
"@operato/grist-editor": "^10.0.0-beta.12",
|
|
65
|
+
"@operato/i18n": "^10.0.0-beta.2",
|
|
66
|
+
"@operato/input": "^10.0.0-beta.7",
|
|
67
|
+
"@operato/popup": "^10.0.0-beta.7",
|
|
68
|
+
"@operato/property-editor": "^10.0.0-beta.12",
|
|
69
|
+
"@operato/shell": "^10.0.0-beta.7",
|
|
70
|
+
"@operato/styles": "^10.0.0-beta.7",
|
|
71
|
+
"@operato/utils": "^10.0.0-beta.2",
|
|
72
72
|
"lit": "^3.1.2"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
@@ -103,5 +103,5 @@
|
|
|
103
103
|
"prettier --write"
|
|
104
104
|
]
|
|
105
105
|
},
|
|
106
|
-
"gitHead": "
|
|
106
|
+
"gitHead": "234b40b45e190e3c89d44c5fbe9b2e548f437ad6"
|
|
107
107
|
}
|