@operato/attachment 2.0.0-beta.13 → 2.0.0-beta.15

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 +22 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,28 @@
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.15](https://github.com/hatiolab/operato/compare/v2.0.0-beta.14...v2.0.0-beta.15) (2024-06-10)
7
+
8
+
9
+ ### :rocket: New Features
10
+
11
+ * gantt chart taskbar tooltip ([758ecd4](https://github.com/hatiolab/operato/commit/758ecd4b7d6b2b77b98cf13d6e4b36c822f4ff12))
12
+
13
+
14
+ ### :bug: Bug Fix
15
+
16
+ * revert i18next version ([75975f7](https://github.com/hatiolab/operato/commit/75975f7295febfbbb2d02774249ca2b742019ba9))
17
+
18
+
19
+
20
+ ## [2.0.0-beta.14](https://github.com/hatiolab/operato/compare/v2.0.0-beta.13...v2.0.0-beta.14) (2024-06-10)
21
+
22
+ **Note:** Version bump only for package @operato/attachment
23
+
24
+
25
+
26
+
27
+
6
28
  ## [2.0.0-beta.13](https://github.com/hatiolab/operato/compare/v2.0.0-beta.12...v2.0.0-beta.13) (2024-06-09)
7
29
 
8
30
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@operato/attachment",
3
3
  "description": "Webcomponent attachment following open-wc recommendations",
4
4
  "author": "heartyoh",
5
- "version": "2.0.0-beta.13",
5
+ "version": "2.0.0-beta.15",
6
6
  "main": "dist/src/index.js",
7
7
  "module": "dist/src/index.js",
8
8
  "exports": {
@@ -52,10 +52,10 @@
52
52
  },
53
53
  "dependencies": {
54
54
  "@material/web": "^1.4.0",
55
- "@operato/data-grist": "^2.0.0-beta.13",
55
+ "@operato/data-grist": "^2.0.0-beta.15",
56
56
  "@operato/graphql": "^2.0.0-beta.13",
57
- "@operato/input": "^2.0.0-beta.13",
58
- "@operato/property-editor": "^2.0.0-beta.13",
57
+ "@operato/input": "^2.0.0-beta.15",
58
+ "@operato/property-editor": "^2.0.0-beta.15",
59
59
  "@operato/styles": "^2.0.0-beta.13",
60
60
  "@operato/utils": "^2.0.0-beta.13",
61
61
  "i18next": "^21.6.3",
@@ -93,5 +93,5 @@
93
93
  "prettier --write"
94
94
  ]
95
95
  },
96
- "gitHead": "719dcda3f81008118bc3593658f3e68570dd8866"
96
+ "gitHead": "8f2297538050bd7eb288a6d9694e95411bcc2c88"
97
97
  }