From 3188b0c5efcce25b80f89f2ff5d76283fe199f77 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 31 May 2025 07:33:53 +0000 Subject: [PATCH] chore: release packages --- .changeset/release-improvements.md | 20 -------------------- packages/sdk-client/CHANGELOG.md | 24 ++++++++++++++++++++++++ packages/sdk-client/package.json | 2 +- 3 files changed, 25 insertions(+), 21 deletions(-) delete mode 100644 .changeset/release-improvements.md diff --git a/.changeset/release-improvements.md b/.changeset/release-improvements.md deleted file mode 100644 index 45d285a..0000000 --- a/.changeset/release-improvements.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -"@mixcore/sdk-client": patch ---- - -## 🔧 Improvements - -### Error Handling -- **Fixed error wrapping**: Unknown errors are now properly wrapped in `NetworkError` as expected -- **Preserved SDK errors**: Existing `ValidationError`, `NetworkError`, and `AuthenticationError` are properly preserved -- **Enhanced test coverage**: All error handling tests now pass - -### Development Experience -- **ESLint configuration**: Fixed TypeScript ESLint setup with proper dependencies -- **Code quality**: Resolved linting issues and improved code consistency -- **CI/CD pipeline**: Added comprehensive GitHub Actions workflows for automated testing and publishing - -### GitHub Actions -- **Automated releases**: Integrated with Changesets for automatic version management and npm publishing -- **Manual releases**: Added workflow for manual releases with version selection -- **Quality gates**: All builds include testing, linting, and type checking \ No newline at end of file diff --git a/packages/sdk-client/CHANGELOG.md b/packages/sdk-client/CHANGELOG.md index 8d8ea27..00e8fe7 100644 --- a/packages/sdk-client/CHANGELOG.md +++ b/packages/sdk-client/CHANGELOG.md @@ -1,5 +1,29 @@ # @mixcore/sdk-client +## 0.0.2 + +### Patch Changes + +- c48cb6c: ## 🔧 Improvements + + ### Error Handling + + - **Fixed error wrapping**: Unknown errors are now properly wrapped in `NetworkError` as expected + - **Preserved SDK errors**: Existing `ValidationError`, `NetworkError`, and `AuthenticationError` are properly preserved + - **Enhanced test coverage**: All error handling tests now pass + + ### Development Experience + + - **ESLint configuration**: Fixed TypeScript ESLint setup with proper dependencies + - **Code quality**: Resolved linting issues and improved code consistency + - **CI/CD pipeline**: Added comprehensive GitHub Actions workflows for automated testing and publishing + + ### GitHub Actions + + - **Automated releases**: Integrated with Changesets for automatic version management and npm publishing + - **Manual releases**: Added workflow for manual releases with version selection + - **Quality gates**: All builds include testing, linting, and type checking + ## 0.0.1 ### Patch Changes diff --git a/packages/sdk-client/package.json b/packages/sdk-client/package.json index a8dab22..7b95135 100644 --- a/packages/sdk-client/package.json +++ b/packages/sdk-client/package.json @@ -1,6 +1,6 @@ { "name": "@mixcore/sdk-client", - "version": "0.0.1", + "version": "0.0.2", "private": false, "main": "dist/index.cjs.js", "module": "dist/index.esm.js",