Commit 47abc18
committed
chore(release): 0.2.3
## <small>0.2.3 (2025-09-23)</small>
Merge branch 'main' into develop
Merge branch 'release/next'
Merge remote-tracking branch 'origin/main'
standardize indentation and adjust lint-staged configuration
- Updated indentation in all Semantic Release config files for consistency.
- Standardized import format for `commonPlugins` across configs.
- Enhanced `lint-staged` and `biome.json` to include `.cjs` and `.mjs` file formats.
restructure Semantic Release configs and update workflows
- Moved release configs to `release` directory for better organization.
- Split shared plugins into `shared.cjs` for reduced duplication across configs.
- Updated `release-publish.yml` and `release-prepare.yml` to reference new config paths.
- Removed outdated `semantic-release.config.cjs` and `semantic-release.preview.cjs`.
- Excluded `src/types.ts` from the build entrypoint in `tsup.config.ts`.
migrate build tooling to `tsup` and update dependencies
- Replaced `@rslib/core` build config with `tsup` for a streamlined setup.
- Removed `.changeset` directory and `rslib.config.ts` as part of build tool migration.
- Updated `semantic-release.preview.cjs` indentation for consistency.
- Added `esbuild-fix-imports-plugin` and `tsup` to `devDependencies` for improved module bundling.
- Updated import in `useStorage.ts` to reflect proper module export.1 parent 92a2812 commit 47abc18
2 files changed
+29
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
1 | 29 | | |
2 | 30 | | |
3 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments