@operato/property-editor 0.3.22 → 0.3.27

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 +41 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,47 @@
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
+ ### [0.3.27](https://github.com/hatiolab/operato/compare/v0.3.26...v0.3.27) (2022-02-01)
7
+
8
+
9
+ ### :bug: Bug Fix
10
+
11
+ * data-grist filters-form to support boolean, number and select ([2aa717d](https://github.com/hatiolab/operato/commit/2aa717db41e22854ca869d0269522578ebcb9392))
12
+
13
+
14
+
15
+ ### [0.3.26](https://github.com/hatiolab/operato/compare/v0.3.25...v0.3.26) (2022-01-31)
16
+
17
+ **Note:** Version bump only for package @operato/property-editor
18
+
19
+
20
+
21
+
22
+
23
+ ### [0.3.25](https://github.com/hatiolab/operato/compare/v0.3.24...v0.3.25) (2022-01-31)
24
+
25
+ **Note:** Version bump only for package @operato/property-editor
26
+
27
+
28
+
29
+
30
+
31
+ ### [0.3.24](https://github.com/hatiolab/operato/compare/v0.3.23...v0.3.24) (2022-01-30)
32
+
33
+ **Note:** Version bump only for package @operato/property-editor
34
+
35
+
36
+
37
+
38
+
39
+ ### [0.3.23](https://github.com/hatiolab/operato/compare/v0.3.22...v0.3.23) (2022-01-30)
40
+
41
+ **Note:** Version bump only for package @operato/property-editor
42
+
43
+
44
+
45
+
46
+
6
47
  ### [0.3.22](https://github.com/hatiolab/operato/compare/v0.3.21...v0.3.22) (2022-01-30)
7
48
 
8
49
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@operato/property-editor",
3
- "version": "0.3.22",
3
+ "version": "0.3.27",
4
4
  "description": "Webcomponent for property-editor following open-wc recommendations",
5
5
  "author": "heartyoh",
6
6
  "license": "MIT",
@@ -31,7 +31,7 @@
31
31
  "storybook:build": "tsc && npm run analyze -- --exclude dist && build-storybook"
32
32
  },
33
33
  "dependencies": {
34
- "@operato/i18n": "^0.3.22",
34
+ "@operato/i18n": "^0.3.27",
35
35
  "lit": "^2.0.2",
36
36
  "lodash-es": "^4.17.21"
37
37
  },
@@ -73,5 +73,5 @@
73
73
  "prettier --write"
74
74
  ]
75
75
  },
76
- "gitHead": "368032e9ae07d6e82a2d7f35486f67a197db179c"
76
+ "gitHead": "fd08d299b6713bc48a71c8f5c113cb32348a3930"
77
77
  }