@savvy-web/silk-effects 5.3.0 → 5.3.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.
Files changed (2) hide show
  1. package/index.d.ts +1 -2
  2. package/package.json +3 -3
package/index.d.ts CHANGED
@@ -289,7 +289,7 @@ declare class Categories {
289
289
  static isValidHeading(heading: string): boolean;
290
290
  }
291
291
  //#endregion
292
- //#region ../../node_modules/.pnpm/@changesets+types@7.0.0-next.8/node_modules/@changesets/types/dist/index.d.mts
292
+ //#region ../../node_modules/.pnpm/@changesets+types@7.0.0-next.9/node_modules/@changesets/types/dist/index.d.mts
293
293
  //#region src/index.d.ts
294
294
  type MaybePromise<T> = T | Promise<T>;
295
295
  type VersionType$1 = "major" | "minor" | "patch" | "none";
@@ -417,7 +417,6 @@ type ChangelogFunctions = {
417
417
  type PreState = {
418
418
  mode: "pre" | "exit";
419
419
  tag: string;
420
- changesets: string[];
421
420
  };
422
421
  //#endregion
423
422
  //#region src/changesets/api/changelog.d.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@savvy-web/silk-effects",
3
- "version": "5.3.0",
3
+ "version": "5.3.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",
@@ -37,10 +37,10 @@
37
37
  "@effected/git": "^0.5.2",
38
38
  "@effected/glob": "^0.2.2",
39
39
  "@effected/jsonc": "^0.5.2",
40
- "@effected/package-json": "^0.7.2",
40
+ "@effected/package-json": "^0.7.3",
41
41
  "@effected/templates": "^0.1.1",
42
42
  "@effected/walker": "^0.3.4",
43
- "@effected/workspaces": "^0.9.4",
43
+ "@effected/workspaces": "^0.9.5",
44
44
  "@effected/yaml": "^0.6.1",
45
45
  "@manypkg/get-packages": "^3.1.0",
46
46
  "mdast-util-heading-range": "^4.0.0",