@operato/property-editor 1.1.52 → 1.1.54

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 +17 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,23 @@
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.54](https://github.com/hatiolab/operato/compare/v1.1.53...v1.1.54) (2023-01-05)
7
+
8
+ **Note:** Version bump only for package @operato/property-editor
9
+
10
+
11
+
12
+
13
+
14
+ ### [1.1.53](https://github.com/hatiolab/operato/compare/v1.1.52...v1.1.53) (2023-01-01)
15
+
16
+
17
+ ### :bug: Bug Fix
18
+
19
+ * lit@2.5.0 ([f156614](https://github.com/hatiolab/operato/commit/f15661455da80ec50e0ec12fde70f0d3e24ca096))
20
+
21
+
22
+
6
23
  ### [1.1.52](https://github.com/hatiolab/operato/compare/v1.1.51...v1.1.52) (2022-12-31)
7
24
 
8
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@operato/property-editor",
3
- "version": "1.1.52",
3
+ "version": "1.1.54",
4
4
  "description": "Webcomponent for property-editor following open-wc recommendations",
5
5
  "author": "heartyoh",
6
6
  "main": "dist/src/index.js",
@@ -166,11 +166,11 @@
166
166
  "storybook:build": "tsc && npm run analyze -- --exclude dist && build-storybook"
167
167
  },
168
168
  "dependencies": {
169
- "@operato/help": "^1.1.52",
170
- "@operato/i18n": "^1.1.52",
171
- "@operato/input": "^1.1.52",
172
- "@operato/popup": "^1.1.52",
173
- "lit": "^2.4.0",
169
+ "@operato/help": "^1.1.54",
170
+ "@operato/i18n": "^1.1.53",
171
+ "@operato/input": "^1.1.53",
172
+ "@operato/popup": "^1.1.53",
173
+ "lit": "^2.5.0",
174
174
  "lodash-es": "^4.17.21"
175
175
  },
176
176
  "devDependencies": {
@@ -209,5 +209,5 @@
209
209
  "prettier --write"
210
210
  ]
211
211
  },
212
- "gitHead": "127a7b565d59baadf7764255dcc98c70ac836d70"
212
+ "gitHead": "9d9e065622b37c46241f8279ef58a0627f79a364"
213
213
  }