All notable changes to this project will be documented in this file.
- (npm-publish-github-packages.yml) Remove unnecessary comments and blank lines for cleaner codebase
- (components) Add TypebotBubbleComponent, TypebotPopupComponent, and TypebotStandardComponent Vue type definitions and mappings
- (package.json) Update version from 0.0.1 to 0.0.2 in package.json
- (package.json) Update version from 0.0.3 to 0.0.4
- (package.json) Update version from 0.0.4 to 0.0.5
- (package.json) Update version from 0.0.5 to 0.0.6
- (readme.md) Remove unnecessary code blocks for component usage to improve readability and clarity
- (readme.md) Update image URLs to use absolute paths for better reliability and consistency across environments
- (readme.md) Update installation instructions to use 'add' instead of 'install' for yarn and pnpm to align with npm package manager conventions
- (readme.md) Remove unnecessary newline at the end of the file
- (readme.md) Add screenshot images for Standard View, Popup View, and Bubble View components to improve documentation clarity
- (package.json) Set "private" field to false to allow publishing the package to a registry
- (Typebot) Remove unnecessary type definition files and map files for Typebot components and index files to clean up the project directory.
- (package.json) Add keywords related to the project for better searchability and categorization
- (npm-publish-github-packages.yml) Update npm commands from 'npm ci' to 'npm install' for consistency and compatibility with GitHub Actions
- (npm-publish-github-packages.yml) Remove unnecessary build job from workflow to simplify and optimize the workflow execution
- (npm-publish-github-packages.yml) Fix npm build script to npm run build for consistency and correctness
- (npm-publish-github-packages.yml) Update workflow to include permissions for id-token and add a new job 'publish-npm' that runs on ubuntu-latest and has necessary permissions for package writing
- (npm-publish-github-packages.yml) Remove unnecessary publish-gpr job and steps
- (npm-publish-github-packages.yml) Remove unnecessary build job and fix registry URLs for npm packages to ensure correct publishing locations