@operato/data-grist 2.0.0-beta.22 → 2.0.0-beta.24

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 +18 -0
  2. package/package.json +11 -10
package/CHANGELOG.md CHANGED
@@ -3,6 +3,24 @@
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
+ ## [2.0.0-beta.24](https://github.com/hatiolab/operato/compare/v2.0.0-beta.23...v2.0.0-beta.24) (2024-06-15)
7
+
8
+
9
+ ### :bug: Bug Fix
10
+
11
+ * remove default value for data property editor ([bf680c5](https://github.com/hatiolab/operato/commit/bf680c5da4856316e2a96f0231f2354cd305008f))
12
+
13
+
14
+
15
+ ## [2.0.0-beta.23](https://github.com/hatiolab/operato/compare/v2.0.0-beta.22...v2.0.0-beta.23) (2024-06-13)
16
+
17
+
18
+ ### :bug: Bug Fix
19
+
20
+ * export package.json ([538e6e0](https://github.com/hatiolab/operato/commit/538e6e050f5a3d77b8ed805968d66a9093a7d5e9))
21
+
22
+
23
+
6
24
  ## [2.0.0-beta.22](https://github.com/hatiolab/operato/compare/v2.0.0-beta.21...v2.0.0-beta.22) (2024-06-13)
7
25
 
8
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@operato/data-grist",
3
- "version": "2.0.0-beta.22",
3
+ "version": "2.0.0-beta.24",
4
4
  "description": "User interface for grid (desktop) and list (mobile)",
5
5
  "author": "heartyoh",
6
6
  "main": "dist/index.js",
@@ -18,6 +18,7 @@
18
18
  },
19
19
  "exports": {
20
20
  ".": "./dist/src/index.js",
21
+ "./package.json": "./package.json",
21
22
  "./ox-grist.js": "./dist/src/data-grist.js",
22
23
  "./ox-report.js": "./dist/src/data-report.js",
23
24
  "./ox-filters-form.js": "./dist/src/filters/filters-form.js",
@@ -60,15 +61,15 @@
60
61
  "storybook:build": "tsc && build-storybook"
61
62
  },
62
63
  "dependencies": {
63
- "@material/web": "^1.4.0",
64
- "@operato/headroom": "^2.0.0-beta.22",
65
- "@operato/input": "^2.0.0-beta.22",
66
- "@operato/p13n": "^2.0.0-beta.22",
67
- "@operato/popup": "^2.0.0-beta.22",
68
- "@operato/pull-to-refresh": "^2.0.0-beta.22",
69
- "@operato/styles": "^2.0.0-beta.22",
64
+ "@material/web": "^1.5.0",
65
+ "@operato/headroom": "^2.0.0-beta.23",
66
+ "@operato/input": "^2.0.0-beta.24",
67
+ "@operato/p13n": "^2.0.0-beta.24",
68
+ "@operato/popup": "^2.0.0-beta.24",
69
+ "@operato/pull-to-refresh": "^2.0.0-beta.23",
70
+ "@operato/styles": "^2.0.0-beta.23",
70
71
  "@operato/time-calculator": "^2.0.0-beta.0",
71
- "@operato/utils": "^2.0.0-beta.22",
72
+ "@operato/utils": "^2.0.0-beta.23",
72
73
  "i18next": "^21.6.3",
73
74
  "json5": "^2.2.0",
74
75
  "lit": "^3.1.2",
@@ -107,5 +108,5 @@
107
108
  "prettier --write"
108
109
  ]
109
110
  },
110
- "gitHead": "a0c43af5506fd7786061d78a6946489be6c37336"
111
+ "gitHead": "f9c8a5a062f3ba213cd0f146cabf54369f7b1c1e"
111
112
  }