@operato/property-editor 1.0.6 → 1.0.7

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +3 -3
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.0.7](https://github.com/hatiolab/operato/compare/v1.0.6...v1.0.7) (2022-07-31)
7
+
8
+ **Note:** Version bump only for package @operato/property-editor
9
+
10
+
11
+
12
+
13
+
6
14
  ### [1.0.6](https://github.com/hatiolab/operato/compare/v1.0.5...v1.0.6) (2022-07-31)
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.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Webcomponent for property-editor following open-wc recommendations",
5
5
  "author": "heartyoh",
6
6
  "license": "MIT",
@@ -151,7 +151,7 @@
151
151
  "storybook:build": "tsc && npm run analyze -- --exclude dist && build-storybook"
152
152
  },
153
153
  "dependencies": {
154
- "@operato/help": "^1.0.6",
154
+ "@operato/help": "^1.0.7",
155
155
  "@operato/i18n": "^1.0.6",
156
156
  "@operato/input": "^1.0.6",
157
157
  "@operato/popup": "^1.0.6",
@@ -195,5 +195,5 @@
195
195
  "prettier --write"
196
196
  ]
197
197
  },
198
- "gitHead": "e0c4443fb011f84350b93f1c0efa6a96f76cb40b"
198
+ "gitHead": "24e241b4f2d4cde785816ea5241f110ffb7a692c"
199
199
  }