@slickgrid-universal/event-pub-sub 0.19.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +39 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,7 +3,18 @@
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.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.18.0...v0.19.0) (2021-10-28)
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
+
17
+ # [1.1.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.19.2...v1.1.0) (2021-12-11)
7
18
 
8
19
  **Note:** Version bump only for package @slickgrid-universal/event-pub-sub
9
20
 
@@ -12,6 +23,33 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
12
23
 
13
24
 
14
25
 
26
+ ## [0.19.2](https://github.com/ghiscoding/slickgrid-universal/compare/v0.19.1...v0.19.2) (2021-11-19)
27
+
28
+ **Note:** Version bump only for package @slickgrid-universal/event-pub-sub
29
+
30
+
31
+
32
+
33
+
34
+
35
+ ## [0.19.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.19.0...v0.19.1) (2021-11-15)
36
+
37
+ **Note:** Version bump only for package @slickgrid-universal/event-pub-sub
38
+
39
+
40
+
41
+
42
+
43
+
44
+ # [0.19.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.18.0...v0.19.0) (2021-10-28)
45
+
46
+ **Note:** Version bump only for package @slickgrid-universal/event-pub-sub
47
+
48
+
49
+
50
+
51
+
52
+
15
53
  # [0.18.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.17.0...v0.18.0) (2021-09-29)
16
54
 
17
55
  **Note:** Version bump only for package @slickgrid-universal/event-pub-sub
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slickgrid-universal/event-pub-sub",
3
- "version": "0.19.0",
3
+ "version": "1.1.1",
4
4
  "description": "Simple Vanilla Implementation of an Event PubSub Service to do simply publish/subscribe inter-communication while optionally providing data in the event",
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.0"
50
+ "@slickgrid-universal/common": "^1.1.0"
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": "d00b46c9265ac4ac0aa88b0dc7d6cafacecdaf60"
57
+ "gitHead": "c73565b875e9df7a4b26613bd0307d75156ef2d1"
58
58
  }