-
-
Notifications
You must be signed in to change notification settings - Fork 12
Release v0.1.4: Fix npx CLI package dependencies and configuration #81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
) * 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 * Update root package version to 0.1.4
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What Changed
Testing
Type of Change
Additional Notes