@cocreate/selection 1.4.59 → 1.4.61

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,17 @@
1
+ ## [1.4.61](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.4.60...v1.4.61) (2023-01-09)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * bump dependnecies ([a2be93c](https://github.com/CoCreate-app/CoCreate-selection/commit/a2be93cb1563b26f020a0111c1530140c9f17f21))
7
+
8
+ ## [1.4.60](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.4.59...v1.4.60) (2023-01-06)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * bump dependencies, worklow [@v3](https://github.com/v3) ([b0d397f](https://github.com/CoCreate-app/CoCreate-selection/commit/b0d397f9e35f671d025c956c679e1e48c705c34f))
14
+
1
15
  ## [1.4.59](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.4.58...v1.4.59) (2023-01-05)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/selection",
3
- "version": "1.4.59",
3
+ "version": "1.4.61",
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.3",
64
- "@cocreate/hosting": "^1.7.3",
65
- "@cocreate/utils": "^1.17.15"
63
+ "@cocreate/docs": "^1.5.5",
64
+ "@cocreate/hosting": "^1.7.5",
65
+ "@cocreate/utils": "^1.17.18"
66
66
  }
67
67
  }