Skip to content

chore: version packages#401

Merged
FL4TLiN3 merged 1 commit intomainfrom
changeset-release/main
Jan 9, 2026
Merged

chore: version packages#401
FL4TLiN3 merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jan 9, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@perstack/base@0.0.42

Patch Changes

  • Updated dependencies [4171080]:
    • @perstack/core@0.0.34

perstack@0.0.56

Patch Changes

  • Updated dependencies [4171080]:
    • @perstack/core@0.0.34
    • @perstack/react@0.0.34
    • @perstack/api-client@0.0.42
    • @perstack/runtime@0.0.78

@perstack/runtime@0.0.78

Patch Changes

  • Updated dependencies [4171080]:
    • @perstack/core@0.0.34
    • @perstack/api-client@0.0.42
    • @perstack/base@0.0.42

@perstack/api-client@0.0.42

Patch Changes

  • #400 4171080 Thanks @FL4TLiN3! - Fixed publishConfig.types format in package.json files

    The types field was incorrectly specified as an object ({ ".": "./dist/src/index.d.ts" }) instead of being included in the exports field. This caused TypeScript to fail to resolve type definitions for published packages.

    Changed from:

    "publishConfig": {
      "exports": { ".": "./dist/src/index.js" },
      "types": { ".": "./dist/src/index.d.ts" }
    }

    To:

    "publishConfig": {
      "exports": {
        ".": {
          "types": "./dist/src/index.d.ts",
          "import": "./dist/src/index.js"
        }
      }
    }
  • Updated dependencies [4171080]:

    • @perstack/core@0.0.34

@perstack/core@0.0.34

Patch Changes

  • #400 4171080 Thanks @FL4TLiN3! - Fixed publishConfig.types format in package.json files

    The types field was incorrectly specified as an object ({ ".": "./dist/src/index.d.ts" }) instead of being included in the exports field. This caused TypeScript to fail to resolve type definitions for published packages.

    Changed from:

    "publishConfig": {
      "exports": { ".": "./dist/src/index.js" },
      "types": { ".": "./dist/src/index.d.ts" }
    }

    To:

    "publishConfig": {
      "exports": {
        ".": {
          "types": "./dist/src/index.d.ts",
          "import": "./dist/src/index.js"
        }
      }
    }

@perstack/react@0.0.34

Patch Changes

  • #400 4171080 Thanks @FL4TLiN3! - Fixed publishConfig.types format in package.json files

    The types field was incorrectly specified as an object ({ ".": "./dist/src/index.d.ts" }) instead of being included in the exports field. This caused TypeScript to fail to resolve type definitions for published packages.

    Changed from:

    "publishConfig": {
      "exports": { ".": "./dist/src/index.js" },
      "types": { ".": "./dist/src/index.d.ts" }
    }

    To:

    "publishConfig": {
      "exports": {
        ".": {
          "types": "./dist/src/index.d.ts",
          "import": "./dist/src/index.js"
        }
      }
    }
  • Updated dependencies [4171080]:

    • @perstack/core@0.0.34

@perstack/mock@0.0.3

Patch Changes

  • Updated dependencies [4171080]:
    • @perstack/core@0.0.34

@perstack/anthropic-provider@0.0.3

Patch Changes

  • Updated dependencies [4171080]:
    • @perstack/core@0.0.34
    • @perstack/provider-core@0.0.3

@perstack/azure-openai-provider@0.0.3

Patch Changes

  • Updated dependencies [4171080]:
    • @perstack/core@0.0.34
    • @perstack/provider-core@0.0.3

@perstack/bedrock-provider@0.0.3

Patch Changes

  • Updated dependencies [4171080]:
    • @perstack/core@0.0.34
    • @perstack/provider-core@0.0.3

@perstack/provider-core@0.0.3

Patch Changes

  • Updated dependencies [4171080]:
    • @perstack/core@0.0.34

@perstack/deepseek-provider@0.0.3

Patch Changes

  • Updated dependencies [4171080]:
    • @perstack/core@0.0.34
    • @perstack/provider-core@0.0.3

@perstack/google-provider@0.0.3

Patch Changes

  • Updated dependencies [4171080]:
    • @perstack/core@0.0.34
    • @perstack/provider-core@0.0.3

@perstack/ollama-provider@0.0.3

Patch Changes

  • Updated dependencies [4171080]:
    • @perstack/core@0.0.34
    • @perstack/provider-core@0.0.3

@perstack/openai-provider@0.0.3

Patch Changes

  • Updated dependencies [4171080]:
    • @perstack/core@0.0.34
    • @perstack/provider-core@0.0.3

@perstack/vertex-provider@0.0.3

Patch Changes

  • Updated dependencies [4171080]:
    • @perstack/core@0.0.34
    • @perstack/provider-core@0.0.3

@perstack/runner@0.0.3

Patch Changes

  • Updated dependencies [4171080]:
    • @perstack/core@0.0.34
    • @perstack/runtime@0.0.78
    • @perstack/claude-code@0.0.3
    • @perstack/cursor@0.0.3
    • @perstack/docker@0.0.3
    • @perstack/gemini@0.0.3
    • @perstack/filesystem-storage@0.0.3

@perstack/claude-code@0.0.3

Patch Changes

  • Updated dependencies [4171080]:
    • @perstack/core@0.0.34

@perstack/cursor@0.0.3

Patch Changes

  • Updated dependencies [4171080]:
    • @perstack/core@0.0.34

@perstack/docker@0.0.3

Patch Changes

  • Updated dependencies [4171080]:
    • @perstack/core@0.0.34

@perstack/gemini@0.0.3

Patch Changes

  • Updated dependencies [4171080]:
    • @perstack/core@0.0.34

@perstack/s3-storage@0.0.3

Patch Changes

  • Updated dependencies []:
    • @perstack/s3-compatible-storage@0.0.3

@perstack/r2-storage@0.0.3

Patch Changes

  • Updated dependencies []:
    • @perstack/s3-compatible-storage@0.0.3

@perstack/filesystem-storage@0.0.3

Patch Changes

  • Updated dependencies [4171080]:
    • @perstack/core@0.0.34

@perstack/s3-compatible-storage@0.0.3

Patch Changes

  • Updated dependencies [4171080]:
    • @perstack/core@0.0.34

@github-actions github-actions bot force-pushed the changeset-release/main branch from 9b0f59b to 912a1e9 Compare January 9, 2026 15:04
@FL4TLiN3 FL4TLiN3 merged commit d929660 into main Jan 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant