@cocreate/config 1.12.5 → 1.12.6

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 +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.12.6](https://github.com/CoCreate-app/CoCreate-config/compare/v1.12.5...v1.12.6) (2024-06-23)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * bump dependencies ([a007182](https://github.com/CoCreate-app/CoCreate-config/commit/a007182e25aaa5e8952a7e48a6363d59386afdd0))
7
+
1
8
  ## [1.12.5](https://github.com/CoCreate-app/CoCreate-config/compare/v1.12.4...v1.12.5) (2024-06-23)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/config",
3
- "version": "1.12.5",
3
+ "version": "1.12.6",
4
4
  "description": "A convenient chain handler allows user to chain multiple CoCreate components together. When one action is complete next one will start. The sequence goes untill all config completed. Grounded on Vanilla javascript, easily configured using HTML5 attributes and/or JavaScript API.",
5
5
  "keywords": [
6
6
  "config",
@@ -58,6 +58,6 @@
58
58
  "webpack-log": "^3.0.1"
59
59
  },
60
60
  "dependencies": {
61
- "@cocreate/utils": "^1.34.0"
61
+ "@cocreate/utils": "^1.34.1"
62
62
  }
63
63
  }