diff --git a/.github/workflows/publish-generator.yml b/.github/workflows/publish-generator.yml index 37d56886b35..7477c4d596c 100644 --- a/.github/workflows/publish-generator.yml +++ b/.github/workflows/publish-generator.yml @@ -664,7 +664,7 @@ jobs: - name: Publish fernapi/fern-typescript-express-sdk docker run: | - pnpm workspace @fern-typescript/express-generator-cli dockerTagVersion "$VERSION" + pnpm --filter @fern-typescript/express-generator-cli dockerTagVersion "$VERSION" docker push fernapi/fern-typescript-express:"$VERSION" ts-browser-sdk: @@ -707,7 +707,7 @@ jobs: - name: Publish fernapi/fern-typescript-node-sdk docker run: | - pnpm workspace @fern-typescript/sdk-generator-cli dockerTagVersion:browser "$VERSION" + pnpm --filter @fern-typescript/sdk-generator-cli dockerTagVersion:browser "$VERSION" docker push fernapi/fern-typescript-browser-sdk:"$VERSION" ts-node-sdk: @@ -750,7 +750,7 @@ jobs: - name: Publish fernapi/fern-typescript-node-sdk docker run: | - pnpm workspace @fern-typescript/sdk-generator-cli dockerTagVersion:node "$VERSION" + pnpm --filter @fern-typescript/sdk-generator-cli dockerTagVersion:node "$VERSION" docker push fernapi/fern-typescript-node-sdk:"$VERSION" go-sdk: diff --git a/generators/typescript/sdk/CHANGELOG.md b/generators/typescript/sdk/CHANGELOG.md index d07ef16666d..09d2b6bf863 100644 --- a/generators/typescript/sdk/CHANGELOG.md +++ b/generators/typescript/sdk/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.39.0] - 2024-08-07 +## [0.39.1] - 2024-08-07 - Feature: The SDK now supports looking directly at a `hasNextPage` property for offset pagination if configured. Previously the SDK would look if the number of items were empty, but this failed in certain edge cases. diff --git a/generators/typescript/sdk/VERSION b/generators/typescript/sdk/VERSION index 4ef2eb086f5..d2e2400ee94 100644 --- a/generators/typescript/sdk/VERSION +++ b/generators/typescript/sdk/VERSION @@ -1 +1 @@ -0.39.0 +0.39.1