@cocreate/organizations 1.23.3 → 1.23.5
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 +15 -0
- package/CoCreate.config.js +1 -2
- package/docs/index.html +2 -2
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
## [1.23.5](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.23.4...v1.23.5) (2023-11-12)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* bump dependencies for latest features ([550e88c](https://github.com/CoCreate-app/CoCreate-organizations/commit/550e88c31acd01201635036d47d85530b13715ef))
|
|
7
|
+
|
|
8
|
+
## [1.23.4](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.23.3...v1.23.4) (2023-11-09)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* meta name typo ([02c0347](https://github.com/CoCreate-app/CoCreate-organizations/commit/02c0347f01a5b4f04a01ebabd627f1d28f5b3912))
|
|
14
|
+
* update host ([c6bab56](https://github.com/CoCreate-app/CoCreate-organizations/commit/c6bab56cc5b140d9e3281b1aabad8b404e800047))
|
|
15
|
+
|
|
1
16
|
## [1.23.3](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.23.2...v1.23.3) (2023-11-03)
|
|
2
17
|
|
|
3
18
|
|
package/CoCreate.config.js
CHANGED
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 simple HTML5 and pure javascript component. Easy configuration using HTML5 attributes or Javscript api and highly styleable." />
|
|
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/organizations",
|
|
3
|
-
"version": "1.23.
|
|
3
|
+
"version": "1.23.5",
|
|
4
4
|
"description": "A simple organizations component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"organizations",
|
|
@@ -58,9 +58,9 @@
|
|
|
58
58
|
"webpack-log": "^3.0.1"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@cocreate/actions": "^1.12.
|
|
62
|
-
"@cocreate/config": "^1.6.
|
|
63
|
-
"@cocreate/crud-client": "^1.28.
|
|
64
|
-
"@cocreate/elements": "^1.
|
|
61
|
+
"@cocreate/actions": "^1.12.3",
|
|
62
|
+
"@cocreate/config": "^1.6.8",
|
|
63
|
+
"@cocreate/crud-client": "^1.28.14",
|
|
64
|
+
"@cocreate/elements": "^1.26.1"
|
|
65
65
|
}
|
|
66
66
|
}
|