@cocreate/cli 1.14.20 → 1.14.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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,10 @@
1
+ ## [1.14.21](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.14.20...v1.14.21) (2023-01-06)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * bump dependencies, worklow [@v3](https://github.com/v3) ([ff02ee3](https://github.com/CoCreate-app/CoCreate-cli/commit/ff02ee3bb07821b47f16b173354ca981208cd7fc))
7
+
1
8
  ## [1.14.20](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.14.19...v1.14.20) (2023-01-05)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/cli",
3
- "version": "1.14.20",
3
+ "version": "1.14.21",
4
4
  "description": "Polyrepo management bash CLI tool. Run all git commands and yarn commands on multiple repositories. Also includes a few custom macros for cloning, installing, etc.",
5
5
  "keywords": [
6
6
  "cli",
@@ -72,8 +72,8 @@
72
72
  "webpack-log": "^3.0.1"
73
73
  },
74
74
  "dependencies": {
75
- "@cocreate/docs": "^1.5.3",
76
- "@cocreate/hosting": "^1.7.3",
75
+ "@cocreate/docs": "^1.5.4",
76
+ "@cocreate/hosting": "^1.7.4",
77
77
  "colors": "latest",
78
78
  "glob": "^7.1.7",
79
79
  "got": "latest",
@@ -42,9 +42,9 @@ jobs:
42
42
  runs-on: ubuntu-latest
43
43
  steps:
44
44
  - name: Checkout
45
- uses: actions/checkout@v2
45
+ uses: actions/checkout@v3
46
46
  - name: Semantic Release
47
- uses: cycjimmy/semantic-release-action@v2
47
+ uses: cycjimmy/semantic-release-action@v3
48
48
  id: semantic
49
49
  with:
50
50
  extra_plugins: |