Skip to content

Releases: rstackjs/create-toolkit

v2.2.3

Choose a tag to compare

@chenjiahan chenjiahan released this 11 Aug 02:36

What's Changed

Full Changelog: v2.2.2...v2.2.3

v2.2.2

Choose a tag to compare

@chenjiahan chenjiahan released this 10 Aug 09:52

What's Changed

Full Changelog: v2.2.1...v2.2.2

v2.2.1

Choose a tag to compare

@chenjiahan chenjiahan released this 09 Aug 13:52

What's Changed

Full Changelog: v2.2.0...v2.2.1

v2.2.0

Choose a tag to compare

@chenjiahan chenjiahan released this 09 Aug 09:16

What's Changed

Full Changelog: v2.1.5...v2.2.0

v2.1.5

Choose a tag to compare

@chenjiahan chenjiahan released this 07 Aug 09:42

What's Changed

Full Changelog: v2.1.4...v2.1.5

v2.1.4

Choose a tag to compare

@chenjiahan chenjiahan released this 07 Aug 02:19

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

v2.1.3

Choose a tag to compare

@chenjiahan chenjiahan released this 29 May 02:22

What's Changed

New Contributors

Full Changelog: v2.1.2...v2.1.3

v2.1.2

Choose a tag to compare

@github-actions github-actions released this 09 May 06:21

What's Changed

  • chore(deps): update all non-major dependencies by @renovate[bot] in #135
  • chore(deps): update pnpm/action-setup action to v6 by @renovate[bot] in #136

Full Changelog: v2.1.1...v2.1.2

v2.1.1

Choose a tag to compare

@github-actions github-actions released this 29 Apr 10:04

What's Changed

Full Changelog: v2.1.0...v2.1.1

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 29 Apr 03:25

What's Changed

  • chore(deps): update actions/setup-node digest to 48b55a0 by @renovate[bot] in #132
  • chore(deps): update all non-major dependencies by @renovate[bot] in #133
  • feat: add npm template support by @Huxpro in #118

New Contributors

Full Changelog: v2.0.1...v2.1.0