Skip to content

v0.3.2025091001

@kianbazza kianbazza tagged this 10 Sep 12:39
### TL;DR

Renamed package from `@bazzaui/filters` to `@bazza-ui/filters` across the codebase.

### What changed?

- Updated all import statements from `@bazzaui/filters` to `@bazza-ui/filters`
- Changed package names in package.json files:
  - Renamed `@bazzaui/filters` to `@bazza-ui/filters`
  - Renamed `@bazzaui/typescript-config` to `@bazza-ui/typescript-config`
  - Renamed `@bazzaui/web` to just `web`
  - Updated root package name from `ui` to `bazza-ui`
- Updated all references in documentation, registry files, and configuration files
- Updated import ordering in some files to maintain consistency

### How to test?

1. Run the build process to ensure all imports resolve correctly
2. Test the demo applications to verify they function properly with the new package names
3. Verify that the documentation correctly references the new package names

### Why make this change?

This rename standardizes the package naming convention to `@bazza-ui/*` which provides better brand consistency. The change from `bazzaui` to `bazza-ui` improves readability and follows common package naming patterns with hyphens between words. This is likely part of a broader rebranding or standardization effort for the UI component library.
Assets 2
Loading