@savvy-web/silk-effects 3.2.0 → 3.2.1

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.
@@ -250,6 +250,7 @@ function makeShape(pit, inspector, discovery, detector, config, fs) {
250
250
  const plan = (options) => Effect.gen(function* () {
251
251
  const resolvedCwd = resolve(options.cwd);
252
252
  const changesetDir = join(resolvedCwd, ".changeset");
253
+ yield* discovery.refresh();
253
254
  let fromRef = options.from;
254
255
  if (!fromRef) {
255
256
  let baseBranch = options.base;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@savvy-web/silk-effects",
3
- "version": "3.2.0",
3
+ "version": "3.2.1",
4
4
  "private": false,
5
5
  "description": "Shared Effect library for Silk Suite conventions",
6
6
  "homepage": "https://github.com/savvy-web/systems/tree/main/packages/silk-effects",
@@ -47,7 +47,7 @@
47
47
  "unified": "^11.0.5",
48
48
  "unified-lint-rule": "^3.0.1",
49
49
  "unist-util-visit": "^5.1.0",
50
- "workspaces-effect": "^2.0.2",
50
+ "workspaces-effect": "^2.0.3",
51
51
  "yaml": "^2.9.0",
52
52
  "yaml-effect": "^0.7.2",
53
53
  "yaml-lint": "^1.7.0"