@operato/property-editor 7.0.46 → 7.0.47
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 +8 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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
|
+
### [7.0.47](https://github.com/hatiolab/operato/compare/v7.0.46...v7.0.47) (2024-08-09)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
### [7.0.46](https://github.com/hatiolab/operato/compare/v7.0.45...v7.0.46) (2024-08-09)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @operato/property-editor
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@operato/property-editor",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.47",
|
|
4
4
|
"description": "Webcomponent for property-editor following open-wc recommendations",
|
|
5
5
|
"author": "heartyoh",
|
|
6
6
|
"main": "dist/src/index.js",
|
|
@@ -184,10 +184,10 @@
|
|
|
184
184
|
},
|
|
185
185
|
"dependencies": {
|
|
186
186
|
"@material/web": "^1.5.0",
|
|
187
|
-
"@operato/help": "^7.0.
|
|
187
|
+
"@operato/help": "^7.0.47",
|
|
188
188
|
"@operato/i18n": "^7.0.0",
|
|
189
|
-
"@operato/input": "^7.0.
|
|
190
|
-
"@operato/popup": "^7.0.
|
|
189
|
+
"@operato/input": "^7.0.47",
|
|
190
|
+
"@operato/popup": "^7.0.47",
|
|
191
191
|
"lit": "^3.1.2",
|
|
192
192
|
"lodash-es": "^4.17.21"
|
|
193
193
|
},
|
|
@@ -226,5 +226,5 @@
|
|
|
226
226
|
"prettier --write"
|
|
227
227
|
]
|
|
228
228
|
},
|
|
229
|
-
"gitHead": "
|
|
229
|
+
"gitHead": "8873f0a663a031fbbfcc5179482b6559e24bb6ef"
|
|
230
230
|
}
|