@operato/property-editor 1.2.35 → 1.2.38
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.2.38](https://github.com/hatiolab/operato/compare/v1.2.37...v1.2.38) (2023-05-20)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
### [1.2.35](https://github.com/hatiolab/operato/compare/v1.2.34...v1.2.35) (2023-05-12)
|
|
7
15
|
|
|
8
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@operato/property-editor",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.38",
|
|
4
4
|
"description": "Webcomponent for property-editor following open-wc recommendations",
|
|
5
5
|
"author": "heartyoh",
|
|
6
6
|
"main": "dist/src/index.js",
|
|
@@ -167,10 +167,10 @@
|
|
|
167
167
|
"storybook:build": "tsc && npm run analyze -- --exclude dist && build-storybook"
|
|
168
168
|
},
|
|
169
169
|
"dependencies": {
|
|
170
|
-
"@operato/help": "^1.2.
|
|
170
|
+
"@operato/help": "^1.2.38",
|
|
171
171
|
"@operato/i18n": "^1.2.35",
|
|
172
|
-
"@operato/input": "^1.2.
|
|
173
|
-
"@operato/popup": "^1.2.
|
|
172
|
+
"@operato/input": "^1.2.38",
|
|
173
|
+
"@operato/popup": "^1.2.38",
|
|
174
174
|
"lit": "^2.5.0",
|
|
175
175
|
"lodash-es": "^4.17.21"
|
|
176
176
|
},
|
|
@@ -210,5 +210,5 @@
|
|
|
210
210
|
"prettier --write"
|
|
211
211
|
]
|
|
212
212
|
},
|
|
213
|
-
"gitHead": "
|
|
213
|
+
"gitHead": "7aca08dbb83bbb8f89fdf6a3ba482b584d241c40"
|
|
214
214
|
}
|