Skip to content

Commit 244da4c

Browse files
authored
Release v0.1.4: Fix npx CLI package dependencies and configuration (#81)
* Release v0.1.3: Fix CLI 404 error with dedicated Vite configuration (#78) * Release v0.1.1: Package metadata improvements (#71) (#72) * Release (#65) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * Release v0.1.0: build fixes and npm publish preparation (#67) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * fix: add README and update package metadata for npm display - Add README.md to package files for npm page display - Update homepage URL to documentation site - Optimize keywords for better discoverability - Bump version to 0.1.1 for patch release * fix: add shebang to CLI for npm package execution (#75) * Release v0.1.1: Package metadata improvements (#71) * Release (#65) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * Release v0.1.0: build fixes and npm publish preparation (#67) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * fix: add README and update package metadata for npm display - Add README.md to package files for npm page display - Update homepage URL to documentation site - Optimize keywords for better discoverability - Bump version to 0.1.1 for patch release * fix: add shebang to CLI for npm package execution (#74) * Release (#65) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * Release v0.1.0: build fixes and npm publish preparation (#67) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * fix: add README and update package metadata for npm display - Add README.md to package files for npm page display - Update homepage URL to documentation site - Optimize keywords for better discoverability - Bump version to 0.1.1 for patch release * fix: add shebang * fix: resolve CLI 404 error with dedicated vite config * chore: update root package.json version to 0.1.3 * Release v0.1.4: Fix npx CLI package dependencies and configuration (#80) * Release v0.1.4: Fix npx CLI package dependencies * Update root package version to 0.1.4
1 parent ab0114a commit 244da4c

File tree

5 files changed

+18
-13
lines changed

5 files changed

+18
-13
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chatbot-flow-editor",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "A React-based chatbot flow editor library",
55
"private": true,
66
"workspaces": [

packages/core/bin/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env node
1+
#!/usr/bin/env node
22
import { spawn } from 'child_process'
33
import { fileURLToPath } from 'url'
44
import { dirname, join } from 'path'

packages/core/package.json

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chatbot-flow-editor",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Visual chatbot flow editor - Development tool for creating conversational flows",
55
"funding": "https://github.com/sponsors/enumura1",
66
"type": "module",
@@ -11,6 +11,10 @@
1111
"files": [
1212
"dist",
1313
"bin",
14+
"src",
15+
"public",
16+
"index.html",
17+
"vite.cli.config.ts",
1418
"README.md"
1519
],
1620
"scripts": {
@@ -26,31 +30,31 @@
2630
},
2731
"dependencies": {
2832
"@radix-ui/react-scroll-area": "^1.2.9",
33+
"@tailwindcss/vite": "^4.1.7",
34+
"@vitejs/plugin-react": "^4.5.0",
2935
"class-variance-authority": "^0.7.1",
30-
"clsx": "^2.1.1"
36+
"clsx": "^2.1.1",
37+
"tailwindcss": "^4.1.7",
38+
"vite": "^6.3.5"
3139
},
3240
"peerDependencies": {
3341
"react": "^18.0.0 || ^19.0.0",
3442
"react-dom": "^18.0.0 || ^19.0.0"
3543
},
3644
"devDependencies": {
37-
"@tailwindcss/vite": "^4.1.7",
3845
"@testing-library/jest-dom": "^6.6.3",
3946
"@testing-library/react": "^16.3.0",
4047
"@testing-library/user-event": "^14.6.1",
4148
"@types/react": "^19.1.5",
4249
"@types/react-dom": "^19.1.5",
43-
"@vitejs/plugin-react": "^4.5.0",
4450
"autoprefixer": "^10.4.21",
4551
"jsdom": "^26.1.0",
4652
"open": "^10.1.2",
4753
"postcss": "^8.5.3",
4854
"react": "^19.1.0",
4955
"react-dom": "^19.1.0",
5056
"rollup-plugin-visualizer": "^6.0.0",
51-
"tailwindcss": "^4.1.7",
5257
"typescript": "^5.6.3",
53-
"vite": "^6.3.5",
5458
"vite-plugin-dts": "^4.5.4",
5559
"vitest": "^3.1.4"
5660
},
@@ -79,4 +83,4 @@
7983
"engines": {
8084
"node": ">=20.0.0"
8185
}
82-
}
86+
}

packages/core/vite.cli.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import tailwindcss from '@tailwindcss/vite'
66

77
// Vite configuration for CLI development server
88
export default defineConfig({
9+
root: resolve(__dirname, '.'),
910
plugins: [
1011
react(),
1112
tailwindcss(),

0 commit comments

Comments
 (0)