v2.1.4
Package renamed to @rstackjs/create-toolkit
The create-rstack package has been renamed to @rstackjs/create-toolkit. The original package name will be used by Rstack CLI for its project creator.
Please update your dependencies and imports:
pnpm remove create-rstack
pnpm add @rstackjs/create-toolkit -D-import { ... } from 'create-rstack';
+import { ... } from '@rstackjs/create-toolkit';Other than the package, the public API and behavior remain unchanged.
What's Changed
- chore: build before stage publish by @chenjiahan in #144
- chore(deps): update all non-major dependencies by @renovate[bot] in #145
- chore: optimize CI pnpm setup by @chenjiahan in #146
- chore(deps): update all non-major dependencies by @renovate[bot] in #147
- chore: update TypeScript to 7.0.2 by @chenjiahan in #150
- chore(deps): update actions/checkout digest to df4cb1c by @renovate[bot] in #148
- chore(deps): update all non-major dependencies by @renovate[bot] in #149
- chore(deps): update all non-major dependencies by @renovate[bot] in #151
- chore: update pnpm release age exclusions by @chenjiahan in #152
- chore(ci): remove unnecessary Playwright install by @chenjiahan in #153
- chore(deps): update actions/checkout digest to d23441a by @renovate[bot] in #154
- chore(deps): update actions/setup-node digest to 2499707 by @renovate[bot] in #155
- chore: rename package to @rstackjs/create-toolkit by @chenjiahan in #156
Full Changelog: v2.1.3...v2.1.4