Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 2.43 KB

CHANGELOG.md

File metadata and controls

47 lines (31 loc) · 2.43 KB

Changelog

All notable changes to this project will be documented in this file.

[0.0.8] - 2024-09-11

⚙️ Miscellaneous Tasks

  • (npm-publish-github-packages.yml) Remove unnecessary comments and blank lines for cleaner codebase

[0.0.8] - 2024-09-11

🚀 Features

  • (components) Add TypebotBubbleComponent, TypebotPopupComponent, and TypebotStandardComponent Vue type definitions and mappings

🐛 Bug Fixes

  • (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

📚 Documentation

  • (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

🎨 Styling

  • (readme.md) Add screenshot images for Standard View, Popup View, and Bubble View components to improve documentation clarity

⚙️ Miscellaneous Tasks

  • (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