Skip to content

Release: Version Packages #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions .changeset/release-improvements.md

This file was deleted.

24 changes: 24 additions & 0 deletions packages/sdk-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-client/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down