Skip to content

Commit 47abc18

Browse files
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

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

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

331

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@addon-core/storage",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"type": "module",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)