@cocreate/organizations 1.14.1 → 1.14.3

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 +14 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [1.14.3](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.14.2...v1.14.3) (2023-05-20)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * updated dependencies to their latest versions ([5c742a5](https://github.com/CoCreate-app/CoCreate-organizations/commit/5c742a5942052095d7c1553982d27de877184ece))
7
+
8
+ ## [1.14.2](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.14.1...v1.14.2) (2023-05-20)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * Updated dependencies to the lastest versions ([a3d562e](https://github.com/CoCreate-app/CoCreate-organizations/commit/a3d562e42ca788b959e056ac519d204115b80193))
14
+
1
15
  ## [1.14.1](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.14.0...v1.14.1) (2023-05-20)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/organizations",
3
- "version": "1.14.1",
3
+ "version": "1.14.3",
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
  },
61
61
  "dependencies": {
62
62
  "@cocreate/actions": "^1.8.11",
63
- "@cocreate/crud-client": "^1.21.2",
63
+ "@cocreate/crud-client": "^1.21.3",
64
64
  "@cocreate/docs": "^1.7.11",
65
65
  "@cocreate/form": "^1.14.11",
66
- "@cocreate/indexeddb": "^1.9.3"
66
+ "@cocreate/indexeddb": "^1.9.4"
67
67
  }
68
68
  }