ferrflow 7.11.2 → 7.12.0

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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -138,6 +138,10 @@ ferrflow tag api
138
138
  ferrflow graph
139
139
  ferrflow graph --json
140
140
 
141
+ # See what releasing a package would drag along with it
142
+ ferrflow graph --impact shared
143
+ ferrflow graph --impact shared --bump major
144
+
141
145
  # Compare each package's public API against its last tag (Rust: needs cargo-semver-checks)
142
146
  ferrflow api-check
143
147
  ferrflow api-check --json
package/package.json CHANGED
@@ -20,18 +20,18 @@
20
20
  "license": "MIT",
21
21
  "name": "ferrflow",
22
22
  "optionalDependencies": {
23
- "@ferrflow/darwin-arm64": "7.11.2",
24
- "@ferrflow/darwin-x64": "7.11.2",
25
- "@ferrflow/linux-arm": "7.11.2",
26
- "@ferrflow/linux-arm64": "7.11.2",
27
- "@ferrflow/linux-x64": "7.11.2",
28
- "@ferrflow/win32-arm64": "7.11.2",
29
- "@ferrflow/win32-x64": "7.11.2"
23
+ "@ferrflow/darwin-arm64": "7.12.0",
24
+ "@ferrflow/darwin-x64": "7.12.0",
25
+ "@ferrflow/linux-arm": "7.12.0",
26
+ "@ferrflow/linux-arm64": "7.12.0",
27
+ "@ferrflow/linux-x64": "7.12.0",
28
+ "@ferrflow/win32-arm64": "7.12.0",
29
+ "@ferrflow/win32-x64": "7.12.0"
30
30
  },
31
31
  "repository": {
32
32
  "type": "git",
33
33
  "url": "git+https://github.com/FerrLabs/FerrFlow.git"
34
34
  },
35
35
  "type": "module",
36
- "version": "7.11.2"
36
+ "version": "7.12.0"
37
37
  }