@cocreate/selection 1.4.58 → 1.4.60

Sign up to get free protection for your applications and to get access to all the features.
@@ -18,9 +18,9 @@ jobs:
18
18
  runs-on: ubuntu-latest
19
19
  steps:
20
20
  - name: Checkout
21
- uses: actions/checkout@v2
21
+ uses: actions/checkout@v3
22
22
  - name: Semantic Release
23
- uses: cycjimmy/semantic-release-action@v2
23
+ uses: cycjimmy/semantic-release-action@v3
24
24
  id: semantic
25
25
  with:
26
26
  extra_plugins: |
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ ## [1.4.60](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.4.59...v1.4.60) (2023-01-06)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * bump dependencies, worklow [@v3](https://github.com/v3) ([b0d397f](https://github.com/CoCreate-app/CoCreate-selection/commit/b0d397f9e35f671d025c956c679e1e48c705c34f))
7
+
8
+ ## [1.4.59](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.4.58...v1.4.59) (2023-01-05)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * bump cdn to 1.39.4 ([308b6e4](https://github.com/CoCreate-app/CoCreate-selection/commit/308b6e402529db50e2f60480435998c4aecb5763))
14
+ * bump dependencies ([c55dcc4](https://github.com/CoCreate-app/CoCreate-selection/commit/c55dcc4327c6e8a68f2b8d812b7c897a624495be))
15
+
1
16
  ## [1.4.58](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.4.57...v1.4.58) (2023-01-01)
2
17
 
3
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/selection",
3
- "version": "1.4.58",
3
+ "version": "1.4.60",
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",
@@ -60,8 +60,8 @@
60
60
  "webpack-log": "^3.0.1"
61
61
  },
62
62
  "dependencies": {
63
- "@cocreate/docs": "^1.5.2",
64
- "@cocreate/hosting": "^1.7.2",
65
- "@cocreate/utils": "^1.17.13"
63
+ "@cocreate/docs": "^1.5.4",
64
+ "@cocreate/hosting": "^1.7.4",
65
+ "@cocreate/utils": "^1.17.16"
66
66
  }
67
67
  }