From 6f96a9b94e94df3bad07a8253b1ec76835f1695e Mon Sep 17 00:00:00 2001 From: Ali Date: Sat, 13 Jan 2024 17:28:25 +0000 Subject: [PATCH 1/3] chore(version): v2.5.15 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 041c5ef..1226ee3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Changelog - - - +## [v2.5.15](https://github.com/alisaitteke/seatmap-canvas/compare/v2.5.14..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](https://github.com/alisaitteke/seatmap-canvas/commit/605dbb4d6bb1385e1fce67f5f996104c736376e3)) - Ali +#### Miscellaneous Chores +- **(publish.yml)** update GitHub release documentation step to use the latest version of the release changelog builder action - ([170080a](https://github.com/alisaitteke/seatmap-canvas/commit/170080a8d5a01f327686b8cb71fa77420feedc0f)) - Ali +- **(publish.yml)** comment out changelog update and commit steps - ([467edc5](https://github.com/alisaitteke/seatmap-canvas/commit/467edc5d0dc5a00c354093cd886b80a2ca3553b6)) - Ali +- **(publish.yml)** remove fetch-depth option from checkout step to improve performance - ([83bc8d0](https://github.com/alisaitteke/seatmap-canvas/commit/83bc8d01b0e0f1b860ca88e251bfc7480e35693c)) - Ali +- **(publish.yml)** enable update changelog step and remove unused steps - ([b907573](https://github.com/alisaitteke/seatmap-canvas/commit/b9075734dd0332c718dff95f27282268468a49a3)) - Ali + +- - - + ## [v2.5.14](https://github.com/alisaitteke/seatmap-canvas/compare/v2.5.13..v2.5.14) - 2024-01-13 #### Miscellaneous Chores - **(CHANGELOG.md)** remove unnecessary version entries - ([c0af6d4](https://github.com/alisaitteke/seatmap-canvas/commit/c0af6d4566853daa562c1a9aa346602890a1ea20)) - Ali From c4ef5f26ddb7e0f7ddb0908bcb2ffe5bf82d9823 Mon Sep 17 00:00:00 2001 From: Ali Date: Sat, 13 Jan 2024 17:30:50 +0000 Subject: [PATCH 2/3] chore(package.json): update version from 2.5.14 to 2.5.15 for the @alisaitteke/seatmap-canvas package --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5ecc1c3..ef2983e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alisaitteke/seatmap-canvas", - "version": "2.5.14", + "version": "2.5.15", "tags": "seating, seat, seatmap, seat-selection, seat-booking, booking, ticket, reservation", "author": "Ali Sait TEKE ", "homepage": "https://github.com/alisaitteke/seatmap-canvas", From 576736a741882d3a16e1dbf637e1c370f8cfec05 Mon Sep 17 00:00:00 2001 From: Ali Date: Sat, 13 Jan 2024 17:31:06 +0000 Subject: [PATCH 3/3] chore(version): v2.5.16 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1226ee3..68dfd87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog - - - +## [v2.5.16](https://github.com/alisaitteke/seatmap-canvas/compare/v2.5.15..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](https://github.com/alisaitteke/seatmap-canvas/commit/c4ef5f26ddb7e0f7ddb0908bcb2ffe5bf82d9823)) - Ali + +- - - + ## [v2.5.15](https://github.com/alisaitteke/seatmap-canvas/compare/v2.5.14..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](https://github.com/alisaitteke/seatmap-canvas/commit/605dbb4d6bb1385e1fce67f5f996104c736376e3)) - Ali