@operato/resource 9.0.0-beta.11 → 9.0.0-beta.14

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 +9 -8
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
+ ## [9.0.0-beta.14](https://github.com/hatiolab/operato/compare/v9.0.0-beta.13...v9.0.0-beta.14) (2025-01-27)
7
+
8
+
9
+ ### :rocket: New Features
10
+
11
+ * module property-panel ([d78e4cf](https://github.com/hatiolab/operato/commit/d78e4cf7080b95fa74e61b42094b9f3f59f1409b))
12
+
13
+
14
+
15
+ ## [9.0.0-beta.13](https://github.com/hatiolab/operato/compare/v9.0.0-beta.12...v9.0.0-beta.13) (2025-01-25)
16
+
17
+
18
+ ### :bug: Bug Fix
19
+
20
+ * missing type: 'module' package.json ([604aaf0](https://github.com/hatiolab/operato/commit/604aaf0d35d52d0f8158bcf85d42a2d21b086871))
21
+
22
+
23
+
6
24
  ## [9.0.0-beta.11](https://github.com/hatiolab/operato/compare/v9.0.0-beta.10...v9.0.0-beta.11) (2025-01-25)
7
25
 
8
26
 
package/package.json CHANGED
@@ -2,7 +2,8 @@
2
2
  "name": "@operato/resource",
3
3
  "description": "WebApplication resource supporting components following open-wc recommendations",
4
4
  "author": "heartyoh",
5
- "version": "9.0.0-beta.11",
5
+ "version": "9.0.0-beta.14",
6
+ "type": "module",
6
7
  "main": "dist/src/index.js",
7
8
  "module": "dist/src/index.js",
8
9
  "exports": {
@@ -50,12 +51,12 @@
50
51
  },
51
52
  "dependencies": {
52
53
  "@material/web": "^2.0.0",
53
- "@operato/graphql": "^9.0.0-beta.11",
54
- "@operato/i18n": "^9.0.0-beta.11",
55
- "@operato/layout": "^9.0.0-beta.11",
56
- "@operato/shell": "^9.0.0-beta.11",
57
- "@operato/styles": "^9.0.0-beta.11",
58
- "@operato/utils": "^9.0.0-beta.11",
54
+ "@operato/graphql": "^9.0.0-beta.14",
55
+ "@operato/i18n": "^9.0.0-beta.14",
56
+ "@operato/layout": "^9.0.0-beta.14",
57
+ "@operato/shell": "^9.0.0-beta.14",
58
+ "@operato/styles": "^9.0.0-beta.14",
59
+ "@operato/utils": "^9.0.0-beta.14",
59
60
  "lit": "^3.1.2"
60
61
  },
61
62
  "devDependencies": {
@@ -90,5 +91,5 @@
90
91
  "prettier --write"
91
92
  ]
92
93
  },
93
- "gitHead": "1a2c749a4d71b8081649cb1a6caf70057f6d3718"
94
+ "gitHead": "cf201f3ddd1bf2482959e4bc1b149871c33f28e2"
94
95
  }