@operato/property-editor 1.1.14 → 1.1.16
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 +16 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
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.16](https://github.com/hatiolab/operato/compare/v1.1.15...v1.1.16) (2022-11-26)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### [1.1.15](https://github.com/hatiolab/operato/compare/v1.1.14...v1.1.15) (2022-11-23)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
### [1.1.14](https://github.com/hatiolab/operato/compare/v1.1.13...v1.1.14) (2022-11-21)
|
|
7
23
|
|
|
8
24
|
**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.16",
|
|
4
4
|
"description": "Webcomponent for property-editor following open-wc recommendations",
|
|
5
5
|
"author": "heartyoh",
|
|
6
6
|
"main": "dist/src/index.js",
|
|
@@ -162,9 +162,9 @@
|
|
|
162
162
|
"storybook:build": "tsc && npm run analyze -- --exclude dist && build-storybook"
|
|
163
163
|
},
|
|
164
164
|
"dependencies": {
|
|
165
|
-
"@operato/help": "^1.1.
|
|
165
|
+
"@operato/help": "^1.1.16",
|
|
166
166
|
"@operato/i18n": "^1.1.13",
|
|
167
|
-
"@operato/input": "^1.1.
|
|
167
|
+
"@operato/input": "^1.1.16",
|
|
168
168
|
"@operato/popup": "^1.1.13",
|
|
169
169
|
"lit": "^2.4.0",
|
|
170
170
|
"lodash-es": "^4.17.21"
|
|
@@ -205,5 +205,5 @@
|
|
|
205
205
|
"prettier --write"
|
|
206
206
|
]
|
|
207
207
|
},
|
|
208
|
-
"gitHead": "
|
|
208
|
+
"gitHead": "1121dcd3ae31ef0924344cfa7ac589c26ae2d38b"
|
|
209
209
|
}
|