@cocreate/cli 1.47.1 → 1.47.2

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.47.2](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.47.1...v1.47.2) (2024-01-30)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * resize-observer removed as its logic is now handled by CoCreate-events ([f4a474c](https://github.com/CoCreate-app/CoCreate-cli/commit/f4a474cd56703f1b0a0f3b1f5fb99679ce7b2b7c))
7
+
1
8
  ## [1.47.1](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.47.0...v1.47.1) (2024-01-11)
2
9
 
3
10
 
@@ -205,10 +205,6 @@ module.exports = {
205
205
  "path": "../CoCreate-resize",
206
206
  "repo": "github.com/CoCreate-app/CoCreate-resize.git"
207
207
  },
208
- {
209
- "path": "../CoCreate-resize-observer",
210
- "repo": "github.com/CoCreate-app/CoCreate-resize-observer.git"
211
- },
212
208
  {
213
209
  "path": "../CoCreate-rich-text",
214
210
  "repo": "github.com/CoCreate-app/CoCreate-rich-text.git"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/cli",
3
- "version": "1.47.1",
3
+ "version": "1.47.2",
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",