@operato/property-editor 1.0.25 → 1.0.28

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.28](https://github.com/hatiolab/operato/compare/v1.0.27...v1.0.28) (2022-10-16)
7
+
8
+ **Note:** Version bump only for package @operato/property-editor
9
+
10
+
11
+
12
+
13
+
6
14
  ### [1.0.25](https://github.com/hatiolab/operato/compare/v1.0.24...v1.0.25) (2022-10-10)
7
15
 
8
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@operato/property-editor",
3
- "version": "1.0.25",
3
+ "version": "1.0.28",
4
4
  "description": "Webcomponent for property-editor following open-wc recommendations",
5
5
  "author": "heartyoh",
6
6
  "license": "MIT",
@@ -155,7 +155,7 @@
155
155
  "storybook:build": "tsc && npm run analyze -- --exclude dist && build-storybook"
156
156
  },
157
157
  "dependencies": {
158
- "@operato/help": "^1.0.25",
158
+ "@operato/help": "^1.0.28",
159
159
  "@operato/i18n": "^1.0.6",
160
160
  "@operato/input": "^1.0.25",
161
161
  "@operato/popup": "^1.0.23",
@@ -199,5 +199,5 @@
199
199
  "prettier --write"
200
200
  ]
201
201
  },
202
- "gitHead": "cc9a66e8eff17dfa7b2d63bd927a5fbc0641e887"
202
+ "gitHead": "06f098c3f958a4014d0de62069ff9e9f8cb050e7"
203
203
  }