@alisaitteke/seatmap-canvas 2.4.2 → 2.5.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,15 +1,42 @@
1
1
  # Changelog
2
2
 
3
- All notable changes to this project will be documented in this file.
3
+ - - -
4
+ ## [v2.5.16](https://github.com/alisaitteke/seatmap-canvas/compare/v2.5.15..v2.5.16) - 2024-01-13
5
+ #### Miscellaneous Chores
6
+ - **(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
4
7
 
5
- ## Unreleased
8
+ - - -
6
9
 
7
- ## 2.4.2 - 2023-12-25
10
+ ## [v2.5.15](https://github.com/alisaitteke/seatmap-canvas/compare/v2.5.14..v2.5.15) - 2024-01-13
11
+ #### Bug Fixes
12
+ - **(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
13
+ #### Miscellaneous Chores
14
+ - **(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
15
+ - **(publish.yml)** comment out changelog update and commit steps - ([467edc5](https://github.com/alisaitteke/seatmap-canvas/commit/467edc5d0dc5a00c354093cd886b80a2ca3553b6)) - Ali
16
+ - **(publish.yml)** remove fetch-depth option from checkout step to improve performance - ([83bc8d0](https://github.com/alisaitteke/seatmap-canvas/commit/83bc8d01b0e0f1b860ca88e251bfc7480e35693c)) - Ali
17
+ - **(publish.yml)** enable update changelog step and remove unused steps - ([b907573](https://github.com/alisaitteke/seatmap-canvas/commit/b9075734dd0332c718dff95f27282268468a49a3)) - Ali
8
18
 
9
- ## 2.4.1 - 2023-12-25
19
+ - - -
10
20
 
11
- ## 2.3.0 - 2023-12-24
21
+ ## [v2.5.14](https://github.com/alisaitteke/seatmap-canvas/compare/v2.5.13..v2.5.14) - 2024-01-13
22
+ #### Miscellaneous Chores
23
+ - **(CHANGELOG.md)** remove unnecessary version entries - ([c0af6d4](https://github.com/alisaitteke/seatmap-canvas/commit/c0af6d4566853daa562c1a9aa346602890a1ea20)) - Ali
12
24
 
13
- ## 2.0.3 - 2023-12-23
14
- ### Added
15
- - Changelog
25
+ - - -
26
+
27
+
28
+ ## [v2.5.11](https://github.com/alisaitteke/seatmap-canvas/compare/v2.5.10..v2.5.11) - 2024-01-13
29
+ #### Bug Fixes
30
+ - **(changelog.yaml)** add fetch-depth: 0 option to the checkout step to ensure full commit history is available for generating changelog - ([ee590c5](https://github.com/alisaitteke/seatmap-canvas/commit/ee590c5c201af6c175e4b8eff642d4a2339afd55)) - Ali
31
+ #### Miscellaneous Chores
32
+ - **(.gitignore)** add cog.toml to the list of ignored files - ([822a540](https://github.com/alisaitteke/seatmap-canvas/commit/822a5402dc662fb670e4f3e885dc81f486054c90)) - Ali
33
+ - **(CHANGELOG.md)** add newline at the end of the file for consistency - ([c946729](https://github.com/alisaitteke/seatmap-canvas/commit/c94672918e05e5d70ef0ea5a6bf9c6f017133a72)) - Ali
34
+ - **(CHANGELOG.md)** remove unnecessary lines and fix missing newline at end of file - ([d172b10](https://github.com/alisaitteke/seatmap-canvas/commit/d172b10c1de3973f3890d2a6b14252ee5b91c404)) - Ali
35
+ - **(changelog.yaml)** remove changelog.yaml workflow file - ([14b5248](https://github.com/alisaitteke/seatmap-canvas/commit/14b524838975bd61a3b3a216821fb73fc1e15c5d)) - Ali
36
+ - **(changelog.yaml)** disable conventional commit check in the changelog workflow - ([e47782e](https://github.com/alisaitteke/seatmap-canvas/commit/e47782ea6c69dd98aa514bc0f9dd1e15ad7be367)) - Ali
37
+ - **(changelog.yaml)** remove unnecessary 'release' input from cocogitto-action step - ([3eeff96](https://github.com/alisaitteke/seatmap-canvas/commit/3eeff96f3342ca6b7dca3319350bc83a56ca2161)) - Ali
38
+ - **(changelog.yaml)** remove fetch-depth option from checkout step in GitHub Actions workflow - ([3569359](https://github.com/alisaitteke/seatmap-canvas/commit/3569359f6cc107946fed2051dbf74075e8767840)) - Ali
39
+ - **(changelog.yaml)** add changelog generation workflow - ([754b874](https://github.com/alisaitteke/seatmap-canvas/commit/754b87414132c9fbebd8b36c29a452d500d51adf)) - Ali
40
+ - **(cog.toml)** remove cog.toml file - ([500bb66](https://github.com/alisaitteke/seatmap-canvas/commit/500bb66f9c75981169b97dc86e7c62c9f917d651)) - Ali
41
+
42
+ - - -