@operato/property-editor 1.1.9 → 1.1.10
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
|
+
### [1.1.10](https://github.com/hatiolab/operato/compare/v1.1.9...v1.1.10) (2022-11-16)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
### [1.1.9](https://github.com/hatiolab/operato/compare/v1.1.8...v1.1.9) (2022-11-13)
|
|
7
15
|
|
|
8
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@operato/property-editor",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.10",
|
|
4
4
|
"description": "Webcomponent for property-editor following open-wc recommendations",
|
|
5
5
|
"author": "heartyoh",
|
|
6
6
|
"license": "MIT",
|
|
@@ -159,10 +159,10 @@
|
|
|
159
159
|
"storybook:build": "tsc && npm run analyze -- --exclude dist && build-storybook"
|
|
160
160
|
},
|
|
161
161
|
"dependencies": {
|
|
162
|
-
"@operato/help": "^1.1.
|
|
162
|
+
"@operato/help": "^1.1.10",
|
|
163
163
|
"@operato/i18n": "^1.1.4",
|
|
164
|
-
"@operato/input": "^1.1.
|
|
165
|
-
"@operato/popup": "^1.1.
|
|
164
|
+
"@operato/input": "^1.1.10",
|
|
165
|
+
"@operato/popup": "^1.1.10",
|
|
166
166
|
"lit": "^2.4.0",
|
|
167
167
|
"lodash-es": "^4.17.21"
|
|
168
168
|
},
|
|
@@ -202,5 +202,5 @@
|
|
|
202
202
|
"prettier --write"
|
|
203
203
|
]
|
|
204
204
|
},
|
|
205
|
-
"gitHead": "
|
|
205
|
+
"gitHead": "e4f3cc8687d0e2e0d2650c94097ef99a7315001f"
|
|
206
206
|
}
|