@slickgrid-universal/empty-warning-component 0.19.2 → 1.2.1

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 (3) hide show
  1. package/CHANGELOG.md +37 -1
  2. package/LICENSE +1 -1
  3. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
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
- ## [0.19.2](https://github.com/ghiscoding/slickgrid-universal/compare/v0.19.1...v0.19.2) (2021-11-19)
6
+ ## [1.2.1](https://github.com/ghiscoding/slickgrid-universal/compare/v1.2.0...v1.2.1) (2022-01-18)
7
7
 
8
8
  **Note:** Version bump only for package @slickgrid-universal/empty-warning-component
9
9
 
@@ -11,6 +11,42 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
 
12
12
 
13
13
 
14
+ # [1.2.0](https://github.com/ghiscoding/slickgrid-universal/compare/v1.1.1...v1.2.0) (2022-01-06)
15
+
16
+ **Note:** Version bump only for package @slickgrid-universal/empty-warning-component
17
+
18
+
19
+
20
+
21
+
22
+ ## [1.1.1](https://github.com/ghiscoding/slickgrid-universal/compare/v1.1.0...v1.1.1) (2021-12-11)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * **build:** bump version manually bcoz of previous force push ([5e9a610](https://github.com/ghiscoding/slickgrid-universal/commit/5e9a610ad01d752673856591f9b5de73b0ece0e9))
28
+
29
+
30
+
31
+
32
+
33
+ # [1.1.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.19.2...v1.1.0) (2021-12-11)
34
+
35
+ **Note:** Version bump only for package @slickgrid-universal/empty-warning-component
36
+
37
+
38
+
39
+
40
+
41
+
42
+ ## [0.19.2](https://github.com/ghiscoding/slickgrid-universal/compare/v0.19.1...v0.19.2) (2021-11-19)
43
+
44
+ **Note:** Version bump only for package @slickgrid-universal/empty-warning-component
45
+
46
+
47
+
48
+
49
+
14
50
 
15
51
  ## [0.19.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.19.0...v0.19.1) (2021-11-15)
16
52
 
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2020-2021, Ghislain B. - Slickgrid-Universal
1
+ Copyright (c) 2020-2022, Ghislain B. - Slickgrid-Universal
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slickgrid-universal/empty-warning-component",
3
- "version": "0.19.2",
3
+ "version": "1.2.1",
4
4
  "description": "Slick Empty Warning Component - Vanilla Implementation of an Empty Dataset Warning Component",
5
5
  "main": "dist/commonjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -47,12 +47,12 @@
47
47
  "not dead"
48
48
  ],
49
49
  "dependencies": {
50
- "@slickgrid-universal/common": "^0.19.2"
50
+ "@slickgrid-universal/common": "^1.2.1"
51
51
  },
52
52
  "devDependencies": {
53
53
  "cross-env": "^7.0.3",
54
54
  "npm-run-all": "^4.1.5",
55
55
  "rimraf": "^3.0.2"
56
56
  },
57
- "gitHead": "ea7000e3c627584b9a3cc524e44235b2f8652884"
57
+ "gitHead": "11a05e9877ac0a42d53eaefb1edf95586dcd41b3"
58
58
  }