create-cloudinary-react 1.0.0-beta.1 → 1.0.0-beta.8

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,3 +1,449 @@
1
+ # [1.0.0-beta.8](https://github.com/cloudinary-devs/create-cloudinary-react/compare/v1.0.0-beta.7...v1.0.0-beta.8) (2026-01-28)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * publish to latest tag so installers get most recent version ([d907c93](https://github.com/cloudinary-devs/create-cloudinary-react/commit/d907c933a1d0cd7ba83512725f05c453cce77d9f))
7
+ * url-gen imports, overlay rules, and upload widget race condition ([08f06af](https://github.com/cloudinary-devs/create-cloudinary-react/commit/08f06af90ade2f957e3a1997afe352c145c65b82))
8
+
9
+ # [1.0.0-beta.7](https://github.com/cloudinary-devs/create-cloudinary-react/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2026-01-27)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * use --tag beta when publishing prerelease to npm ([9bb888c](https://github.com/cloudinary-devs/create-cloudinary-react/commit/9bb888c0f522e30ed49e5fe8e814c80417ed7a0f))
15
+
16
+ # [1.0.0-beta.6](https://github.com/cloudinary-devs/create-cloudinary-react/compare/v1.0.0-beta.5...v1.0.0-beta.6) (2026-01-27)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * use npm 11+ in publish step for OIDC trusted publishing ([a501a0a](https://github.com/cloudinary-devs/create-cloudinary-react/commit/a501a0a4d34397b45eda63a7e622792f7e1095ac))
22
+
23
+ # [1.0.0-beta.5](https://github.com/cloudinary-devs/create-cloudinary-react/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2026-01-27)
24
+
25
+
26
+ ### Bug Fixes
27
+
28
+ * override NPM_CONFIG_USERCONFIG in publish step for OIDC-only ([ced5cc3](https://github.com/cloudinary-devs/create-cloudinary-react/commit/ced5cc32255004846e15bfc77becd5f110e9684c))
29
+
30
+ # [1.0.0-beta.4](https://github.com/cloudinary-devs/create-cloudinary-react/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2026-01-27)
31
+
32
+
33
+ ### Bug Fixes
34
+
35
+ * use OIDC-only for npm publish step ([d06c324](https://github.com/cloudinary-devs/create-cloudinary-react/commit/d06c3245fec9b246fda139fadbd69da54931a170))
36
+
37
+ # [1.0.0-beta.3](https://github.com/cloudinary-devs/create-cloudinary-react/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2026-01-27)
38
+
39
+
40
+ ### Bug Fixes
41
+
42
+ * clarify that new versions are published to npm on release ([e6bf007](https://github.com/cloudinary-devs/create-cloudinary-react/commit/e6bf007601ce3da1edde1c0e5eb1ee089bbffae4))
43
+
44
+ # [1.0.0-beta.2](https://github.com/cloudinary-devs/create-cloudinary-react/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2026-01-27)
45
+
46
+
47
+ ### Bug Fixes
48
+
49
+ * clarify release workflow in README ([de81bee](https://github.com/cloudinary-devs/create-cloudinary-react/commit/de81bee417ce1032aa297dd94c366d26ec9beead))
50
+
51
+ # 1.0.0-beta.1 (2026-01-27)
52
+
53
+
54
+ ### Bug Fixes
55
+
56
+ * add debug output and explicit npm config for semantic-release ([5cec039](https://github.com/cloudinary-devs/create-cloudinary-react/commit/5cec03918105699758405ed8f9909220427be893))
57
+ * add dummy release branch to satisfy semantic-release validation ([cce1e98](https://github.com/cloudinary-devs/create-cloudinary-react/commit/cce1e98c6bb0265630b5f1bf74b1ba0e30c30fc4))
58
+ * add explicit branch checkout and debug info for semantic-release ([241ef66](https://github.com/cloudinary-devs/create-cloudinary-react/commit/241ef66baf8126019b58bfd42f2a19fe710d6c77))
59
+ * add explicit registry URL to npm plugin config ([1fb7968](https://github.com/cloudinary-devs/create-cloudinary-react/commit/1fb7968a97acc0696be74c019a516b590b4e16ad))
60
+ * add initial tag creation and maintenance branch pattern for semantic-release ([0aab3a3](https://github.com/cloudinary-devs/create-cloudinary-react/commit/0aab3a3788db401683284253cf4a63454cf5ce18))
61
+ * add semantic-release note when creating initial tag and when tag exists ([dea082f](https://github.com/cloudinary-devs/create-cloudinary-react/commit/dea082f382e159339b7ba452c497cb8d71a2dca3))
62
+ * check version change before publishing to npm ([c7cb003](https://github.com/cloudinary-devs/create-cloudinary-react/commit/c7cb0032c420c277245f7266830b219e906529c7))
63
+ * configure git user before creating initial tag ([619fcc1](https://github.com/cloudinary-devs/create-cloudinary-react/commit/619fcc1277846026070c03c9a09a16e1dd77fe0e))
64
+ * configure main as both regular and prerelease branch, fetch all branches ([92475e1](https://github.com/cloudinary-devs/create-cloudinary-react/commit/92475e182873b75999d426f692961b34482283a2))
65
+ * configure npm authentication for trusted publishing with semantic-release ([d2ad403](https://github.com/cloudinary-devs/create-cloudinary-react/commit/d2ad40360371fcdc28c7d97c4074dbc383ee7861))
66
+ * extract npm token from .npmrc for semantic-release with trusted publishing ([a408d4c](https://github.com/cloudinary-devs/create-cloudinary-react/commit/a408d4cca11c60d865aacf327ec28bf739de8cb3))
67
+ * improve admin permission check in release workflow ([989b724](https://github.com/cloudinary-devs/create-cloudinary-react/commit/989b72458d5d48fee5c618ac97de84f85cd2c96d))
68
+ * improve git branch setup for semantic-release detection ([86fd306](https://github.com/cloudinary-devs/create-cloudinary-react/commit/86fd306af6e1f6bea1312169dff96e9b5ce223f3))
69
+ * improve npm token extraction with better debugging and fallbacks ([5c9ec06](https://github.com/cloudinary-devs/create-cloudinary-react/commit/5c9ec064cdfc25dd3685fcb6e258e8739ddf1f9a))
70
+ * improve npm token extraction with multiple locations and fallbacks ([5df6779](https://github.com/cloudinary-devs/create-cloudinary-react/commit/5df6779b0820403c1a0fccf222defe58cb68d62e))
71
+ * improve token extraction and .npmrc formatting for npm authentication ([9f18d51](https://github.com/cloudinary-devs/create-cloudinary-react/commit/9f18d511949e1f2342cf41d6fb253d709a3fb6dd))
72
+ * migrate v1.0.0-beta.1 tag for semantic-release (one-time) ([dc21199](https://github.com/cloudinary-devs/create-cloudinary-react/commit/dc2119984ae7eef4a2191a6890e4b8131d0372c6))
73
+ * **release:** add main as regular branch to satisfy semantic-release validation ([beed14e](https://github.com/cloudinary-devs/create-cloudinary-react/commit/beed14e663e2aa61a9e7755c99ea331422680877))
74
+ * **release:** add semantic-release note to existing v1.0.0-beta.1 tag ([3d7d408](https://github.com/cloudinary-devs/create-cloudinary-react/commit/3d7d408d2a5e63dfedf900686016ecd049f8b607))
75
+ * **release:** always move v1.0.0-beta.1 to release commit when present ([9b57cce](https://github.com/cloudinary-devs/create-cloudinary-react/commit/9b57cce0dc9520e19530c96e9073ddbce0509f1c))
76
+ * **release:** correct dry-run next version and branch config ([767dc50](https://github.com/cloudinary-devs/create-cloudinary-react/commit/767dc506a1453737c6fd87fa8c60de0803fd7f7f))
77
+ * **release:** ensure master branch exists for semantic-release validation ([3556b83](https://github.com/cloudinary-devs/create-cloudinary-react/commit/3556b830a73234e2405332c05de7f7514dc0ed2a))
78
+ * **release:** ensure v1.0.0-beta.1 is visible to semantic-release ([b2d9cfc](https://github.com/cloudinary-devs/create-cloudinary-react/commit/b2d9cfc88f6eb586d1499caa037b86358dedaa7b))
79
+ * **release:** prepare v1.0.0-beta.1 in one step and re-fetch before semantic-release ([e8525e0](https://github.com/cloudinary-devs/create-cloudinary-react/commit/e8525e01e03872cfa2d99c97dd5c2799722d73b7))
80
+ * **release:** run v1.0.0-beta.1 prepare inside Release step (real run) ([3b66396](https://github.com/cloudinary-devs/create-cloudinary-react/commit/3b66396312c37d9f98e991901528d41f9cc922b5))
81
+ * remove broken v1.0.0-beta.1 tag so semantic-release can create it (one-time) ([24c83cb](https://github.com/cloudinary-devs/create-cloudinary-react/commit/24c83cb0d470f61bc4cdf5a35b86e912f7aba608))
82
+ * remove duplicate main branch config and improve tag fetching ([ebd8291](https://github.com/cloudinary-devs/create-cloudinary-react/commit/ebd82918fc4c0801d3ce31d8d516e1a77da6676c))
83
+ * remove invalid tarballDir config and improve npm auth setup for semantic-release ([975a278](https://github.com/cloudinary-devs/create-cloudinary-react/commit/975a2785bbd5f03bda736669fdada7fec5599e9a))
84
+ * simplify npm token extraction - use token even if whoami fails ([3d7700a](https://github.com/cloudinary-devs/create-cloudinary-react/commit/3d7700a0a29b921b3c881342369d266ff236f700))
85
+ * simplify npm token extraction with multiple fallback methods ([dba9bb2](https://github.com/cloudinary-devs/create-cloudinary-react/commit/dba9bb2d1bf0357f95a5ce0f8e2318cb51da55fb))
86
+ * update deployment beta ([3b60ec7](https://github.com/cloudinary-devs/create-cloudinary-react/commit/3b60ec7366b174e35e809453b43da4777ed9b30a))
87
+ * update Node.js version to 20 for semantic-release compatibility ([b1efc7c](https://github.com/cloudinary-devs/create-cloudinary-react/commit/b1efc7c4c6d6e5f1452489c34ab79b827ef7cb8f))
88
+ * update release please ([00a932e](https://github.com/cloudinary-devs/create-cloudinary-react/commit/00a932e17be240a983798e4cc4c0b4f628ff6699))
89
+ * update semantic-release branch configuration with channel ([dcf9eab](https://github.com/cloudinary-devs/create-cloudinary-react/commit/dcf9eaba7814e0e75bcaf9029508211282f5fb50))
90
+ * use base version in manifest for release-please compatibility ([854e4f2](https://github.com/cloudinary-devs/create-cloudinary-react/commit/854e4f258a5fdb5aed66e37d81ec1e07703f7d32))
91
+ * use maintenance branch pattern to satisfy semantic-release validation ([e74ff2a](https://github.com/cloudinary-devs/create-cloudinary-react/commit/e74ff2aff29caf9b9812ee57d7cc1e9729c84e8a))
92
+
93
+
94
+ ### Features
95
+
96
+ * initial release of create-cloudinary-react-vite ([865b5da](https://github.com/cloudinary-devs/create-cloudinary-react/commit/865b5da1ae437d9e47f69bb11f2ff778fc0ca16a))
97
+ * use trusted publishing by disabling npm publish in semantic-release and publishing manually ([e2dbe19](https://github.com/cloudinary-devs/create-cloudinary-react/commit/e2dbe197b45824843777ee26864d113ae7fadf27))
98
+
99
+ # 1.0.0-beta.1 (2026-01-27)
100
+
101
+
102
+ ### Bug Fixes
103
+
104
+ * add debug output and explicit npm config for semantic-release ([5cec039](https://github.com/cloudinary-devs/create-cloudinary-react/commit/5cec03918105699758405ed8f9909220427be893))
105
+ * add dummy release branch to satisfy semantic-release validation ([cce1e98](https://github.com/cloudinary-devs/create-cloudinary-react/commit/cce1e98c6bb0265630b5f1bf74b1ba0e30c30fc4))
106
+ * add explicit branch checkout and debug info for semantic-release ([241ef66](https://github.com/cloudinary-devs/create-cloudinary-react/commit/241ef66baf8126019b58bfd42f2a19fe710d6c77))
107
+ * add explicit registry URL to npm plugin config ([1fb7968](https://github.com/cloudinary-devs/create-cloudinary-react/commit/1fb7968a97acc0696be74c019a516b590b4e16ad))
108
+ * add initial tag creation and maintenance branch pattern for semantic-release ([0aab3a3](https://github.com/cloudinary-devs/create-cloudinary-react/commit/0aab3a3788db401683284253cf4a63454cf5ce18))
109
+ * add semantic-release note when creating initial tag and when tag exists ([dea082f](https://github.com/cloudinary-devs/create-cloudinary-react/commit/dea082f382e159339b7ba452c497cb8d71a2dca3))
110
+ * check version change before publishing to npm ([c7cb003](https://github.com/cloudinary-devs/create-cloudinary-react/commit/c7cb0032c420c277245f7266830b219e906529c7))
111
+ * configure git user before creating initial tag ([619fcc1](https://github.com/cloudinary-devs/create-cloudinary-react/commit/619fcc1277846026070c03c9a09a16e1dd77fe0e))
112
+ * configure main as both regular and prerelease branch, fetch all branches ([92475e1](https://github.com/cloudinary-devs/create-cloudinary-react/commit/92475e182873b75999d426f692961b34482283a2))
113
+ * configure npm authentication for trusted publishing with semantic-release ([d2ad403](https://github.com/cloudinary-devs/create-cloudinary-react/commit/d2ad40360371fcdc28c7d97c4074dbc383ee7861))
114
+ * extract npm token from .npmrc for semantic-release with trusted publishing ([a408d4c](https://github.com/cloudinary-devs/create-cloudinary-react/commit/a408d4cca11c60d865aacf327ec28bf739de8cb3))
115
+ * improve admin permission check in release workflow ([989b724](https://github.com/cloudinary-devs/create-cloudinary-react/commit/989b72458d5d48fee5c618ac97de84f85cd2c96d))
116
+ * improve git branch setup for semantic-release detection ([86fd306](https://github.com/cloudinary-devs/create-cloudinary-react/commit/86fd306af6e1f6bea1312169dff96e9b5ce223f3))
117
+ * improve npm token extraction with better debugging and fallbacks ([5c9ec06](https://github.com/cloudinary-devs/create-cloudinary-react/commit/5c9ec064cdfc25dd3685fcb6e258e8739ddf1f9a))
118
+ * improve npm token extraction with multiple locations and fallbacks ([5df6779](https://github.com/cloudinary-devs/create-cloudinary-react/commit/5df6779b0820403c1a0fccf222defe58cb68d62e))
119
+ * improve token extraction and .npmrc formatting for npm authentication ([9f18d51](https://github.com/cloudinary-devs/create-cloudinary-react/commit/9f18d511949e1f2342cf41d6fb253d709a3fb6dd))
120
+ * migrate v1.0.0-beta.1 tag for semantic-release (one-time) ([dc21199](https://github.com/cloudinary-devs/create-cloudinary-react/commit/dc2119984ae7eef4a2191a6890e4b8131d0372c6))
121
+ * **release:** add main as regular branch to satisfy semantic-release validation ([beed14e](https://github.com/cloudinary-devs/create-cloudinary-react/commit/beed14e663e2aa61a9e7755c99ea331422680877))
122
+ * **release:** add semantic-release note to existing v1.0.0-beta.1 tag ([3d7d408](https://github.com/cloudinary-devs/create-cloudinary-react/commit/3d7d408d2a5e63dfedf900686016ecd049f8b607))
123
+ * **release:** always move v1.0.0-beta.1 to release commit when present ([9b57cce](https://github.com/cloudinary-devs/create-cloudinary-react/commit/9b57cce0dc9520e19530c96e9073ddbce0509f1c))
124
+ * **release:** correct dry-run next version and branch config ([767dc50](https://github.com/cloudinary-devs/create-cloudinary-react/commit/767dc506a1453737c6fd87fa8c60de0803fd7f7f))
125
+ * **release:** ensure master branch exists for semantic-release validation ([3556b83](https://github.com/cloudinary-devs/create-cloudinary-react/commit/3556b830a73234e2405332c05de7f7514dc0ed2a))
126
+ * **release:** ensure v1.0.0-beta.1 is visible to semantic-release ([b2d9cfc](https://github.com/cloudinary-devs/create-cloudinary-react/commit/b2d9cfc88f6eb586d1499caa037b86358dedaa7b))
127
+ * **release:** prepare v1.0.0-beta.1 in one step and re-fetch before semantic-release ([e8525e0](https://github.com/cloudinary-devs/create-cloudinary-react/commit/e8525e01e03872cfa2d99c97dd5c2799722d73b7))
128
+ * **release:** run v1.0.0-beta.1 prepare inside Release step (real run) ([3b66396](https://github.com/cloudinary-devs/create-cloudinary-react/commit/3b66396312c37d9f98e991901528d41f9cc922b5))
129
+ * remove duplicate main branch config and improve tag fetching ([ebd8291](https://github.com/cloudinary-devs/create-cloudinary-react/commit/ebd82918fc4c0801d3ce31d8d516e1a77da6676c))
130
+ * remove invalid tarballDir config and improve npm auth setup for semantic-release ([975a278](https://github.com/cloudinary-devs/create-cloudinary-react/commit/975a2785bbd5f03bda736669fdada7fec5599e9a))
131
+ * simplify npm token extraction - use token even if whoami fails ([3d7700a](https://github.com/cloudinary-devs/create-cloudinary-react/commit/3d7700a0a29b921b3c881342369d266ff236f700))
132
+ * simplify npm token extraction with multiple fallback methods ([dba9bb2](https://github.com/cloudinary-devs/create-cloudinary-react/commit/dba9bb2d1bf0357f95a5ce0f8e2318cb51da55fb))
133
+ * update deployment beta ([3b60ec7](https://github.com/cloudinary-devs/create-cloudinary-react/commit/3b60ec7366b174e35e809453b43da4777ed9b30a))
134
+ * update Node.js version to 20 for semantic-release compatibility ([b1efc7c](https://github.com/cloudinary-devs/create-cloudinary-react/commit/b1efc7c4c6d6e5f1452489c34ab79b827ef7cb8f))
135
+ * update release please ([00a932e](https://github.com/cloudinary-devs/create-cloudinary-react/commit/00a932e17be240a983798e4cc4c0b4f628ff6699))
136
+ * update semantic-release branch configuration with channel ([dcf9eab](https://github.com/cloudinary-devs/create-cloudinary-react/commit/dcf9eaba7814e0e75bcaf9029508211282f5fb50))
137
+ * use base version in manifest for release-please compatibility ([854e4f2](https://github.com/cloudinary-devs/create-cloudinary-react/commit/854e4f258a5fdb5aed66e37d81ec1e07703f7d32))
138
+ * use maintenance branch pattern to satisfy semantic-release validation ([e74ff2a](https://github.com/cloudinary-devs/create-cloudinary-react/commit/e74ff2aff29caf9b9812ee57d7cc1e9729c84e8a))
139
+
140
+
141
+ ### Features
142
+
143
+ * initial release of create-cloudinary-react-vite ([865b5da](https://github.com/cloudinary-devs/create-cloudinary-react/commit/865b5da1ae437d9e47f69bb11f2ff778fc0ca16a))
144
+ * use trusted publishing by disabling npm publish in semantic-release and publishing manually ([e2dbe19](https://github.com/cloudinary-devs/create-cloudinary-react/commit/e2dbe197b45824843777ee26864d113ae7fadf27))
145
+
146
+ # 1.0.0-beta.1 (2026-01-27)
147
+
148
+
149
+ ### Bug Fixes
150
+
151
+ * add debug output and explicit npm config for semantic-release ([5cec039](https://github.com/cloudinary-devs/create-cloudinary-react/commit/5cec03918105699758405ed8f9909220427be893))
152
+ * add dummy release branch to satisfy semantic-release validation ([cce1e98](https://github.com/cloudinary-devs/create-cloudinary-react/commit/cce1e98c6bb0265630b5f1bf74b1ba0e30c30fc4))
153
+ * add explicit branch checkout and debug info for semantic-release ([241ef66](https://github.com/cloudinary-devs/create-cloudinary-react/commit/241ef66baf8126019b58bfd42f2a19fe710d6c77))
154
+ * add explicit registry URL to npm plugin config ([1fb7968](https://github.com/cloudinary-devs/create-cloudinary-react/commit/1fb7968a97acc0696be74c019a516b590b4e16ad))
155
+ * add initial tag creation and maintenance branch pattern for semantic-release ([0aab3a3](https://github.com/cloudinary-devs/create-cloudinary-react/commit/0aab3a3788db401683284253cf4a63454cf5ce18))
156
+ * add semantic-release note when creating initial tag and when tag exists ([dea082f](https://github.com/cloudinary-devs/create-cloudinary-react/commit/dea082f382e159339b7ba452c497cb8d71a2dca3))
157
+ * check version change before publishing to npm ([c7cb003](https://github.com/cloudinary-devs/create-cloudinary-react/commit/c7cb0032c420c277245f7266830b219e906529c7))
158
+ * configure git user before creating initial tag ([619fcc1](https://github.com/cloudinary-devs/create-cloudinary-react/commit/619fcc1277846026070c03c9a09a16e1dd77fe0e))
159
+ * configure main as both regular and prerelease branch, fetch all branches ([92475e1](https://github.com/cloudinary-devs/create-cloudinary-react/commit/92475e182873b75999d426f692961b34482283a2))
160
+ * configure npm authentication for trusted publishing with semantic-release ([d2ad403](https://github.com/cloudinary-devs/create-cloudinary-react/commit/d2ad40360371fcdc28c7d97c4074dbc383ee7861))
161
+ * extract npm token from .npmrc for semantic-release with trusted publishing ([a408d4c](https://github.com/cloudinary-devs/create-cloudinary-react/commit/a408d4cca11c60d865aacf327ec28bf739de8cb3))
162
+ * improve admin permission check in release workflow ([989b724](https://github.com/cloudinary-devs/create-cloudinary-react/commit/989b72458d5d48fee5c618ac97de84f85cd2c96d))
163
+ * improve git branch setup for semantic-release detection ([86fd306](https://github.com/cloudinary-devs/create-cloudinary-react/commit/86fd306af6e1f6bea1312169dff96e9b5ce223f3))
164
+ * improve npm token extraction with better debugging and fallbacks ([5c9ec06](https://github.com/cloudinary-devs/create-cloudinary-react/commit/5c9ec064cdfc25dd3685fcb6e258e8739ddf1f9a))
165
+ * improve npm token extraction with multiple locations and fallbacks ([5df6779](https://github.com/cloudinary-devs/create-cloudinary-react/commit/5df6779b0820403c1a0fccf222defe58cb68d62e))
166
+ * improve token extraction and .npmrc formatting for npm authentication ([9f18d51](https://github.com/cloudinary-devs/create-cloudinary-react/commit/9f18d511949e1f2342cf41d6fb253d709a3fb6dd))
167
+ * **release:** add main as regular branch to satisfy semantic-release validation ([beed14e](https://github.com/cloudinary-devs/create-cloudinary-react/commit/beed14e663e2aa61a9e7755c99ea331422680877))
168
+ * **release:** add semantic-release note to existing v1.0.0-beta.1 tag ([3d7d408](https://github.com/cloudinary-devs/create-cloudinary-react/commit/3d7d408d2a5e63dfedf900686016ecd049f8b607))
169
+ * **release:** always move v1.0.0-beta.1 to release commit when present ([9b57cce](https://github.com/cloudinary-devs/create-cloudinary-react/commit/9b57cce0dc9520e19530c96e9073ddbce0509f1c))
170
+ * **release:** correct dry-run next version and branch config ([767dc50](https://github.com/cloudinary-devs/create-cloudinary-react/commit/767dc506a1453737c6fd87fa8c60de0803fd7f7f))
171
+ * **release:** ensure master branch exists for semantic-release validation ([3556b83](https://github.com/cloudinary-devs/create-cloudinary-react/commit/3556b830a73234e2405332c05de7f7514dc0ed2a))
172
+ * **release:** ensure v1.0.0-beta.1 is visible to semantic-release ([b2d9cfc](https://github.com/cloudinary-devs/create-cloudinary-react/commit/b2d9cfc88f6eb586d1499caa037b86358dedaa7b))
173
+ * **release:** prepare v1.0.0-beta.1 in one step and re-fetch before semantic-release ([e8525e0](https://github.com/cloudinary-devs/create-cloudinary-react/commit/e8525e01e03872cfa2d99c97dd5c2799722d73b7))
174
+ * **release:** run v1.0.0-beta.1 prepare inside Release step (real run) ([3b66396](https://github.com/cloudinary-devs/create-cloudinary-react/commit/3b66396312c37d9f98e991901528d41f9cc922b5))
175
+ * remove duplicate main branch config and improve tag fetching ([ebd8291](https://github.com/cloudinary-devs/create-cloudinary-react/commit/ebd82918fc4c0801d3ce31d8d516e1a77da6676c))
176
+ * remove invalid tarballDir config and improve npm auth setup for semantic-release ([975a278](https://github.com/cloudinary-devs/create-cloudinary-react/commit/975a2785bbd5f03bda736669fdada7fec5599e9a))
177
+ * simplify npm token extraction - use token even if whoami fails ([3d7700a](https://github.com/cloudinary-devs/create-cloudinary-react/commit/3d7700a0a29b921b3c881342369d266ff236f700))
178
+ * simplify npm token extraction with multiple fallback methods ([dba9bb2](https://github.com/cloudinary-devs/create-cloudinary-react/commit/dba9bb2d1bf0357f95a5ce0f8e2318cb51da55fb))
179
+ * update deployment beta ([3b60ec7](https://github.com/cloudinary-devs/create-cloudinary-react/commit/3b60ec7366b174e35e809453b43da4777ed9b30a))
180
+ * update Node.js version to 20 for semantic-release compatibility ([b1efc7c](https://github.com/cloudinary-devs/create-cloudinary-react/commit/b1efc7c4c6d6e5f1452489c34ab79b827ef7cb8f))
181
+ * update release please ([00a932e](https://github.com/cloudinary-devs/create-cloudinary-react/commit/00a932e17be240a983798e4cc4c0b4f628ff6699))
182
+ * update semantic-release branch configuration with channel ([dcf9eab](https://github.com/cloudinary-devs/create-cloudinary-react/commit/dcf9eaba7814e0e75bcaf9029508211282f5fb50))
183
+ * use base version in manifest for release-please compatibility ([854e4f2](https://github.com/cloudinary-devs/create-cloudinary-react/commit/854e4f258a5fdb5aed66e37d81ec1e07703f7d32))
184
+ * use maintenance branch pattern to satisfy semantic-release validation ([e74ff2a](https://github.com/cloudinary-devs/create-cloudinary-react/commit/e74ff2aff29caf9b9812ee57d7cc1e9729c84e8a))
185
+
186
+
187
+ ### Features
188
+
189
+ * initial release of create-cloudinary-react-vite ([865b5da](https://github.com/cloudinary-devs/create-cloudinary-react/commit/865b5da1ae437d9e47f69bb11f2ff778fc0ca16a))
190
+ * use trusted publishing by disabling npm publish in semantic-release and publishing manually ([e2dbe19](https://github.com/cloudinary-devs/create-cloudinary-react/commit/e2dbe197b45824843777ee26864d113ae7fadf27))
191
+
192
+ # 1.0.0-beta.1 (2026-01-27)
193
+
194
+
195
+ ### Bug Fixes
196
+
197
+ * add debug output and explicit npm config for semantic-release ([5cec039](https://github.com/cloudinary-devs/create-cloudinary-react/commit/5cec03918105699758405ed8f9909220427be893))
198
+ * add dummy release branch to satisfy semantic-release validation ([cce1e98](https://github.com/cloudinary-devs/create-cloudinary-react/commit/cce1e98c6bb0265630b5f1bf74b1ba0e30c30fc4))
199
+ * add explicit branch checkout and debug info for semantic-release ([241ef66](https://github.com/cloudinary-devs/create-cloudinary-react/commit/241ef66baf8126019b58bfd42f2a19fe710d6c77))
200
+ * add explicit registry URL to npm plugin config ([1fb7968](https://github.com/cloudinary-devs/create-cloudinary-react/commit/1fb7968a97acc0696be74c019a516b590b4e16ad))
201
+ * add initial tag creation and maintenance branch pattern for semantic-release ([0aab3a3](https://github.com/cloudinary-devs/create-cloudinary-react/commit/0aab3a3788db401683284253cf4a63454cf5ce18))
202
+ * check version change before publishing to npm ([c7cb003](https://github.com/cloudinary-devs/create-cloudinary-react/commit/c7cb0032c420c277245f7266830b219e906529c7))
203
+ * configure git user before creating initial tag ([619fcc1](https://github.com/cloudinary-devs/create-cloudinary-react/commit/619fcc1277846026070c03c9a09a16e1dd77fe0e))
204
+ * configure main as both regular and prerelease branch, fetch all branches ([92475e1](https://github.com/cloudinary-devs/create-cloudinary-react/commit/92475e182873b75999d426f692961b34482283a2))
205
+ * configure npm authentication for trusted publishing with semantic-release ([d2ad403](https://github.com/cloudinary-devs/create-cloudinary-react/commit/d2ad40360371fcdc28c7d97c4074dbc383ee7861))
206
+ * extract npm token from .npmrc for semantic-release with trusted publishing ([a408d4c](https://github.com/cloudinary-devs/create-cloudinary-react/commit/a408d4cca11c60d865aacf327ec28bf739de8cb3))
207
+ * improve admin permission check in release workflow ([989b724](https://github.com/cloudinary-devs/create-cloudinary-react/commit/989b72458d5d48fee5c618ac97de84f85cd2c96d))
208
+ * improve git branch setup for semantic-release detection ([86fd306](https://github.com/cloudinary-devs/create-cloudinary-react/commit/86fd306af6e1f6bea1312169dff96e9b5ce223f3))
209
+ * improve npm token extraction with better debugging and fallbacks ([5c9ec06](https://github.com/cloudinary-devs/create-cloudinary-react/commit/5c9ec064cdfc25dd3685fcb6e258e8739ddf1f9a))
210
+ * improve npm token extraction with multiple locations and fallbacks ([5df6779](https://github.com/cloudinary-devs/create-cloudinary-react/commit/5df6779b0820403c1a0fccf222defe58cb68d62e))
211
+ * improve token extraction and .npmrc formatting for npm authentication ([9f18d51](https://github.com/cloudinary-devs/create-cloudinary-react/commit/9f18d511949e1f2342cf41d6fb253d709a3fb6dd))
212
+ * **release:** add main as regular branch to satisfy semantic-release validation ([beed14e](https://github.com/cloudinary-devs/create-cloudinary-react/commit/beed14e663e2aa61a9e7755c99ea331422680877))
213
+ * **release:** add semantic-release note to existing v1.0.0-beta.1 tag ([3d7d408](https://github.com/cloudinary-devs/create-cloudinary-react/commit/3d7d408d2a5e63dfedf900686016ecd049f8b607))
214
+ * **release:** always move v1.0.0-beta.1 to release commit when present ([9b57cce](https://github.com/cloudinary-devs/create-cloudinary-react/commit/9b57cce0dc9520e19530c96e9073ddbce0509f1c))
215
+ * **release:** correct dry-run next version and branch config ([767dc50](https://github.com/cloudinary-devs/create-cloudinary-react/commit/767dc506a1453737c6fd87fa8c60de0803fd7f7f))
216
+ * **release:** ensure master branch exists for semantic-release validation ([3556b83](https://github.com/cloudinary-devs/create-cloudinary-react/commit/3556b830a73234e2405332c05de7f7514dc0ed2a))
217
+ * **release:** ensure v1.0.0-beta.1 is visible to semantic-release ([b2d9cfc](https://github.com/cloudinary-devs/create-cloudinary-react/commit/b2d9cfc88f6eb586d1499caa037b86358dedaa7b))
218
+ * **release:** prepare v1.0.0-beta.1 in one step and re-fetch before semantic-release ([e8525e0](https://github.com/cloudinary-devs/create-cloudinary-react/commit/e8525e01e03872cfa2d99c97dd5c2799722d73b7))
219
+ * **release:** run v1.0.0-beta.1 prepare inside Release step (real run) ([3b66396](https://github.com/cloudinary-devs/create-cloudinary-react/commit/3b66396312c37d9f98e991901528d41f9cc922b5))
220
+ * remove duplicate main branch config and improve tag fetching ([ebd8291](https://github.com/cloudinary-devs/create-cloudinary-react/commit/ebd82918fc4c0801d3ce31d8d516e1a77da6676c))
221
+ * remove invalid tarballDir config and improve npm auth setup for semantic-release ([975a278](https://github.com/cloudinary-devs/create-cloudinary-react/commit/975a2785bbd5f03bda736669fdada7fec5599e9a))
222
+ * simplify npm token extraction - use token even if whoami fails ([3d7700a](https://github.com/cloudinary-devs/create-cloudinary-react/commit/3d7700a0a29b921b3c881342369d266ff236f700))
223
+ * simplify npm token extraction with multiple fallback methods ([dba9bb2](https://github.com/cloudinary-devs/create-cloudinary-react/commit/dba9bb2d1bf0357f95a5ce0f8e2318cb51da55fb))
224
+ * update deployment beta ([3b60ec7](https://github.com/cloudinary-devs/create-cloudinary-react/commit/3b60ec7366b174e35e809453b43da4777ed9b30a))
225
+ * update Node.js version to 20 for semantic-release compatibility ([b1efc7c](https://github.com/cloudinary-devs/create-cloudinary-react/commit/b1efc7c4c6d6e5f1452489c34ab79b827ef7cb8f))
226
+ * update release please ([00a932e](https://github.com/cloudinary-devs/create-cloudinary-react/commit/00a932e17be240a983798e4cc4c0b4f628ff6699))
227
+ * update semantic-release branch configuration with channel ([dcf9eab](https://github.com/cloudinary-devs/create-cloudinary-react/commit/dcf9eaba7814e0e75bcaf9029508211282f5fb50))
228
+ * use base version in manifest for release-please compatibility ([854e4f2](https://github.com/cloudinary-devs/create-cloudinary-react/commit/854e4f258a5fdb5aed66e37d81ec1e07703f7d32))
229
+ * use maintenance branch pattern to satisfy semantic-release validation ([e74ff2a](https://github.com/cloudinary-devs/create-cloudinary-react/commit/e74ff2aff29caf9b9812ee57d7cc1e9729c84e8a))
230
+
231
+
232
+ ### Features
233
+
234
+ * initial release of create-cloudinary-react-vite ([865b5da](https://github.com/cloudinary-devs/create-cloudinary-react/commit/865b5da1ae437d9e47f69bb11f2ff778fc0ca16a))
235
+ * use trusted publishing by disabling npm publish in semantic-release and publishing manually ([e2dbe19](https://github.com/cloudinary-devs/create-cloudinary-react/commit/e2dbe197b45824843777ee26864d113ae7fadf27))
236
+
237
+ # 1.0.0-beta.1 (2026-01-27)
238
+
239
+
240
+ ### Bug Fixes
241
+
242
+ * add debug output and explicit npm config for semantic-release ([5cec039](https://github.com/cloudinary-devs/create-cloudinary-react/commit/5cec03918105699758405ed8f9909220427be893))
243
+ * add dummy release branch to satisfy semantic-release validation ([cce1e98](https://github.com/cloudinary-devs/create-cloudinary-react/commit/cce1e98c6bb0265630b5f1bf74b1ba0e30c30fc4))
244
+ * add explicit branch checkout and debug info for semantic-release ([241ef66](https://github.com/cloudinary-devs/create-cloudinary-react/commit/241ef66baf8126019b58bfd42f2a19fe710d6c77))
245
+ * add explicit registry URL to npm plugin config ([1fb7968](https://github.com/cloudinary-devs/create-cloudinary-react/commit/1fb7968a97acc0696be74c019a516b590b4e16ad))
246
+ * add initial tag creation and maintenance branch pattern for semantic-release ([0aab3a3](https://github.com/cloudinary-devs/create-cloudinary-react/commit/0aab3a3788db401683284253cf4a63454cf5ce18))
247
+ * check version change before publishing to npm ([c7cb003](https://github.com/cloudinary-devs/create-cloudinary-react/commit/c7cb0032c420c277245f7266830b219e906529c7))
248
+ * configure git user before creating initial tag ([619fcc1](https://github.com/cloudinary-devs/create-cloudinary-react/commit/619fcc1277846026070c03c9a09a16e1dd77fe0e))
249
+ * configure main as both regular and prerelease branch, fetch all branches ([92475e1](https://github.com/cloudinary-devs/create-cloudinary-react/commit/92475e182873b75999d426f692961b34482283a2))
250
+ * configure npm authentication for trusted publishing with semantic-release ([d2ad403](https://github.com/cloudinary-devs/create-cloudinary-react/commit/d2ad40360371fcdc28c7d97c4074dbc383ee7861))
251
+ * extract npm token from .npmrc for semantic-release with trusted publishing ([a408d4c](https://github.com/cloudinary-devs/create-cloudinary-react/commit/a408d4cca11c60d865aacf327ec28bf739de8cb3))
252
+ * improve admin permission check in release workflow ([989b724](https://github.com/cloudinary-devs/create-cloudinary-react/commit/989b72458d5d48fee5c618ac97de84f85cd2c96d))
253
+ * improve git branch setup for semantic-release detection ([86fd306](https://github.com/cloudinary-devs/create-cloudinary-react/commit/86fd306af6e1f6bea1312169dff96e9b5ce223f3))
254
+ * improve npm token extraction with better debugging and fallbacks ([5c9ec06](https://github.com/cloudinary-devs/create-cloudinary-react/commit/5c9ec064cdfc25dd3685fcb6e258e8739ddf1f9a))
255
+ * improve npm token extraction with multiple locations and fallbacks ([5df6779](https://github.com/cloudinary-devs/create-cloudinary-react/commit/5df6779b0820403c1a0fccf222defe58cb68d62e))
256
+ * improve token extraction and .npmrc formatting for npm authentication ([9f18d51](https://github.com/cloudinary-devs/create-cloudinary-react/commit/9f18d511949e1f2342cf41d6fb253d709a3fb6dd))
257
+ * **release:** add main as regular branch to satisfy semantic-release validation ([beed14e](https://github.com/cloudinary-devs/create-cloudinary-react/commit/beed14e663e2aa61a9e7755c99ea331422680877))
258
+ * **release:** add semantic-release note to existing v1.0.0-beta.1 tag ([3d7d408](https://github.com/cloudinary-devs/create-cloudinary-react/commit/3d7d408d2a5e63dfedf900686016ecd049f8b607))
259
+ * **release:** always move v1.0.0-beta.1 to release commit when present ([9b57cce](https://github.com/cloudinary-devs/create-cloudinary-react/commit/9b57cce0dc9520e19530c96e9073ddbce0509f1c))
260
+ * **release:** correct dry-run next version and branch config ([767dc50](https://github.com/cloudinary-devs/create-cloudinary-react/commit/767dc506a1453737c6fd87fa8c60de0803fd7f7f))
261
+ * **release:** ensure master branch exists for semantic-release validation ([3556b83](https://github.com/cloudinary-devs/create-cloudinary-react/commit/3556b830a73234e2405332c05de7f7514dc0ed2a))
262
+ * **release:** ensure v1.0.0-beta.1 is visible to semantic-release ([b2d9cfc](https://github.com/cloudinary-devs/create-cloudinary-react/commit/b2d9cfc88f6eb586d1499caa037b86358dedaa7b))
263
+ * **release:** prepare v1.0.0-beta.1 in one step and re-fetch before semantic-release ([e8525e0](https://github.com/cloudinary-devs/create-cloudinary-react/commit/e8525e01e03872cfa2d99c97dd5c2799722d73b7))
264
+ * remove duplicate main branch config and improve tag fetching ([ebd8291](https://github.com/cloudinary-devs/create-cloudinary-react/commit/ebd82918fc4c0801d3ce31d8d516e1a77da6676c))
265
+ * remove invalid tarballDir config and improve npm auth setup for semantic-release ([975a278](https://github.com/cloudinary-devs/create-cloudinary-react/commit/975a2785bbd5f03bda736669fdada7fec5599e9a))
266
+ * simplify npm token extraction - use token even if whoami fails ([3d7700a](https://github.com/cloudinary-devs/create-cloudinary-react/commit/3d7700a0a29b921b3c881342369d266ff236f700))
267
+ * simplify npm token extraction with multiple fallback methods ([dba9bb2](https://github.com/cloudinary-devs/create-cloudinary-react/commit/dba9bb2d1bf0357f95a5ce0f8e2318cb51da55fb))
268
+ * update deployment beta ([3b60ec7](https://github.com/cloudinary-devs/create-cloudinary-react/commit/3b60ec7366b174e35e809453b43da4777ed9b30a))
269
+ * update Node.js version to 20 for semantic-release compatibility ([b1efc7c](https://github.com/cloudinary-devs/create-cloudinary-react/commit/b1efc7c4c6d6e5f1452489c34ab79b827ef7cb8f))
270
+ * update release please ([00a932e](https://github.com/cloudinary-devs/create-cloudinary-react/commit/00a932e17be240a983798e4cc4c0b4f628ff6699))
271
+ * update semantic-release branch configuration with channel ([dcf9eab](https://github.com/cloudinary-devs/create-cloudinary-react/commit/dcf9eaba7814e0e75bcaf9029508211282f5fb50))
272
+ * use base version in manifest for release-please compatibility ([854e4f2](https://github.com/cloudinary-devs/create-cloudinary-react/commit/854e4f258a5fdb5aed66e37d81ec1e07703f7d32))
273
+ * use maintenance branch pattern to satisfy semantic-release validation ([e74ff2a](https://github.com/cloudinary-devs/create-cloudinary-react/commit/e74ff2aff29caf9b9812ee57d7cc1e9729c84e8a))
274
+
275
+
276
+ ### Features
277
+
278
+ * initial release of create-cloudinary-react-vite ([865b5da](https://github.com/cloudinary-devs/create-cloudinary-react/commit/865b5da1ae437d9e47f69bb11f2ff778fc0ca16a))
279
+ * use trusted publishing by disabling npm publish in semantic-release and publishing manually ([e2dbe19](https://github.com/cloudinary-devs/create-cloudinary-react/commit/e2dbe197b45824843777ee26864d113ae7fadf27))
280
+
281
+ # 1.0.0-beta.1 (2026-01-27)
282
+
283
+
284
+ ### Bug Fixes
285
+
286
+ * add debug output and explicit npm config for semantic-release ([5cec039](https://github.com/cloudinary-devs/create-cloudinary-react/commit/5cec03918105699758405ed8f9909220427be893))
287
+ * add dummy release branch to satisfy semantic-release validation ([cce1e98](https://github.com/cloudinary-devs/create-cloudinary-react/commit/cce1e98c6bb0265630b5f1bf74b1ba0e30c30fc4))
288
+ * add explicit branch checkout and debug info for semantic-release ([241ef66](https://github.com/cloudinary-devs/create-cloudinary-react/commit/241ef66baf8126019b58bfd42f2a19fe710d6c77))
289
+ * add explicit registry URL to npm plugin config ([1fb7968](https://github.com/cloudinary-devs/create-cloudinary-react/commit/1fb7968a97acc0696be74c019a516b590b4e16ad))
290
+ * add initial tag creation and maintenance branch pattern for semantic-release ([0aab3a3](https://github.com/cloudinary-devs/create-cloudinary-react/commit/0aab3a3788db401683284253cf4a63454cf5ce18))
291
+ * check version change before publishing to npm ([c7cb003](https://github.com/cloudinary-devs/create-cloudinary-react/commit/c7cb0032c420c277245f7266830b219e906529c7))
292
+ * configure git user before creating initial tag ([619fcc1](https://github.com/cloudinary-devs/create-cloudinary-react/commit/619fcc1277846026070c03c9a09a16e1dd77fe0e))
293
+ * configure main as both regular and prerelease branch, fetch all branches ([92475e1](https://github.com/cloudinary-devs/create-cloudinary-react/commit/92475e182873b75999d426f692961b34482283a2))
294
+ * configure npm authentication for trusted publishing with semantic-release ([d2ad403](https://github.com/cloudinary-devs/create-cloudinary-react/commit/d2ad40360371fcdc28c7d97c4074dbc383ee7861))
295
+ * extract npm token from .npmrc for semantic-release with trusted publishing ([a408d4c](https://github.com/cloudinary-devs/create-cloudinary-react/commit/a408d4cca11c60d865aacf327ec28bf739de8cb3))
296
+ * improve admin permission check in release workflow ([989b724](https://github.com/cloudinary-devs/create-cloudinary-react/commit/989b72458d5d48fee5c618ac97de84f85cd2c96d))
297
+ * improve git branch setup for semantic-release detection ([86fd306](https://github.com/cloudinary-devs/create-cloudinary-react/commit/86fd306af6e1f6bea1312169dff96e9b5ce223f3))
298
+ * improve npm token extraction with better debugging and fallbacks ([5c9ec06](https://github.com/cloudinary-devs/create-cloudinary-react/commit/5c9ec064cdfc25dd3685fcb6e258e8739ddf1f9a))
299
+ * improve npm token extraction with multiple locations and fallbacks ([5df6779](https://github.com/cloudinary-devs/create-cloudinary-react/commit/5df6779b0820403c1a0fccf222defe58cb68d62e))
300
+ * improve token extraction and .npmrc formatting for npm authentication ([9f18d51](https://github.com/cloudinary-devs/create-cloudinary-react/commit/9f18d511949e1f2342cf41d6fb253d709a3fb6dd))
301
+ * **release:** add main as regular branch to satisfy semantic-release validation ([beed14e](https://github.com/cloudinary-devs/create-cloudinary-react/commit/beed14e663e2aa61a9e7755c99ea331422680877))
302
+ * **release:** add semantic-release note to existing v1.0.0-beta.1 tag ([3d7d408](https://github.com/cloudinary-devs/create-cloudinary-react/commit/3d7d408d2a5e63dfedf900686016ecd049f8b607))
303
+ * **release:** always move v1.0.0-beta.1 to release commit when present ([9b57cce](https://github.com/cloudinary-devs/create-cloudinary-react/commit/9b57cce0dc9520e19530c96e9073ddbce0509f1c))
304
+ * **release:** correct dry-run next version and branch config ([767dc50](https://github.com/cloudinary-devs/create-cloudinary-react/commit/767dc506a1453737c6fd87fa8c60de0803fd7f7f))
305
+ * **release:** ensure master branch exists for semantic-release validation ([3556b83](https://github.com/cloudinary-devs/create-cloudinary-react/commit/3556b830a73234e2405332c05de7f7514dc0ed2a))
306
+ * **release:** ensure v1.0.0-beta.1 is visible to semantic-release ([b2d9cfc](https://github.com/cloudinary-devs/create-cloudinary-react/commit/b2d9cfc88f6eb586d1499caa037b86358dedaa7b))
307
+ * remove duplicate main branch config and improve tag fetching ([ebd8291](https://github.com/cloudinary-devs/create-cloudinary-react/commit/ebd82918fc4c0801d3ce31d8d516e1a77da6676c))
308
+ * remove invalid tarballDir config and improve npm auth setup for semantic-release ([975a278](https://github.com/cloudinary-devs/create-cloudinary-react/commit/975a2785bbd5f03bda736669fdada7fec5599e9a))
309
+ * simplify npm token extraction - use token even if whoami fails ([3d7700a](https://github.com/cloudinary-devs/create-cloudinary-react/commit/3d7700a0a29b921b3c881342369d266ff236f700))
310
+ * simplify npm token extraction with multiple fallback methods ([dba9bb2](https://github.com/cloudinary-devs/create-cloudinary-react/commit/dba9bb2d1bf0357f95a5ce0f8e2318cb51da55fb))
311
+ * update deployment beta ([3b60ec7](https://github.com/cloudinary-devs/create-cloudinary-react/commit/3b60ec7366b174e35e809453b43da4777ed9b30a))
312
+ * update Node.js version to 20 for semantic-release compatibility ([b1efc7c](https://github.com/cloudinary-devs/create-cloudinary-react/commit/b1efc7c4c6d6e5f1452489c34ab79b827ef7cb8f))
313
+ * update release please ([00a932e](https://github.com/cloudinary-devs/create-cloudinary-react/commit/00a932e17be240a983798e4cc4c0b4f628ff6699))
314
+ * update semantic-release branch configuration with channel ([dcf9eab](https://github.com/cloudinary-devs/create-cloudinary-react/commit/dcf9eaba7814e0e75bcaf9029508211282f5fb50))
315
+ * use base version in manifest for release-please compatibility ([854e4f2](https://github.com/cloudinary-devs/create-cloudinary-react/commit/854e4f258a5fdb5aed66e37d81ec1e07703f7d32))
316
+ * use maintenance branch pattern to satisfy semantic-release validation ([e74ff2a](https://github.com/cloudinary-devs/create-cloudinary-react/commit/e74ff2aff29caf9b9812ee57d7cc1e9729c84e8a))
317
+
318
+
319
+ ### Features
320
+
321
+ * initial release of create-cloudinary-react-vite ([865b5da](https://github.com/cloudinary-devs/create-cloudinary-react/commit/865b5da1ae437d9e47f69bb11f2ff778fc0ca16a))
322
+ * use trusted publishing by disabling npm publish in semantic-release and publishing manually ([e2dbe19](https://github.com/cloudinary-devs/create-cloudinary-react/commit/e2dbe197b45824843777ee26864d113ae7fadf27))
323
+
324
+ # 1.0.0-beta.1 (2026-01-27)
325
+
326
+
327
+ ### Bug Fixes
328
+
329
+ * add debug output and explicit npm config for semantic-release ([5cec039](https://github.com/cloudinary-devs/create-cloudinary-react/commit/5cec03918105699758405ed8f9909220427be893))
330
+ * add dummy release branch to satisfy semantic-release validation ([cce1e98](https://github.com/cloudinary-devs/create-cloudinary-react/commit/cce1e98c6bb0265630b5f1bf74b1ba0e30c30fc4))
331
+ * add explicit branch checkout and debug info for semantic-release ([241ef66](https://github.com/cloudinary-devs/create-cloudinary-react/commit/241ef66baf8126019b58bfd42f2a19fe710d6c77))
332
+ * add explicit registry URL to npm plugin config ([1fb7968](https://github.com/cloudinary-devs/create-cloudinary-react/commit/1fb7968a97acc0696be74c019a516b590b4e16ad))
333
+ * add initial tag creation and maintenance branch pattern for semantic-release ([0aab3a3](https://github.com/cloudinary-devs/create-cloudinary-react/commit/0aab3a3788db401683284253cf4a63454cf5ce18))
334
+ * check version change before publishing to npm ([c7cb003](https://github.com/cloudinary-devs/create-cloudinary-react/commit/c7cb0032c420c277245f7266830b219e906529c7))
335
+ * configure git user before creating initial tag ([619fcc1](https://github.com/cloudinary-devs/create-cloudinary-react/commit/619fcc1277846026070c03c9a09a16e1dd77fe0e))
336
+ * configure main as both regular and prerelease branch, fetch all branches ([92475e1](https://github.com/cloudinary-devs/create-cloudinary-react/commit/92475e182873b75999d426f692961b34482283a2))
337
+ * configure npm authentication for trusted publishing with semantic-release ([d2ad403](https://github.com/cloudinary-devs/create-cloudinary-react/commit/d2ad40360371fcdc28c7d97c4074dbc383ee7861))
338
+ * extract npm token from .npmrc for semantic-release with trusted publishing ([a408d4c](https://github.com/cloudinary-devs/create-cloudinary-react/commit/a408d4cca11c60d865aacf327ec28bf739de8cb3))
339
+ * improve admin permission check in release workflow ([989b724](https://github.com/cloudinary-devs/create-cloudinary-react/commit/989b72458d5d48fee5c618ac97de84f85cd2c96d))
340
+ * improve git branch setup for semantic-release detection ([86fd306](https://github.com/cloudinary-devs/create-cloudinary-react/commit/86fd306af6e1f6bea1312169dff96e9b5ce223f3))
341
+ * improve npm token extraction with better debugging and fallbacks ([5c9ec06](https://github.com/cloudinary-devs/create-cloudinary-react/commit/5c9ec064cdfc25dd3685fcb6e258e8739ddf1f9a))
342
+ * improve npm token extraction with multiple locations and fallbacks ([5df6779](https://github.com/cloudinary-devs/create-cloudinary-react/commit/5df6779b0820403c1a0fccf222defe58cb68d62e))
343
+ * improve token extraction and .npmrc formatting for npm authentication ([9f18d51](https://github.com/cloudinary-devs/create-cloudinary-react/commit/9f18d511949e1f2342cf41d6fb253d709a3fb6dd))
344
+ * **release:** add main as regular branch to satisfy semantic-release validation ([beed14e](https://github.com/cloudinary-devs/create-cloudinary-react/commit/beed14e663e2aa61a9e7755c99ea331422680877))
345
+ * **release:** add semantic-release note to existing v1.0.0-beta.1 tag ([3d7d408](https://github.com/cloudinary-devs/create-cloudinary-react/commit/3d7d408d2a5e63dfedf900686016ecd049f8b607))
346
+ * **release:** correct dry-run next version and branch config ([767dc50](https://github.com/cloudinary-devs/create-cloudinary-react/commit/767dc506a1453737c6fd87fa8c60de0803fd7f7f))
347
+ * **release:** ensure master branch exists for semantic-release validation ([3556b83](https://github.com/cloudinary-devs/create-cloudinary-react/commit/3556b830a73234e2405332c05de7f7514dc0ed2a))
348
+ * **release:** ensure v1.0.0-beta.1 is visible to semantic-release ([b2d9cfc](https://github.com/cloudinary-devs/create-cloudinary-react/commit/b2d9cfc88f6eb586d1499caa037b86358dedaa7b))
349
+ * remove duplicate main branch config and improve tag fetching ([ebd8291](https://github.com/cloudinary-devs/create-cloudinary-react/commit/ebd82918fc4c0801d3ce31d8d516e1a77da6676c))
350
+ * remove invalid tarballDir config and improve npm auth setup for semantic-release ([975a278](https://github.com/cloudinary-devs/create-cloudinary-react/commit/975a2785bbd5f03bda736669fdada7fec5599e9a))
351
+ * simplify npm token extraction - use token even if whoami fails ([3d7700a](https://github.com/cloudinary-devs/create-cloudinary-react/commit/3d7700a0a29b921b3c881342369d266ff236f700))
352
+ * simplify npm token extraction with multiple fallback methods ([dba9bb2](https://github.com/cloudinary-devs/create-cloudinary-react/commit/dba9bb2d1bf0357f95a5ce0f8e2318cb51da55fb))
353
+ * update deployment beta ([3b60ec7](https://github.com/cloudinary-devs/create-cloudinary-react/commit/3b60ec7366b174e35e809453b43da4777ed9b30a))
354
+ * update Node.js version to 20 for semantic-release compatibility ([b1efc7c](https://github.com/cloudinary-devs/create-cloudinary-react/commit/b1efc7c4c6d6e5f1452489c34ab79b827ef7cb8f))
355
+ * update release please ([00a932e](https://github.com/cloudinary-devs/create-cloudinary-react/commit/00a932e17be240a983798e4cc4c0b4f628ff6699))
356
+ * update semantic-release branch configuration with channel ([dcf9eab](https://github.com/cloudinary-devs/create-cloudinary-react/commit/dcf9eaba7814e0e75bcaf9029508211282f5fb50))
357
+ * use base version in manifest for release-please compatibility ([854e4f2](https://github.com/cloudinary-devs/create-cloudinary-react/commit/854e4f258a5fdb5aed66e37d81ec1e07703f7d32))
358
+ * use maintenance branch pattern to satisfy semantic-release validation ([e74ff2a](https://github.com/cloudinary-devs/create-cloudinary-react/commit/e74ff2aff29caf9b9812ee57d7cc1e9729c84e8a))
359
+
360
+
361
+ ### Features
362
+
363
+ * initial release of create-cloudinary-react-vite ([865b5da](https://github.com/cloudinary-devs/create-cloudinary-react/commit/865b5da1ae437d9e47f69bb11f2ff778fc0ca16a))
364
+ * use trusted publishing by disabling npm publish in semantic-release and publishing manually ([e2dbe19](https://github.com/cloudinary-devs/create-cloudinary-react/commit/e2dbe197b45824843777ee26864d113ae7fadf27))
365
+
366
+ # 1.0.0-beta.1 (2026-01-27)
367
+
368
+
369
+ ### Bug Fixes
370
+
371
+ * add debug output and explicit npm config for semantic-release ([5cec039](https://github.com/cloudinary-devs/create-cloudinary-react/commit/5cec03918105699758405ed8f9909220427be893))
372
+ * add dummy release branch to satisfy semantic-release validation ([cce1e98](https://github.com/cloudinary-devs/create-cloudinary-react/commit/cce1e98c6bb0265630b5f1bf74b1ba0e30c30fc4))
373
+ * add explicit branch checkout and debug info for semantic-release ([241ef66](https://github.com/cloudinary-devs/create-cloudinary-react/commit/241ef66baf8126019b58bfd42f2a19fe710d6c77))
374
+ * add explicit registry URL to npm plugin config ([1fb7968](https://github.com/cloudinary-devs/create-cloudinary-react/commit/1fb7968a97acc0696be74c019a516b590b4e16ad))
375
+ * add initial tag creation and maintenance branch pattern for semantic-release ([0aab3a3](https://github.com/cloudinary-devs/create-cloudinary-react/commit/0aab3a3788db401683284253cf4a63454cf5ce18))
376
+ * check version change before publishing to npm ([c7cb003](https://github.com/cloudinary-devs/create-cloudinary-react/commit/c7cb0032c420c277245f7266830b219e906529c7))
377
+ * configure git user before creating initial tag ([619fcc1](https://github.com/cloudinary-devs/create-cloudinary-react/commit/619fcc1277846026070c03c9a09a16e1dd77fe0e))
378
+ * configure main as both regular and prerelease branch, fetch all branches ([92475e1](https://github.com/cloudinary-devs/create-cloudinary-react/commit/92475e182873b75999d426f692961b34482283a2))
379
+ * configure npm authentication for trusted publishing with semantic-release ([d2ad403](https://github.com/cloudinary-devs/create-cloudinary-react/commit/d2ad40360371fcdc28c7d97c4074dbc383ee7861))
380
+ * extract npm token from .npmrc for semantic-release with trusted publishing ([a408d4c](https://github.com/cloudinary-devs/create-cloudinary-react/commit/a408d4cca11c60d865aacf327ec28bf739de8cb3))
381
+ * improve admin permission check in release workflow ([989b724](https://github.com/cloudinary-devs/create-cloudinary-react/commit/989b72458d5d48fee5c618ac97de84f85cd2c96d))
382
+ * improve git branch setup for semantic-release detection ([86fd306](https://github.com/cloudinary-devs/create-cloudinary-react/commit/86fd306af6e1f6bea1312169dff96e9b5ce223f3))
383
+ * improve npm token extraction with better debugging and fallbacks ([5c9ec06](https://github.com/cloudinary-devs/create-cloudinary-react/commit/5c9ec064cdfc25dd3685fcb6e258e8739ddf1f9a))
384
+ * improve npm token extraction with multiple locations and fallbacks ([5df6779](https://github.com/cloudinary-devs/create-cloudinary-react/commit/5df6779b0820403c1a0fccf222defe58cb68d62e))
385
+ * improve token extraction and .npmrc formatting for npm authentication ([9f18d51](https://github.com/cloudinary-devs/create-cloudinary-react/commit/9f18d511949e1f2342cf41d6fb253d709a3fb6dd))
386
+ * **release:** add main as regular branch to satisfy semantic-release validation ([beed14e](https://github.com/cloudinary-devs/create-cloudinary-react/commit/beed14e663e2aa61a9e7755c99ea331422680877))
387
+ * **release:** add semantic-release note to existing v1.0.0-beta.1 tag ([3d7d408](https://github.com/cloudinary-devs/create-cloudinary-react/commit/3d7d408d2a5e63dfedf900686016ecd049f8b607))
388
+ * **release:** correct dry-run next version and branch config ([767dc50](https://github.com/cloudinary-devs/create-cloudinary-react/commit/767dc506a1453737c6fd87fa8c60de0803fd7f7f))
389
+ * **release:** ensure master branch exists for semantic-release validation ([3556b83](https://github.com/cloudinary-devs/create-cloudinary-react/commit/3556b830a73234e2405332c05de7f7514dc0ed2a))
390
+ * remove duplicate main branch config and improve tag fetching ([ebd8291](https://github.com/cloudinary-devs/create-cloudinary-react/commit/ebd82918fc4c0801d3ce31d8d516e1a77da6676c))
391
+ * remove invalid tarballDir config and improve npm auth setup for semantic-release ([975a278](https://github.com/cloudinary-devs/create-cloudinary-react/commit/975a2785bbd5f03bda736669fdada7fec5599e9a))
392
+ * simplify npm token extraction - use token even if whoami fails ([3d7700a](https://github.com/cloudinary-devs/create-cloudinary-react/commit/3d7700a0a29b921b3c881342369d266ff236f700))
393
+ * simplify npm token extraction with multiple fallback methods ([dba9bb2](https://github.com/cloudinary-devs/create-cloudinary-react/commit/dba9bb2d1bf0357f95a5ce0f8e2318cb51da55fb))
394
+ * update deployment beta ([3b60ec7](https://github.com/cloudinary-devs/create-cloudinary-react/commit/3b60ec7366b174e35e809453b43da4777ed9b30a))
395
+ * update Node.js version to 20 for semantic-release compatibility ([b1efc7c](https://github.com/cloudinary-devs/create-cloudinary-react/commit/b1efc7c4c6d6e5f1452489c34ab79b827ef7cb8f))
396
+ * update release please ([00a932e](https://github.com/cloudinary-devs/create-cloudinary-react/commit/00a932e17be240a983798e4cc4c0b4f628ff6699))
397
+ * update semantic-release branch configuration with channel ([dcf9eab](https://github.com/cloudinary-devs/create-cloudinary-react/commit/dcf9eaba7814e0e75bcaf9029508211282f5fb50))
398
+ * use base version in manifest for release-please compatibility ([854e4f2](https://github.com/cloudinary-devs/create-cloudinary-react/commit/854e4f258a5fdb5aed66e37d81ec1e07703f7d32))
399
+ * use maintenance branch pattern to satisfy semantic-release validation ([e74ff2a](https://github.com/cloudinary-devs/create-cloudinary-react/commit/e74ff2aff29caf9b9812ee57d7cc1e9729c84e8a))
400
+
401
+
402
+ ### Features
403
+
404
+ * initial release of create-cloudinary-react-vite ([865b5da](https://github.com/cloudinary-devs/create-cloudinary-react/commit/865b5da1ae437d9e47f69bb11f2ff778fc0ca16a))
405
+ * use trusted publishing by disabling npm publish in semantic-release and publishing manually ([e2dbe19](https://github.com/cloudinary-devs/create-cloudinary-react/commit/e2dbe197b45824843777ee26864d113ae7fadf27))
406
+
407
+ # 1.0.0-beta.1 (2026-01-27)
408
+
409
+
410
+ ### Bug Fixes
411
+
412
+ * add debug output and explicit npm config for semantic-release ([5cec039](https://github.com/cloudinary-devs/create-cloudinary-react/commit/5cec03918105699758405ed8f9909220427be893))
413
+ * add dummy release branch to satisfy semantic-release validation ([cce1e98](https://github.com/cloudinary-devs/create-cloudinary-react/commit/cce1e98c6bb0265630b5f1bf74b1ba0e30c30fc4))
414
+ * add explicit branch checkout and debug info for semantic-release ([241ef66](https://github.com/cloudinary-devs/create-cloudinary-react/commit/241ef66baf8126019b58bfd42f2a19fe710d6c77))
415
+ * add explicit registry URL to npm plugin config ([1fb7968](https://github.com/cloudinary-devs/create-cloudinary-react/commit/1fb7968a97acc0696be74c019a516b590b4e16ad))
416
+ * add initial tag creation and maintenance branch pattern for semantic-release ([0aab3a3](https://github.com/cloudinary-devs/create-cloudinary-react/commit/0aab3a3788db401683284253cf4a63454cf5ce18))
417
+ * check version change before publishing to npm ([c7cb003](https://github.com/cloudinary-devs/create-cloudinary-react/commit/c7cb0032c420c277245f7266830b219e906529c7))
418
+ * configure git user before creating initial tag ([619fcc1](https://github.com/cloudinary-devs/create-cloudinary-react/commit/619fcc1277846026070c03c9a09a16e1dd77fe0e))
419
+ * configure main as both regular and prerelease branch, fetch all branches ([92475e1](https://github.com/cloudinary-devs/create-cloudinary-react/commit/92475e182873b75999d426f692961b34482283a2))
420
+ * configure npm authentication for trusted publishing with semantic-release ([d2ad403](https://github.com/cloudinary-devs/create-cloudinary-react/commit/d2ad40360371fcdc28c7d97c4074dbc383ee7861))
421
+ * extract npm token from .npmrc for semantic-release with trusted publishing ([a408d4c](https://github.com/cloudinary-devs/create-cloudinary-react/commit/a408d4cca11c60d865aacf327ec28bf739de8cb3))
422
+ * improve admin permission check in release workflow ([989b724](https://github.com/cloudinary-devs/create-cloudinary-react/commit/989b72458d5d48fee5c618ac97de84f85cd2c96d))
423
+ * improve git branch setup for semantic-release detection ([86fd306](https://github.com/cloudinary-devs/create-cloudinary-react/commit/86fd306af6e1f6bea1312169dff96e9b5ce223f3))
424
+ * improve npm token extraction with better debugging and fallbacks ([5c9ec06](https://github.com/cloudinary-devs/create-cloudinary-react/commit/5c9ec064cdfc25dd3685fcb6e258e8739ddf1f9a))
425
+ * improve npm token extraction with multiple locations and fallbacks ([5df6779](https://github.com/cloudinary-devs/create-cloudinary-react/commit/5df6779b0820403c1a0fccf222defe58cb68d62e))
426
+ * improve token extraction and .npmrc formatting for npm authentication ([9f18d51](https://github.com/cloudinary-devs/create-cloudinary-react/commit/9f18d511949e1f2342cf41d6fb253d709a3fb6dd))
427
+ * **release:** add main as regular branch to satisfy semantic-release validation ([beed14e](https://github.com/cloudinary-devs/create-cloudinary-react/commit/beed14e663e2aa61a9e7755c99ea331422680877))
428
+ * **release:** correct dry-run next version and branch config ([767dc50](https://github.com/cloudinary-devs/create-cloudinary-react/commit/767dc506a1453737c6fd87fa8c60de0803fd7f7f))
429
+ * **release:** ensure master branch exists for semantic-release validation ([3556b83](https://github.com/cloudinary-devs/create-cloudinary-react/commit/3556b830a73234e2405332c05de7f7514dc0ed2a))
430
+ * remove duplicate main branch config and improve tag fetching ([ebd8291](https://github.com/cloudinary-devs/create-cloudinary-react/commit/ebd82918fc4c0801d3ce31d8d516e1a77da6676c))
431
+ * remove invalid tarballDir config and improve npm auth setup for semantic-release ([975a278](https://github.com/cloudinary-devs/create-cloudinary-react/commit/975a2785bbd5f03bda736669fdada7fec5599e9a))
432
+ * simplify npm token extraction - use token even if whoami fails ([3d7700a](https://github.com/cloudinary-devs/create-cloudinary-react/commit/3d7700a0a29b921b3c881342369d266ff236f700))
433
+ * simplify npm token extraction with multiple fallback methods ([dba9bb2](https://github.com/cloudinary-devs/create-cloudinary-react/commit/dba9bb2d1bf0357f95a5ce0f8e2318cb51da55fb))
434
+ * update deployment beta ([3b60ec7](https://github.com/cloudinary-devs/create-cloudinary-react/commit/3b60ec7366b174e35e809453b43da4777ed9b30a))
435
+ * update Node.js version to 20 for semantic-release compatibility ([b1efc7c](https://github.com/cloudinary-devs/create-cloudinary-react/commit/b1efc7c4c6d6e5f1452489c34ab79b827ef7cb8f))
436
+ * update release please ([00a932e](https://github.com/cloudinary-devs/create-cloudinary-react/commit/00a932e17be240a983798e4cc4c0b4f628ff6699))
437
+ * update semantic-release branch configuration with channel ([dcf9eab](https://github.com/cloudinary-devs/create-cloudinary-react/commit/dcf9eaba7814e0e75bcaf9029508211282f5fb50))
438
+ * use base version in manifest for release-please compatibility ([854e4f2](https://github.com/cloudinary-devs/create-cloudinary-react/commit/854e4f258a5fdb5aed66e37d81ec1e07703f7d32))
439
+ * use maintenance branch pattern to satisfy semantic-release validation ([e74ff2a](https://github.com/cloudinary-devs/create-cloudinary-react/commit/e74ff2aff29caf9b9812ee57d7cc1e9729c84e8a))
440
+
441
+
442
+ ### Features
443
+
444
+ * initial release of create-cloudinary-react-vite ([865b5da](https://github.com/cloudinary-devs/create-cloudinary-react/commit/865b5da1ae437d9e47f69bb11f2ff778fc0ca16a))
445
+ * use trusted publishing by disabling npm publish in semantic-release and publishing manually ([e2dbe19](https://github.com/cloudinary-devs/create-cloudinary-react/commit/e2dbe197b45824843777ee26864d113ae7fadf27))
446
+
1
447
  # Changelog
2
448
 
3
449
  ## [1.0.0] - TBD
package/README.md CHANGED
@@ -53,7 +53,13 @@ These rules help AI assistants understand Cloudinary React SDK patterns, common
53
53
 
54
54
  ## Development
55
55
 
56
- This project uses [Conventional Commits](https://www.conventionalcommits.org/) for version management.
56
+ This project uses [Conventional Commits](https://www.conventionalcommits.org/) for version management and [semantic-release](https://github.com/semantic-release/semantic-release) for automated releases.
57
+
58
+ ### Release Process
59
+
60
+ Releases are triggered manually via GitHub Actions workflow. The workflow uses npm trusted publishing (OIDC) for secure package publishing. New versions are published to npm when the workflow runs without dry run.
61
+
62
+ **Dry run (default):** When you run the workflow, "Dry run only" is checked by default. This runs semantic-release in dry-run mode—**no git push, no tags, no npm publish**. Use this to verify the next version and release notes before doing a real release. To publish for real, run the workflow again and **uncheck** "Dry run only". Each real release creates a GitHub release, updates CHANGELOG, and publishes the new version to npm (when the version changes).
57
63
 
58
64
  ### Commit Format
59
65
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-cloudinary-react",
3
- "version": "1.0.0-beta.1",
3
+ "version": "1.0.0-beta.8",
4
4
  "description": "Scaffold a Cloudinary React + Vite + TypeScript project with interactive setup",
5
5
  "type": "module",
6
6
  "bin": {