diff --git a/.changeset/fix-prebuild-mkdir-nested-slugs.md b/.changeset/fix-prebuild-mkdir-nested-slugs.md deleted file mode 100644 index e1973b42..00000000 --- a/.changeset/fix-prebuild-mkdir-nested-slugs.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@stackwright/build-scripts": patch ---- - -fix(build-scripts): create parent directory before writing nested page slug output files diff --git a/.changeset/pre.json b/.changeset/pre.json index a4c24310..3ba1f30d 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -3,16 +3,16 @@ "tag": "alpha", "initialVersions": { "stackwright-docs": "0.1.2", - "@stackwright/build-scripts": "0.5.0", - "@stackwright/cli": "0.8.0", + "@stackwright/build-scripts": "0.5.1", + "@stackwright/cli": "0.8.1", "@stackwright/collections": "0.1.0", "@stackwright/core": "0.8.0", "@stackwright/e2e": "0.3.0", "@stackwright/hooks-registry": "0.1.0", "@stackwright/icons": "0.5.0", - "launch-stackwright": "0.2.0", + "launch-stackwright": "0.2.1", "@stackwright/maplibre": "2.0.0", - "@stackwright/mcp": "0.4.0", + "@stackwright/mcp": "0.4.1", "@stackwright/nextjs": "0.4.0", "@stackwright/otters": "0.2.0", "@stackwright/sbom-generator": "0.2.0", @@ -21,17 +21,5 @@ "@stackwright/types": "1.2.0", "@stackwright/ui-shadcn": "0.1.1" }, - "changesets": [ - "add-plugin-content-schema-extension", - "add-pro-content-normalization", - "dependabot-batch-updates", - "feat-188-page-add-content-flag", - "feat-243-security-headers", - "fix-352-install-flag-actually-installs", - "fix-plugin-config-schema-242", - "fix-plugin-this-binding", - "fix-prebuild-mkdir-nested-slugs", - "fix-preinstall-double-run", - "grumpy-paws-create" - ] + "changesets": [] }