@cocreate/selection 1.6.5 → 1.6.7

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [1.6.7](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.6.6...v1.6.7) (2023-05-06)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * bump [@cocreate](https://github.com/cocreate) dependencies ([2d089fc](https://github.com/CoCreate-app/CoCreate-selection/commit/2d089fc2e21a4593acbd9cd56097569ffd3d6659))
7
+
8
+ ## [1.6.6](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.6.5...v1.6.6) (2023-05-01)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * update manifest.json to manifest.webmanifest ([fa098cf](https://github.com/CoCreate-app/CoCreate-selection/commit/fa098cf6525e043288c96e7c7ff19964b84e9cb6))
14
+
1
15
  ## [1.6.5](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.6.4...v1.6.5) (2023-05-01)
2
16
 
3
17
 
@@ -17,9 +17,10 @@ module.exports = {
17
17
  "general.cocreate.app"
18
18
  ],
19
19
  "directory": "/docs/selection",
20
- "content-type": "text/html",
20
+ "parentDirectory": "{{parentDirectory}}",
21
+ "content-type": "{{content-type}}",
21
22
  "public": "true",
22
- "website_id": "5ffbceb7f11d2d00103c4535"
23
+ "website_id": "644d4bff8036fb9d1d1fd69c"
23
24
  }
24
25
  }
25
26
  ]
package/demo/index.html CHANGED
@@ -7,7 +7,7 @@
7
7
  <meta name="viewport" content="width=device-width, initial-scale=1">
8
8
  <link rel="icon" href="https://cdn.cocreate.app/favicon.ico" type="image/ico" sizes="16x16">
9
9
  <title>selection | CoCreateJS</title>
10
- <link rel="manifest" href="/manifest.json">
10
+ <link rel="manifest" href="/manifest.webmanifest">
11
11
  </head>
12
12
 
13
13
  <body>
package/docs/index.html CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
  <link rel="stylesheet" href="/docs/index.css" collection="files" document_id="60888216117c640e7596303f" name="src" type="text/css" save="true" />
14
14
 
15
- <link rel="manifest" href="/manifest.json" />
15
+ <link rel="manifest" href="/manifest.webmanifest" />
16
16
  </head>
17
17
 
18
18
  <body>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/selection",
3
- "version": "1.6.5",
3
+ "version": "1.6.7",
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",
@@ -59,8 +59,8 @@
59
59
  "webpack-log": "^3.0.1"
60
60
  },
61
61
  "dependencies": {
62
- "@cocreate/docs": "^1.7.1",
63
- "@cocreate/hosting": "^1.9.2",
64
- "@cocreate/utils": "^1.20.1"
62
+ "@cocreate/docs": "^1.7.8",
63
+ "@cocreate/hosting": "^1.10.0",
64
+ "@cocreate/utils": "^1.20.6"
65
65
  }
66
66
  }