@zywave/zui-table 4.0.8-pre.0 → 4.0.8

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 +3 -27
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,62 +3,38 @@
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
- ## [4.0.7](https://gitlab.com/zywave/app-platform/devkit/web-sdk/zui/compare/@zywave/zui-table@4.0.7-pre.0...@zywave/zui-table@4.0.7) (2022-09-30)
6
+ ## [4.0.8](https://gitlab.com/zywave/app-platform/devkit/web-sdk/zui/compare/@zywave/zui-table@4.0.8-pre.1...@zywave/zui-table@4.0.8) (2023-04-04)
7
7
 
8
8
  **Note:** Version bump only for package @zywave/zui-table
9
9
 
10
+ ## [4.0.7](https://gitlab.com/zywave/app-platform/devkit/web-sdk/zui/compare/@zywave/zui-table@4.0.7-pre.0...@zywave/zui-table@4.0.7) (2022-09-30)
10
11
 
11
-
12
-
12
+ **Note:** Version bump only for package @zywave/zui-table
13
13
 
14
14
  ## [4.0.6](https://gitlab.com/zywave/devkit/web-sdk/zui/compare/@zywave/zui-table@4.0.6-pre.2...@zywave/zui-table@4.0.6) (2022-08-12)
15
15
 
16
16
  **Note:** Version bump only for package @zywave/zui-table
17
17
 
18
-
19
-
20
-
21
-
22
18
  ## [4.0.5](https://gitlab.com/zywave/devkit/web-sdk/zui/compare/@zywave/zui-table@4.0.5-pre.0...@zywave/zui-table@4.0.5) (2022-05-04)
23
19
 
24
20
  **Note:** Version bump only for package @zywave/zui-table
25
21
 
26
-
27
-
28
-
29
-
30
22
  ## [4.0.4](https://gitlab.com/zywave/devkit/web-sdk/zui/compare/@zywave/zui-table@4.0.4-pre.0...@zywave/zui-table@4.0.4) (2022-05-04)
31
23
 
32
24
  **Note:** Version bump only for package @zywave/zui-table
33
25
 
34
-
35
-
36
-
37
-
38
26
  ## [4.0.3](https://gitlab.com/zywave/devkit/web-sdk/zui/compare/@zywave/zui-table@4.0.3-pre.1...@zywave/zui-table@4.0.3) (2022-03-25)
39
27
 
40
28
  **Note:** Version bump only for package @zywave/zui-table
41
29
 
42
-
43
-
44
-
45
-
46
30
  ## [4.0.2](https://gitlab.com/zywave/devkit/zui/zui/compare/@zywave/zui-table@4.0.2-pre.3...@zywave/zui-table@4.0.2) (2022-02-25)
47
31
 
48
32
  **Note:** Version bump only for package @zywave/zui-table
49
33
 
50
-
51
-
52
-
53
-
54
34
  ## [4.0.1](https://gitlab.com/zywave/devkit/zui/zui/compare/@zywave/zui-table@4.0.1-pre.5...@zywave/zui-table@4.0.1) (2022-01-26)
55
35
 
56
36
  **Note:** Version bump only for package @zywave/zui-table
57
37
 
58
-
59
-
60
-
61
-
62
38
  # [4.0.0](https://gitlab.com/zywave/devkit/zui/zui/compare/@zywave/zui-table@4.0.0-pre.3...@zywave/zui-table@4.0.0) (2021-12-10)
63
39
 
64
40
  **Note:** Version bump only for package @zywave/zui-table
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zywave/zui-table",
3
- "version": "4.0.8-pre.0",
3
+ "version": "4.0.8",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "license": "UNLICENSED",
@@ -23,10 +23,10 @@
23
23
  "customElements": "dist/custom-elements.json",
24
24
  "dependencies": {
25
25
  "@zywave/zui-base": "^4.1.25",
26
- "@zywave/zui-icons": "^4.0.32-pre.0"
26
+ "@zywave/zui-icons": "^4.1.0"
27
27
  },
28
28
  "devDependencies": {
29
- "@zywave/zui-button": "^4.0.32-pre.0"
29
+ "@zywave/zui-button": "^4.0.32"
30
30
  },
31
- "gitHead": "0c2f676186e3922c35865f980d825fe9dde60936"
31
+ "gitHead": "1bbeeb376d4d7c3bedb7e02c1be83a0c3fda30ce"
32
32
  }