@operato/property-editor 7.1.2 → 7.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. 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
+ ### [7.1.4](https://github.com/hatiolab/operato/compare/v7.1.3...v7.1.4) (2024-09-06)
7
+
8
+ **Note:** Version bump only for package @operato/property-editor
9
+
10
+
11
+
12
+
13
+
14
+ ### [7.1.3](https://github.com/hatiolab/operato/compare/v7.1.2...v7.1.3) (2024-09-04)
15
+
16
+ **Note:** Version bump only for package @operato/property-editor
17
+
18
+
19
+
20
+
21
+
6
22
  ### [7.1.2](https://github.com/hatiolab/operato/compare/v7.1.1...v7.1.2) (2024-09-02)
7
23
 
8
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@operato/property-editor",
3
- "version": "7.1.2",
3
+ "version": "7.1.4",
4
4
  "description": "Webcomponent for property-editor following open-wc recommendations",
5
5
  "author": "heartyoh",
6
6
  "main": "dist/src/index.js",
@@ -188,9 +188,9 @@
188
188
  },
189
189
  "dependencies": {
190
190
  "@material/web": "^2.0.0",
191
- "@operato/help": "^7.1.2",
191
+ "@operato/help": "^7.1.4",
192
192
  "@operato/i18n": "^7.1.1",
193
- "@operato/input": "^7.1.2",
193
+ "@operato/input": "^7.1.4",
194
194
  "@operato/popup": "^7.1.1",
195
195
  "lit": "^3.1.2",
196
196
  "lodash-es": "^4.17.21"
@@ -230,5 +230,5 @@
230
230
  "prettier --write"
231
231
  ]
232
232
  },
233
- "gitHead": "9e40d6c5fce98a720ef628b576eec76a2283c59e"
233
+ "gitHead": "1abfd7c0d36d4083e38f88bd83cffa92198bb520"
234
234
  }