@cocreate/cli 1.33.4 → 1.33.5

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.33.5](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.33.4...v1.33.5) (2023-06-11)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * testing workflow ([d314e8d](https://github.com/CoCreate-app/CoCreate-cli/commit/d314e8d9f67fce253a0f923e343f5cdc377d9181))
7
+
1
8
  ## [1.33.4](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.33.3...v1.33.4) (2023-06-11)
2
9
 
3
10
 
@@ -429,7 +429,7 @@ module.exports = {
429
429
 
430
430
  // Server
431
431
  {
432
- 'path': '../CoCreateWS',
432
+ 'path': '../../CoCreateWS',
433
433
  'repo': 'github.com/CoCreate-app/CoCreateWS.git'
434
434
  },
435
435
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/cli",
3
- "version": "1.33.4",
3
+ "version": "1.33.5",
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",
@@ -60,8 +60,8 @@
60
60
  "@cocreate/cli": "^1.29.3"
61
61
  },
62
62
  "dependencies": {
63
- "@cocreate/cli": "^1.33.3",
64
- "@cocreate/file": "^1.2.8",
63
+ "@cocreate/cli": "^1.33.4",
64
+ "@cocreate/file": "^1.2.9",
65
65
  "glob": "^7.1.7",
66
66
  "prettier": "^2.3.2"
67
67
  }