@operato/property-editor 7.1.7 → 7.1.8

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 +6 -2
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
+ ### [7.1.8](https://github.com/hatiolab/operato/compare/v7.1.7...v7.1.8) (2024-09-12)
7
+
8
+
9
+ ### :bug: Bug Fix
10
+
11
+ * modify export editor-datetime ([393f909](https://github.com/hatiolab/operato/commit/393f909f969e28e2bb77c5d1697f7aac575fc0af))
12
+
13
+
14
+
6
15
  ### [7.1.7](https://github.com/hatiolab/operato/compare/v7.1.6...v7.1.7) (2024-09-12)
7
16
 
8
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@operato/property-editor",
3
- "version": "7.1.7",
3
+ "version": "7.1.8",
4
4
  "description": "Webcomponent for property-editor following open-wc recommendations",
5
5
  "author": "heartyoh",
6
6
  "main": "dist/src/index.js",
@@ -30,6 +30,7 @@
30
30
  "./ox-property-editor-duration.js": "./dist/src/ox-property-editor-duration.js",
31
31
  "./ox-property-editor-data.js": "./dist/src/ox-property-editor-data.js",
32
32
  "./ox-property-editor-date.js": "./dist/src/ox-property-editor-date.js",
33
+ "./ox-property-editor-datetime.js": "./dist/src/ox-property-editor-datetime.js",
33
34
  "./ox-property-editor-month.js": "./dist/src/ox-property-editor-month.js",
34
35
  "./ox-property-editor-time.js": "./dist/src/ox-property-editor-time.js",
35
36
  "./ox-property-editor-file.js": "./dist/src/ox-property-editor-file.js",
@@ -94,6 +95,9 @@
94
95
  "ox-property-editor-date.js": [
95
96
  "dist/src/ox-property-editor-date.d.ts"
96
97
  ],
98
+ "ox-property-editor-datetime.js": [
99
+ "dist/src/ox-property-editor-datetime.d.ts"
100
+ ],
97
101
  "ox-property-editor-file.js": [
98
102
  "dist/src/ox-property-editor-file.d.ts"
99
103
  ],
@@ -230,5 +234,5 @@
230
234
  "prettier --write"
231
235
  ]
232
236
  },
233
- "gitHead": "9d3307fb3871bb2dc4251d22aaa9485499c4e34c"
237
+ "gitHead": "6769e9f397f39285ad2e331c7496cb5a5cfababc"
234
238
  }