@stenajs-webui/grid-export 18.2.0 → 18.4.0
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.
- package/package.json +5 -5
- package/CHANGELOG.md +0 -37
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stenajs-webui/grid-export",
|
|
3
|
-
"version": "18.
|
|
3
|
+
"version": "18.4.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "mattias800",
|
|
6
6
|
"license": "MIT",
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@fortawesome/free-solid-svg-icons": ">=5.15.3",
|
|
30
|
-
"@stenajs-webui/core": "18.
|
|
31
|
-
"@stenajs-webui/elements": "18.
|
|
32
|
-
"@stenajs-webui/grid": "18.
|
|
30
|
+
"@stenajs-webui/core": "18.4.0",
|
|
31
|
+
"@stenajs-webui/elements": "18.4.0",
|
|
32
|
+
"@stenajs-webui/grid": "18.4.0",
|
|
33
33
|
"@types/zipcelx": "^1.5.0",
|
|
34
34
|
"clipboard-polyfill": "^3.0.2",
|
|
35
35
|
"date-fns": "2.26.0",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"files": [
|
|
56
56
|
"dist"
|
|
57
57
|
],
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "8852f10780f1343262adc0636a3383b68508e711"
|
|
59
59
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
# v17.7.0 (Fri Jul 01 2022)
|
|
2
|
-
|
|
3
|
-
#### 🚀 Enhancement
|
|
4
|
-
|
|
5
|
-
- Build packages with vite [#475](https://github.com/StenaIT/stenajs-webui/pull/475) ([@lindskogen](https://github.com/lindskogen))
|
|
6
|
-
|
|
7
|
-
#### Authors: 1
|
|
8
|
-
|
|
9
|
-
- Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
|
|
10
|
-
|
|
11
|
-
---
|
|
12
|
-
|
|
13
|
-
# v17.0.0 (Fri Jun 17 2022)
|
|
14
|
-
|
|
15
|
-
#### 💥 Breaking Change
|
|
16
|
-
|
|
17
|
-
- Upgrade and apply prettier. [#467](https://github.com/StenaIT/stenajs-webui/pull/467) ([@mattias800](https://github.com/mattias800))
|
|
18
|
-
|
|
19
|
-
#### 🔩 Dependency Updates
|
|
20
|
-
|
|
21
|
-
- Update Typescript, React, Jest, etc. [#466](https://github.com/StenaIT/stenajs-webui/pull/466) ([@mattias800](https://github.com/mattias800))
|
|
22
|
-
|
|
23
|
-
#### Authors: 1
|
|
24
|
-
|
|
25
|
-
- Mattias Andersson ([@mattias800](https://github.com/mattias800))
|
|
26
|
-
|
|
27
|
-
---
|
|
28
|
-
|
|
29
|
-
# v15.0.1 (Thu Feb 17 2022)
|
|
30
|
-
|
|
31
|
-
#### ⚠️ Pushed to `master`
|
|
32
|
-
|
|
33
|
-
- Fix exact version reference ([@lindskogen](https://github.com/lindskogen))
|
|
34
|
-
|
|
35
|
-
#### Authors: 1
|
|
36
|
-
|
|
37
|
-
- Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
|