@cocreate/organizations 1.7.37 → 1.8.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 CHANGED
@@ -1,3 +1,18 @@
1
+ ## [1.8.1](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.8.0...v1.8.1) (2023-01-05)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * bump cdn to 1.39.4 ([3d4d9ab](https://github.com/CoCreate-app/CoCreate-organizations/commit/3d4d9ab3f99eb90bfc291a3524b27ea90df18b48))
7
+ * bump dependencies ([dbbc54b](https://github.com/CoCreate-app/CoCreate-organizations/commit/dbbc54b7a2057994c84be734e355e5698291726c))
8
+
9
+ # [1.8.0](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.7.37...v1.8.0) (2023-01-02)
10
+
11
+
12
+ ### Features
13
+
14
+ * class="template" template_id="id" replaced with template="id" ([6bfa9b1](https://github.com/CoCreate-app/CoCreate-organizations/commit/6bfa9b14d3bf61afb788e66436bc7918f006ba0b))
15
+
1
16
  ## [1.7.37](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.7.36...v1.7.37) (2023-01-01)
2
17
 
3
18
 
@@ -46,7 +46,7 @@
46
46
  filter-sort-direction="asc"
47
47
  template_id="datatable">
48
48
 
49
- <tr class="template background:gainsboro:hover border-bottom:1px_solid_darkgray">
49
+ <tr template="datatable" class="background:gainsboro:hover border-bottom:1px_solid_darkgray">
50
50
  <td class="padding:10px">
51
51
  <div class="min-width:200px">
52
52
  <div class="icon-wrapper">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/organizations",
3
- "version": "1.7.37",
3
+ "version": "1.8.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",
@@ -60,9 +60,9 @@
60
60
  "webpack-log": "^3.0.1"
61
61
  },
62
62
  "dependencies": {
63
- "@cocreate/actions": "^1.5.48",
64
- "@cocreate/crud-client": "^1.17.9",
65
- "@cocreate/docs": "^1.5.2",
66
- "@cocreate/element-prototype": "^1.2.21"
63
+ "@cocreate/actions": "^1.5.49",
64
+ "@cocreate/crud-client": "^1.17.11",
65
+ "@cocreate/docs": "^1.5.3",
66
+ "@cocreate/element-prototype": "^1.2.23"
67
67
  }
68
68
  }