@cocreate/notification 1.6.1 → 1.6.2

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 +7 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.6.2](https://github.com/CoCreate-app/CoCreate-notification/compare/v1.6.1...v1.6.2) (2024-04-29)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * bump cocreate dependencies ([72350c4](https://github.com/CoCreate-app/CoCreate-notification/commit/72350c4120f219787c04090b96dd371d55b6ac16))
7
+
1
8
  ## [1.6.1](https://github.com/CoCreate-app/CoCreate-notification/compare/v1.6.0...v1.6.1) (2024-02-05)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/notification",
3
- "version": "1.6.1",
3
+ "version": "1.6.2",
4
4
  "description": "Simple HTML5 & JavaScript component add, update & remove values in element's notification from input, select or js api. Easily configured using HTML5 notification and/or JavaScript API.",
5
5
  "keywords": [
6
6
  "cocreate",
@@ -57,8 +57,8 @@
57
57
  "webpack-log": "^3.0.1"
58
58
  },
59
59
  "dependencies": {
60
- "@cocreate/actions": "^1.15.1",
61
- "@cocreate/socket-client": "^1.36.1",
60
+ "@cocreate/actions": "^1.18.1",
61
+ "@cocreate/socket-client": "^1.39.0",
62
62
  "web-push": "^3.6.6"
63
63
  }
64
64
  }