@operato/property-editor 1.2.31 → 1.2.35

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 +9 -0
  2. package/package.json +7 -6
package/CHANGELOG.md CHANGED
@@ -3,6 +3,15 @@
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.35](https://github.com/hatiolab/operato/compare/v1.2.34...v1.2.35) (2023-05-12)
7
+
8
+
9
+ ### :bug: Bug Fix
10
+
11
+ * license ([d14bd65](https://github.com/hatiolab/operato/commit/d14bd659d04ed69ff4332bd6e04aef4319ed6231))
12
+
13
+
14
+
6
15
  ### [1.2.31](https://github.com/hatiolab/operato/compare/v1.2.30...v1.2.31) (2023-05-05)
7
16
 
8
17
  **Note:** Version bump only for package @operato/property-editor
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "@operato/property-editor",
3
- "version": "1.2.31",
3
+ "version": "1.2.35",
4
4
  "description": "Webcomponent for property-editor following open-wc recommendations",
5
5
  "author": "heartyoh",
6
6
  "main": "dist/src/index.js",
7
7
  "module": "dist/src/index.js",
8
+ "license": "MIT",
8
9
  "publishConfig": {
9
10
  "access": "public",
10
11
  "@operato:registry": "https://registry.npmjs.org"
@@ -166,10 +167,10 @@
166
167
  "storybook:build": "tsc && npm run analyze -- --exclude dist && build-storybook"
167
168
  },
168
169
  "dependencies": {
169
- "@operato/help": "^1.2.31",
170
- "@operato/i18n": "^1.2.28",
171
- "@operato/input": "^1.2.29",
172
- "@operato/popup": "^1.2.28",
170
+ "@operato/help": "^1.2.35",
171
+ "@operato/i18n": "^1.2.35",
172
+ "@operato/input": "^1.2.35",
173
+ "@operato/popup": "^1.2.35",
173
174
  "lit": "^2.5.0",
174
175
  "lodash-es": "^4.17.21"
175
176
  },
@@ -209,5 +210,5 @@
209
210
  "prettier --write"
210
211
  ]
211
212
  },
212
- "gitHead": "a042bf6e6257f5b3d533bbe3c334eb758b1af6bd"
213
+ "gitHead": "2cf1488b4b0f72f8309b8b8f24620a4f1b3a685c"
213
214
  }