@operato/property-editor 1.1.1 → 1.1.4
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.4](https://github.com/hatiolab/operato/compare/v1.1.3...v1.1.4) (2022-11-06)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
### [1.1.1](https://github.com/hatiolab/operato/compare/v1.1.0...v1.1.1) (2022-11-04)
|
|
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": "1.1.
|
|
3
|
+
"version": "1.1.4",
|
|
4
4
|
"description": "Webcomponent for property-editor following open-wc recommendations",
|
|
5
5
|
"author": "heartyoh",
|
|
6
6
|
"license": "MIT",
|
|
@@ -155,9 +155,9 @@
|
|
|
155
155
|
"storybook:build": "tsc && npm run analyze -- --exclude dist && build-storybook"
|
|
156
156
|
},
|
|
157
157
|
"dependencies": {
|
|
158
|
-
"@operato/help": "^1.1.
|
|
159
|
-
"@operato/i18n": "^1.1.
|
|
160
|
-
"@operato/input": "^1.1.
|
|
158
|
+
"@operato/help": "^1.1.4",
|
|
159
|
+
"@operato/i18n": "^1.1.4",
|
|
160
|
+
"@operato/input": "^1.1.4",
|
|
161
161
|
"@operato/popup": "^1.1.1",
|
|
162
162
|
"lit": "^2.4.0",
|
|
163
163
|
"lodash-es": "^4.17.21"
|
|
@@ -198,5 +198,5 @@
|
|
|
198
198
|
"prettier --write"
|
|
199
199
|
]
|
|
200
200
|
},
|
|
201
|
-
"gitHead": "
|
|
201
|
+
"gitHead": "5e8f9e367988de6a19794b287c616afca11d9092"
|
|
202
202
|
}
|