v0.2.3
0.2.3 (2025-09-23)
standardize indentation and adjust lint-staged configuration
-
Updated indentation in all Semantic Release config files for consistency.
-
Standardized import format for
commonPluginsacross configs. -
Enhanced
lint-stagedandbiome.jsonto include.cjsand.mjsfile formats.
restructure Semantic Release configs and update workflows -
Moved release configs to
releasedirectory for better organization. -
Split shared plugins into
shared.cjsfor reduced duplication across configs. -
Updated
release-publish.ymlandrelease-prepare.ymlto reference new config paths. -
Removed outdated
semantic-release.config.cjsandsemantic-release.preview.cjs. -
Excluded
src/types.tsfrom the build entrypoint intsup.config.ts.
migrate build tooling totsupand update dependencies -
Replaced
@rslib/corebuild config withtsupfor a streamlined setup. -
Removed
.changesetdirectory andrslib.config.tsas part of build tool migration. -
Updated
semantic-release.preview.cjsindentation for consistency. -
Added
esbuild-fix-imports-pluginandtsuptodevDependenciesfor improved module bundling. -
Updated import in
useStorage.tsto reflect proper module export.