Skip to content

Latest commit

 

History

History
78 lines (63 loc) · 8.21 KB

CHANGELOG.md

File metadata and controls

78 lines (63 loc) · 8.21 KB

Changelog


v2.5.19 - 2024-02-04

Miscellaneous Chores

  • (index.html) change div elements to td elements for better semantic structure in the table - (ea5d5f8) - Ali

v2.5.18 - 2024-02-04

Miscellaneous Chores

  • (index.html) refactor selected seats display to use table structure for better readability and semantics - (a1adcd5) - Ali

v2.5.17 - 2024-02-04

Bug Fixes

  • (pull-request.yml) add 'fetch-depth: 0' option to the checkout step to ensure all commit history is fetched - (18a7ba0) - Ali
  • (pull-request.yml) add step to get the latest version tag and pass it as an environment variable to the create pull request step - (15ae962) - Ali
  • (pull-request.yml) fix branch names in the 'gh pr create' command to correctly merge develop into master branch - (91d9126) - Ali
  • (pull-request.yml) update branch names and pull request title to reflect the correct branches and improve clarity - (42a66e6) - Ali

Features

  • (pull-request.yml) add GitHub Actions workflow to automatically create a pull request on the develop branch - (dc16ccf) - Ali

Miscellaneous Chores

  • (index.html) remove console.log statements for seat and selectedSeat variables to clean up code - (05406c6) - Ali
  • (index.html) add total price and seat count to selected seats section for better user experience - (0035002) - Ali
  • (index.html) increase width of selected seats container to accommodate longer seat names - (db6050c) - Ali
  • (index.html) remove duplicate unselectSeat function to improve code readability and maintainability - (f7418d1) - Ali
  • (index.html) add selected seats section to improve user experience - (5043e5b) - Ali
  • (publish.yml) remove unused steps and comments from publish workflow - (edd2118) - Ali
  • (pull-request.yml) remove unused pull request workflow file - (ad0443f) - Ali
  • (pull-request.yml) remove unused RELEASE_TYPE environment variable - (dd2e3e0) - Ali
  • (pull-request.yml) remove unnecessary hyphen in the Checkout step name to improve consistency and readability - (4e63d36) - Ali
  • (pull-request.yml) add checkout step to the release job to ensure the correct code is used for the pull request - (cd31f4d) - Ali
  • (pull-request.yml) add GITHUB_TOKEN environment variable to the create pull request step - (51970c2) - Ali
  • (pull-request.yml) add pull request workflow file - (79e066d) - Ali

v2.5.16 - 2024-01-13

Miscellaneous Chores

  • (package.json) update version from 2.5.14 to 2.5.15 for the @alisaitteke/seatmap-canvas package - (c4ef5f2) - Ali

v2.5.15 - 2024-01-13

Bug Fixes

  • (publish.yml) add fetch-depth: 0 to the checkout step to ensure all commits are fetched - (605dbb4) - Ali

Miscellaneous Chores

  • (publish.yml) update GitHub release documentation step to use the latest version of the release changelog builder action - (170080a) - Ali
  • (publish.yml) comment out changelog update and commit steps - (467edc5) - Ali
  • (publish.yml) remove fetch-depth option from checkout step to improve performance - (83bc8d0) - Ali
  • (publish.yml) enable update changelog step and remove unused steps - (b907573) - Ali

v2.5.14 - 2024-01-13

Miscellaneous Chores

  • (CHANGELOG.md) remove unnecessary version entries - (c0af6d4) - Ali

v2.5.11 - 2024-01-13

Bug Fixes

  • (changelog.yaml) add fetch-depth: 0 option to the checkout step to ensure full commit history is available for generating changelog - (ee590c5) - Ali

Miscellaneous Chores

  • (.gitignore) add cog.toml to the list of ignored files - (822a540) - Ali
  • (CHANGELOG.md) add newline at the end of the file for consistency - (c946729) - Ali
  • (CHANGELOG.md) remove unnecessary lines and fix missing newline at end of file - (d172b10) - Ali
  • (changelog.yaml) remove changelog.yaml workflow file - (14b5248) - Ali
  • (changelog.yaml) disable conventional commit check in the changelog workflow - (e47782e) - Ali
  • (changelog.yaml) remove unnecessary 'release' input from cocogitto-action step - (3eeff96) - Ali
  • (changelog.yaml) remove fetch-depth option from checkout step in GitHub Actions workflow - (3569359) - Ali
  • (changelog.yaml) add changelog generation workflow - (754b874) - Ali
  • (cog.toml) remove cog.toml file - (500bb66) - Ali