Skip to content

Commit 9f8a094

Browse files
committed
Update create-asterui to use @aster-ui/icons ^0.2.0
- Bump create-asterui to version 0.1.10 - Update icon library dependency from ^0.1.0 to ^0.2.0
1 parent fe771b1 commit 9f8a094

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/create-asterui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-asterui",
3-
"version": "0.1.9",
3+
"version": "0.1.10",
44
"description": "Create a new AsterUI project",
55
"type": "module",
66
"bin": {

packages/create-asterui/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const DAISYUI_THEMES = [
2020
const THEME_PRESETS = ['light-dark', 'business', 'all']
2121

2222
const ICON_LIBRARIES = [
23-
{ value: '@aster-ui/icons', label: '@aster-ui/icons', hint: 'Heroicons with size tokens', version: '^0.1.0' },
23+
{ value: '@aster-ui/icons', label: '@aster-ui/icons', hint: 'Heroicons with size tokens', version: '^0.2.0' },
2424
{ value: '@heroicons/react', label: 'Heroicons', hint: '300+ icons, outline/solid', version: '^2.2.0' },
2525
{ value: 'lucide-react', label: 'Lucide', hint: 'popular, 1400+ icons', version: '^0.500.0' },
2626
{ value: 'react-icons', label: 'React Icons', hint: 'multiple icon sets', version: '^5.4.0' },
@@ -364,7 +364,7 @@ function generatePackageJson(name: string, language: string, optionalDeps: strin
364364
deps['apexcharts'] = '^5.0.0'
365365
}
366366
if (optionalDeps.includes('editor')) {
367-
deps[prefixed ? '@aster-ui/icons-prefixed' : '@aster-ui/icons'] = '^0.1.0'
367+
deps[prefixed ? '@aster-ui/icons-prefixed' : '@aster-ui/icons'] = '^0.2.0'
368368
deps['@tiptap/react'] = '^2.0.0'
369369
deps['@tiptap/starter-kit'] = '^2.0.0'
370370
deps['@tiptap/extension-link'] = '^2.0.0'

0 commit comments

Comments
 (0)