@cocreate/selection 1.9.7 → 1.9.9

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.9](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.9.8...v1.9.9) (2023-11-12)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * bump dependencies for latest features ([559e79d](https://github.com/CoCreate-app/CoCreate-selection/commit/559e79d0d303187804f591339075ce36477d0d6c))
7
+
8
+ ## [1.9.8](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.9.7...v1.9.8) (2023-11-09)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * meta name typo ([8aad68f](https://github.com/CoCreate-app/CoCreate-selection/commit/8aad68fa74f2354ed2c2f88a4bf9fd0ce59cf1b4))
14
+ * update host ([2c840d9](https://github.com/CoCreate-app/CoCreate-selection/commit/2c840d900607acc89425c1948783981134e677d1))
15
+
1
16
  ## [1.9.7](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.9.6...v1.9.7) (2023-11-03)
2
17
 
3
18
 
@@ -12,8 +12,7 @@ module.exports = {
12
12
  "pathname": "/docs/selection/index.html",
13
13
  "src": "{{./docs/index.html}}",
14
14
  "host": [
15
- "*",
16
- "general.cocreate.app"
15
+ "*"
17
16
  ],
18
17
  "directory": "selection",
19
18
  "content-type": "{{content-type}}",
package/docs/index.html CHANGED
@@ -11,10 +11,10 @@
11
11
  sizes="32x32"
12
12
  href="https://cocreate.app/images/favicon.ico" />
13
13
  <meta
14
- key="description"
14
+ name="description"
15
15
  content="A headless javascript micro component. Easy configuration using HTML5 attributes or JavaScript api." />
16
16
  <meta
17
- key="keywords"
17
+ name="keywords"
18
18
  content="helper classes, utility classes, css framework, css library, inline style classes" />
19
19
  <meta name="robots" content="index,follow" />
20
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/selection",
3
- "version": "1.9.7",
3
+ "version": "1.9.9",
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.26.2"
61
+ "@cocreate/utils": "^1.27.1"
62
62
  }
63
63
  }