@cocreate/config 1.6.6 → 1.6.8
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 +16 -0
- package/CoCreate.config.js +1 -2
- package/demo/index.html +3 -3
- package/docs/index.html +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
## [1.6.8](https://github.com/CoCreate-app/CoCreate-config/compare/v1.6.7...v1.6.8) (2023-11-09)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* meta name typo ([34e8181](https://github.com/CoCreate-app/CoCreate-config/commit/34e81814d323e7309531d65c16effff95fc61ece))
|
|
7
|
+
* update host ([bc3dbe4](https://github.com/CoCreate-app/CoCreate-config/commit/bc3dbe4f1b535783f6f71cc33d1a82566c0c8a91))
|
|
8
|
+
|
|
9
|
+
## [1.6.7](https://github.com/CoCreate-app/CoCreate-config/compare/v1.6.6...v1.6.7) (2023-11-03)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* favicon.ico path ([6862ab1](https://github.com/CoCreate-app/CoCreate-config/commit/6862ab14c119520fbe1e82c81e05449d9393ceff))
|
|
15
|
+
* update dependencies to the lates versions ([ebcc2c9](https://github.com/CoCreate-app/CoCreate-config/commit/ebcc2c973a7a130e8d9390875fbebcf05b2130f7))
|
|
16
|
+
|
|
1
17
|
## [1.6.6](https://github.com/CoCreate-app/CoCreate-config/compare/v1.6.5...v1.6.6) (2023-10-25)
|
|
2
18
|
|
|
3
19
|
|
package/CoCreate.config.js
CHANGED
package/demo/index.html
CHANGED
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
<!-- CoCreate Favicon -->
|
|
7
7
|
<link
|
|
8
8
|
rel="icon"
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
type="image/png"
|
|
10
|
+
sizes="32x32"
|
|
11
|
+
href="../assets/favicon.ico" />
|
|
12
12
|
<link rel="manifest" href="/manifest.webmanifest" />
|
|
13
13
|
</head>
|
|
14
14
|
<body>
|
package/docs/index.html
CHANGED
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
sizes="32x32"
|
|
12
12
|
href="https://cocreate.app/images/favicon.ico" />
|
|
13
13
|
<meta
|
|
14
|
-
|
|
14
|
+
name="description"
|
|
15
15
|
content="A convenient chain handler allows user to chain multiple components together. When one config is complete next one will start untill all config completed." />
|
|
16
16
|
<meta
|
|
17
|
-
|
|
17
|
+
name="keywords"
|
|
18
18
|
content="helper classes, utility classes, css framework, css library, inline style classes" />
|
|
19
19
|
<meta name="robots" content="index,follow" />
|
|
20
20
|
<meta
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cocreate/config",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.8",
|
|
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",
|
|
@@ -59,6 +59,6 @@
|
|
|
59
59
|
"webpack-log": "^3.0.1"
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@cocreate/utils": "^1.26.
|
|
62
|
+
"@cocreate/utils": "^1.26.2"
|
|
63
63
|
}
|
|
64
64
|
}
|