v0.25.23

ScrapeGraphAI/Scrapegraph-aiv0.25.23Jun 22, 2026by abouolia

AI Summary

This update refactors the web application's server and app state management, migrates account properties to camelCase, and adds bulk account activation capabilities.

Key Highlights

  • Added bulk activate/inactivate functionality for accounts.
  • Refactored webapp server and app state separation.
  • Migrated account props to camelCase with type safety.
  • Fixed delete-error toasts after SDK migration.

New Features

  • Bulk account activation and inactivation.
  • CamelCase migration for account properties.
  • Updated OpenAPI spec and generated SDK types.

Full Release Notes

## What's Changed
* refactor(webapp): split the server and app state of the current organization and subscription by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1137
* fix(webapp): avoid unsafe destructuring of useJob data in BuildingWorkspaceStep by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1140
* feat(accounts): add bulk activate/inactivate accounts by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1141
* fix(webapp): surface delete-error toasts after SDK migration by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1142
* chore(sdk): update OpenAPI spec and generated types by @github-actions[bot] in https://github.com/bigcapitalhq/bigcapital/pull/1139
* refactor(webapp): migrate account props to camelCase and add types by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1144


**Full Changelog**: https://github.com/bigcapitalhq/bigcapital/compare/v0.25.22...v0.25.23