@slickgrid-universal/vanilla-bundle 1.1.0 → 1.1.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.
- package/CHANGELOG.md +11 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
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
|
+
## [1.1.1](https://github.com/ghiscoding/slickgrid-universal/compare/v1.1.0...v1.1.1) (2021-12-11)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **build:** bump version manually bcoz of previous force push ([5e9a610](https://github.com/ghiscoding/slickgrid-universal/commit/5e9a610ad01d752673856591f9b5de73b0ece0e9))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [1.1.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.19.2...v1.1.0) (2021-12-11)
|
|
7
18
|
|
|
8
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@slickgrid-universal/vanilla-bundle",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "Vanilla Slick Grid Bundle - Framework agnostic the output is to be used in vanilla JS/TS - Written in TypeScript and we also use WebPack to bundle everything into 1 JS file.",
|
|
5
5
|
"main": "dist/commonjs/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -48,11 +48,11 @@
|
|
|
48
48
|
"not dead"
|
|
49
49
|
],
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@slickgrid-universal/common": "^
|
|
52
|
-
"@slickgrid-universal/custom-footer-component": "^
|
|
53
|
-
"@slickgrid-universal/empty-warning-component": "^
|
|
54
|
-
"@slickgrid-universal/event-pub-sub": "^
|
|
55
|
-
"@slickgrid-universal/pagination-component": "^
|
|
51
|
+
"@slickgrid-universal/common": "^1.1.0",
|
|
52
|
+
"@slickgrid-universal/custom-footer-component": "^1.1.1",
|
|
53
|
+
"@slickgrid-universal/empty-warning-component": "^1.1.1",
|
|
54
|
+
"@slickgrid-universal/event-pub-sub": "^1.1.1",
|
|
55
|
+
"@slickgrid-universal/pagination-component": "^1.1.1",
|
|
56
56
|
"whatwg-fetch": "^3.6.2"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"npm-run-all": "^4.1.5",
|
|
61
61
|
"rimraf": "^3.0.2"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "c73565b875e9df7a4b26613bd0307d75156ef2d1"
|
|
64
64
|
}
|