@operato/property-editor 1.1.1 → 1.1.5

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 +16 -0
  2. package/package.json +5 -5
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.5](https://github.com/hatiolab/operato/compare/v1.1.4...v1.1.5) (2022-11-09)
7
+
8
+ **Note:** Version bump only for package @operato/property-editor
9
+
10
+
11
+
12
+
13
+
14
+ ### [1.1.4](https://github.com/hatiolab/operato/compare/v1.1.3...v1.1.4) (2022-11-06)
15
+
16
+ **Note:** Version bump only for package @operato/property-editor
17
+
18
+
19
+
20
+
21
+
6
22
  ### [1.1.1](https://github.com/hatiolab/operato/compare/v1.1.0...v1.1.1) (2022-11-04)
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.1",
3
+ "version": "1.1.5",
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.1",
159
- "@operato/i18n": "^1.1.1",
160
- "@operato/input": "^1.1.1",
158
+ "@operato/help": "^1.1.5",
159
+ "@operato/i18n": "^1.1.4",
160
+ "@operato/input": "^1.1.5",
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": "8acd5da56c7d09d5c2ad4e03e8009a6fbf1a4f56"
201
+ "gitHead": "86483763adb4972ed03daad933ef9562140e1480"
202
202
  }