@cocreate/selection
Advanced tools
Comparing version 1.9.1 to 1.9.2
@@ -0,1 +1,9 @@ | ||
## [1.9.2](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.9.1...v1.9.2) (2023-09-18) | ||
### Bug Fixes | ||
* Add path and pathname ([8577c43](https://github.com/CoCreate-app/CoCreate-selection/commit/8577c43f7a15bf3aae3f3857bfa59e619e332fe6)) | ||
* Update CoCreate depndencies to latest versions ([cfc6b6c](https://github.com/CoCreate-app/CoCreate-selection/commit/cfc6b6c714124663f311c85eb4d2551a45c72eaf)) | ||
## [1.9.1](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.9.0...v1.9.1) (2023-08-21) | ||
@@ -2,0 +10,0 @@ |
@@ -11,3 +11,4 @@ module.exports = { | ||
"name": "index.html", | ||
"path": "/docs/selection/index.html", | ||
"path": "/docs/selection", | ||
"pathname": "/docs/selection/index.html", | ||
"src": "{{./docs/index.html}}", | ||
@@ -18,7 +19,5 @@ "host": [ | ||
], | ||
"directory": "/docs/selection", | ||
"parentDirectory": "{{parentDirectory}}", | ||
"directory": "selection", | ||
"content-type": "{{content-type}}", | ||
"public": "true", | ||
"website_id": "644d4bff8036fb9d1d1fd69c" | ||
"public": "true" | ||
} | ||
@@ -25,0 +24,0 @@ } |
{ | ||
"name": "@cocreate/selection", | ||
"version": "1.9.1", | ||
"version": "1.9.2", | ||
"description": "A simple selection component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.", | ||
@@ -61,4 +61,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@cocreate/utils": "^1.24.0" | ||
"@cocreate/utils": "^1.24.1" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
129889
541
Updated@cocreate/utils@^1.24.1