@operato/property-editor 2.0.0-beta.21 → 2.0.0-beta.22
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 +7 -6
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.22](https://github.com/hatiolab/operato/compare/v2.0.0-beta.21...v2.0.0-beta.22) (2024-06-13)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### :bug: Bug Fix
|
|
10
|
+
|
|
11
|
+
* operato tag for all package.json ([2334960](https://github.com/hatiolab/operato/commit/2334960db2186ade87ee590796a269fe5f5e9419))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
6
15
|
## [2.0.0-beta.21](https://github.com/hatiolab/operato/compare/v2.0.0-beta.20...v2.0.0-beta.21) (2024-06-12)
|
|
7
16
|
|
|
8
17
|
|
package/package.json
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@operato/property-editor",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.22",
|
|
4
4
|
"description": "Webcomponent for property-editor following open-wc recommendations",
|
|
5
5
|
"author": "heartyoh",
|
|
6
6
|
"main": "dist/src/index.js",
|
|
7
7
|
"module": "dist/src/index.js",
|
|
8
8
|
"license": "MIT",
|
|
9
|
+
"operato": true,
|
|
9
10
|
"publishConfig": {
|
|
10
11
|
"access": "public",
|
|
11
12
|
"@operato:registry": "https://registry.npmjs.org"
|
|
@@ -182,10 +183,10 @@
|
|
|
182
183
|
},
|
|
183
184
|
"dependencies": {
|
|
184
185
|
"@material/web": "^1.4.0",
|
|
185
|
-
"@operato/help": "^2.0.0-beta.
|
|
186
|
-
"@operato/i18n": "^2.0.0-beta.
|
|
187
|
-
"@operato/input": "^2.0.0-beta.
|
|
188
|
-
"@operato/popup": "^2.0.0-beta.
|
|
186
|
+
"@operato/help": "^2.0.0-beta.22",
|
|
187
|
+
"@operato/i18n": "^2.0.0-beta.22",
|
|
188
|
+
"@operato/input": "^2.0.0-beta.22",
|
|
189
|
+
"@operato/popup": "^2.0.0-beta.22",
|
|
189
190
|
"lit": "^3.1.2",
|
|
190
191
|
"lodash-es": "^4.17.21"
|
|
191
192
|
},
|
|
@@ -224,5 +225,5 @@
|
|
|
224
225
|
"prettier --write"
|
|
225
226
|
]
|
|
226
227
|
},
|
|
227
|
-
"gitHead": "
|
|
228
|
+
"gitHead": "a0c43af5506fd7786061d78a6946489be6c37336"
|
|
228
229
|
}
|