@cocreate/selection 1.9.0 → 1.9.2

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ ## [1.9.2](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.9.1...v1.9.2) (2023-09-18)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Add path and pathname ([8577c43](https://github.com/CoCreate-app/CoCreate-selection/commit/8577c43f7a15bf3aae3f3857bfa59e619e332fe6))
7
+ * Update CoCreate depndencies to latest versions ([cfc6b6c](https://github.com/CoCreate-app/CoCreate-selection/commit/cfc6b6c714124663f311c85eb4d2551a45c72eaf))
8
+
9
+ ## [1.9.1](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.9.0...v1.9.1) (2023-08-21)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * bump dependencies ([f16986e](https://github.com/CoCreate-app/CoCreate-selection/commit/f16986ec71b7cdffdf4519d12b691edd6f91c8b3))
15
+
1
16
  # [1.9.0](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.8.1...v1.9.0) (2023-08-21)
2
17
 
3
18
 
@@ -8,17 +8,16 @@ module.exports = {
8
8
  "object": {
9
9
  "_id": "637ca63950234ef1671ce331",
10
10
  "name": "index.html",
11
- "path": "/docs/selection/index.html",
11
+ "path": "/docs/selection",
12
+ "pathname": "/docs/selection/index.html",
12
13
  "src": "{{./docs/index.html}}",
13
14
  "host": [
14
15
  "*",
15
16
  "general.cocreate.app"
16
17
  ],
17
- "directory": "/docs/selection",
18
- "parentDirectory": "{{parentDirectory}}",
18
+ "directory": "selection",
19
19
  "content-type": "{{content-type}}",
20
- "public": "true",
21
- "website_id": "644d4bff8036fb9d1d1fd69c"
20
+ "public": "true"
22
21
  }
23
22
  }
24
23
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/selection",
3
- "version": "1.9.0",
3
+ "version": "1.9.2",
4
4
  "description": "A simple selection component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
5
5
  "keywords": [
6
6
  "selection",
@@ -58,6 +58,6 @@
58
58
  "webpack-log": "^3.0.1"
59
59
  },
60
60
  "dependencies": {
61
- "@cocreate/utils": "^1.23.1"
61
+ "@cocreate/utils": "^1.24.1"
62
62
  }
63
63
  }