From 3dfab852edfa753e28e8c1afe99e6df33efd8ee2 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Sun, 12 Oct 2025 18:25:39 +0000 Subject: [PATCH 1/3] codegen metadata --- .stats.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.stats.yml b/.stats.yml index 920044c..ec152aa 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 11 openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/alisson%2Fbrapi-bf7b0065e4057ae80522a943caa4967f1fe0aa0a6989122f5687788f39dfbdea.yml openapi_spec_hash: 7ac81061bb9f3cb0c180b82b5ea83258 -config_hash: 6487be1d01cb24761a4e2e60819d9f5a +config_hash: 6de3ea33802724ce95047bc7f2a45358 From 922cfbce48f412ca53e1c9098ca69eedb12d7c5d Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Sun, 12 Oct 2025 18:26:04 +0000 Subject: [PATCH 2/3] chore: update SDK settings --- .github/workflows/publish-npm.yml | 2 +- .github/workflows/release-doctor.yml | 2 +- .stats.yml | 2 +- CONTRIBUTING.md | 8 ++++---- README.md | 2 +- package.json | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index 025fd66..1862180 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -1,6 +1,6 @@ # This workflow is triggered when a GitHub release is created. # It can also be run manually to re-publish to NPM in case it failed for some reason. -# You can run this workflow by navigating to https://www.github.com/brapi-dev/brapi-typescript/actions/workflows/publish-npm.yml +# You can run this workflow by navigating to https://www.github.com/brapi-dev/brapi-python/actions/workflows/publish-npm.yml name: Publish NPM on: workflow_dispatch: diff --git a/.github/workflows/release-doctor.yml b/.github/workflows/release-doctor.yml index 4c01291..73c0ffc 100644 --- a/.github/workflows/release-doctor.yml +++ b/.github/workflows/release-doctor.yml @@ -9,7 +9,7 @@ jobs: release_doctor: name: release doctor runs-on: ubuntu-latest - if: github.repository == 'brapi-dev/brapi-typescript' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || startsWith(github.head_ref, 'release-please') || github.head_ref == 'next') + if: github.repository == 'brapi-dev/brapi-python' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || startsWith(github.head_ref, 'release-please') || github.head_ref == 'next') steps: - uses: actions/checkout@v4 diff --git a/.stats.yml b/.stats.yml index ec152aa..9e32c91 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 11 openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/alisson%2Fbrapi-bf7b0065e4057ae80522a943caa4967f1fe0aa0a6989122f5687788f39dfbdea.yml openapi_spec_hash: 7ac81061bb9f3cb0c180b82b5ea83258 -config_hash: 6de3ea33802724ce95047bc7f2a45358 +config_hash: c8b63d688f18091e728375c9dc421428 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 131f6da..6c6d94c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -42,15 +42,15 @@ If you’d like to use the repository from source, you can either install from g To install via git: ```sh -$ npm install git+ssh://git@github.com:brapi-dev/brapi-typescript.git +$ npm install git+ssh://git@github.com:brapi-dev/brapi-python.git ``` Alternatively, to link a local copy of the repo: ```sh # Clone -$ git clone https://www.github.com/brapi-dev/brapi-typescript -$ cd brapi-typescript +$ git clone https://www.github.com/brapi-dev/brapi-python +$ cd brapi-python # With yarn $ yarn link @@ -99,7 +99,7 @@ the changes aren't made through the automated pipeline, you may want to make rel ### Publish with a GitHub workflow -You can release to package managers by using [the `Publish NPM` GitHub action](https://www.github.com/brapi-dev/brapi-typescript/actions/workflows/publish-npm.yml). This requires a setup organization or repository secret to be set up. +You can release to package managers by using [the `Publish NPM` GitHub action](https://www.github.com/brapi-dev/brapi-python/actions/workflows/publish-npm.yml). This requires a setup organization or repository secret to be set up. ### Publish manually diff --git a/README.md b/README.md index 624e88c..a9c2bc7 100644 --- a/README.md +++ b/README.md @@ -334,7 +334,7 @@ This package generally follows [SemVer](https://semver.org/spec/v2.0.0.html) con We take backwards-compatibility seriously and work hard to ensure you can rely on a smooth upgrade experience. -We are keen for your feedback; please open an [issue](https://www.github.com/brapi-dev/brapi-typescript/issues) with questions, bugs, or suggestions. +We are keen for your feedback; please open an [issue](https://www.github.com/brapi-dev/brapi-python/issues) with questions, bugs, or suggestions. ## Requirements diff --git a/package.json b/package.json index 164fae7..93cdee2 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "types": "dist/index.d.ts", "main": "dist/index.js", "type": "commonjs", - "repository": "github:brapi-dev/brapi-typescript", + "repository": "github:brapi-dev/brapi-python", "license": "Apache-2.0", "packageManager": "yarn@1.22.22", "files": [ From 021a049f5060b380fe0985dc2556da727ba6eeb8 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Sun, 12 Oct 2025 18:26:16 +0000 Subject: [PATCH 3/3] release: 1.0.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- src/version.ts | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 37fcefa..8d7e5f1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 27ebd57..c276900 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 1.0.1 (2025-10-12) + +Full Changelog: [v1.0.0...v1.0.1](https://github.com/brapi-dev/brapi-python/compare/v1.0.0...v1.0.1) + +### Chores + +* update SDK settings ([922cfbc](https://github.com/brapi-dev/brapi-python/commit/922cfbce48f412ca53e1c9098ca69eedb12d7c5d)) +* update SDK settings ([551afe3](https://github.com/brapi-dev/brapi-python/commit/551afe39d139c11f6e6ace580ed8faa06217a073)) +* update SDK settings ([14efeb5](https://github.com/brapi-dev/brapi-python/commit/14efeb558642ad68760ce354f10d6f37a1df7f68)) + ## 1.0.0 (2025-10-12) Full Changelog: [v0.0.1...v1.0.0](https://github.com/brapi-dev/brapi-typescript/compare/v0.0.1...v1.0.0) diff --git a/package.json b/package.json index 93cdee2..f213829 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "brapi", - "version": "1.0.0", + "version": "1.0.1", "description": "The official TypeScript library for the Brapi API", "author": "Brapi ", "types": "dist/index.d.ts", diff --git a/src/version.ts b/src/version.ts index bea2896..8cd23e5 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '1.0.0'; // x-release-please-version +export const VERSION = '1.0.1'; // x-release-please-version