@cocreate/organizations 1.26.1 → 1.27.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.
- package/CHANGELOG.md +19 -0
- package/docs/index.html +1 -4
- package/package.json +5 -5
- package/src/server.js +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
## [1.27.1](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.27.0...v1.27.1) (2024-02-05)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* Removed https://cdn.cocreate.app/latest/CoCreate.min.css ([d92110a](https://github.com/CoCreate-app/CoCreate-organizations/commit/d92110a7990761cb8e76c2599a8869ffdaed296f))
|
|
7
|
+
|
|
8
|
+
# [1.27.0](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.26.1...v1.27.0) (2024-01-08)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* applied host to define environment/branch ([09cdf83](https://github.com/CoCreate-app/CoCreate-organizations/commit/09cdf8347f6a753d796eb5f9e6d6288c506106b2))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Features
|
|
17
|
+
|
|
18
|
+
* bumped CoCreate dependencies to their latest versions ([dff105b](https://github.com/CoCreate-app/CoCreate-organizations/commit/dff105b71b36e3fe98f3ed9fcf823f5e461654cb))
|
|
19
|
+
|
|
1
20
|
## [1.26.1](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.26.0...v1.26.1) (2023-12-22)
|
|
2
21
|
|
|
3
22
|
|
package/docs/index.html
CHANGED
|
@@ -22,10 +22,7 @@
|
|
|
22
22
|
content="https://cdn.cocreate.app/docs/organizations.png" />
|
|
23
23
|
|
|
24
24
|
<!-- CoCreate CSS CDN -->
|
|
25
|
-
|
|
26
|
-
rel="stylesheet"
|
|
27
|
-
href="https://cdn.cocreate.app/latest/CoCreate.min.css"
|
|
28
|
-
type="text/css" />
|
|
25
|
+
|
|
29
26
|
<link
|
|
30
27
|
rel="stylesheet"
|
|
31
28
|
href="https://ws.cocreate.app/docs.css"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cocreate/organizations",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.27.1",
|
|
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.
|
|
62
|
-
"@cocreate/config": "^1.
|
|
63
|
-
"@cocreate/crud-client": "^1.
|
|
64
|
-
"@cocreate/elements": "^1.
|
|
61
|
+
"@cocreate/actions": "^1.15.1",
|
|
62
|
+
"@cocreate/config": "^1.10.0",
|
|
63
|
+
"@cocreate/crud-client": "^1.32.2",
|
|
64
|
+
"@cocreate/elements": "^1.32.0"
|
|
65
65
|
}
|
|
66
66
|
}
|