Skip to content

Commit 747f2ac

Browse files
chore(release): 1.0.0-beta.1 [skip ci]
# 1.0.0-beta.1 (2026-01-27) ### Bug Fixes * add debug output and explicit npm config for semantic-release ([5cec039](5cec039)) * add dummy release branch to satisfy semantic-release validation ([cce1e98](cce1e98)) * add explicit branch checkout and debug info for semantic-release ([241ef66](241ef66)) * add explicit registry URL to npm plugin config ([1fb7968](1fb7968)) * add initial tag creation and maintenance branch pattern for semantic-release ([0aab3a3](0aab3a3)) * add semantic-release note when creating initial tag and when tag exists ([dea082f](dea082f)) * check version change before publishing to npm ([c7cb003](c7cb003)) * configure git user before creating initial tag ([619fcc1](619fcc1)) * configure main as both regular and prerelease branch, fetch all branches ([92475e1](92475e1)) * configure npm authentication for trusted publishing with semantic-release ([d2ad403](d2ad403)) * extract npm token from .npmrc for semantic-release with trusted publishing ([a408d4c](a408d4c)) * improve admin permission check in release workflow ([989b724](989b724)) * improve git branch setup for semantic-release detection ([86fd306](86fd306)) * improve npm token extraction with better debugging and fallbacks ([5c9ec06](5c9ec06)) * improve npm token extraction with multiple locations and fallbacks ([5df6779](5df6779)) * improve token extraction and .npmrc formatting for npm authentication ([9f18d51](9f18d51)) * **release:** add main as regular branch to satisfy semantic-release validation ([beed14e](beed14e)) * **release:** add semantic-release note to existing v1.0.0-beta.1 tag ([3d7d408](3d7d408)) * **release:** always move v1.0.0-beta.1 to release commit when present ([9b57cce](9b57cce)) * **release:** correct dry-run next version and branch config ([767dc50](767dc50)) * **release:** ensure master branch exists for semantic-release validation ([3556b83](3556b83)) * **release:** ensure v1.0.0-beta.1 is visible to semantic-release ([b2d9cfc](b2d9cfc)) * **release:** prepare v1.0.0-beta.1 in one step and re-fetch before semantic-release ([e8525e0](e8525e0)) * **release:** run v1.0.0-beta.1 prepare inside Release step (real run) ([3b66396](3b66396)) * remove duplicate main branch config and improve tag fetching ([ebd8291](ebd8291)) * remove invalid tarballDir config and improve npm auth setup for semantic-release ([975a278](975a278)) * simplify npm token extraction - use token even if whoami fails ([3d7700a](3d7700a)) * simplify npm token extraction with multiple fallback methods ([dba9bb2](dba9bb2)) * update deployment beta ([3b60ec7](3b60ec7)) * update Node.js version to 20 for semantic-release compatibility ([b1efc7c](b1efc7c)) * update release please ([00a932e](00a932e)) * update semantic-release branch configuration with channel ([dcf9eab](dcf9eab)) * use base version in manifest for release-please compatibility ([854e4f2](854e4f2)) * use maintenance branch pattern to satisfy semantic-release validation ([e74ff2a](e74ff2a)) ### Features * initial release of create-cloudinary-react-vite ([865b5da](865b5da)) * use trusted publishing by disabling npm publish in semantic-release and publishing manually ([e2dbe19](e2dbe19))
1 parent dea082f commit 747f2ac

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,52 @@
11
# 1.0.0-beta.1 (2026-01-27)
22

33

4+
### Bug Fixes
5+
6+
* add debug output and explicit npm config for semantic-release ([5cec039](https://github.com/cloudinary-devs/create-cloudinary-react/commit/5cec03918105699758405ed8f9909220427be893))
7+
* add dummy release branch to satisfy semantic-release validation ([cce1e98](https://github.com/cloudinary-devs/create-cloudinary-react/commit/cce1e98c6bb0265630b5f1bf74b1ba0e30c30fc4))
8+
* add explicit branch checkout and debug info for semantic-release ([241ef66](https://github.com/cloudinary-devs/create-cloudinary-react/commit/241ef66baf8126019b58bfd42f2a19fe710d6c77))
9+
* add explicit registry URL to npm plugin config ([1fb7968](https://github.com/cloudinary-devs/create-cloudinary-react/commit/1fb7968a97acc0696be74c019a516b590b4e16ad))
10+
* add initial tag creation and maintenance branch pattern for semantic-release ([0aab3a3](https://github.com/cloudinary-devs/create-cloudinary-react/commit/0aab3a3788db401683284253cf4a63454cf5ce18))
11+
* add semantic-release note when creating initial tag and when tag exists ([dea082f](https://github.com/cloudinary-devs/create-cloudinary-react/commit/dea082f382e159339b7ba452c497cb8d71a2dca3))
12+
* check version change before publishing to npm ([c7cb003](https://github.com/cloudinary-devs/create-cloudinary-react/commit/c7cb0032c420c277245f7266830b219e906529c7))
13+
* configure git user before creating initial tag ([619fcc1](https://github.com/cloudinary-devs/create-cloudinary-react/commit/619fcc1277846026070c03c9a09a16e1dd77fe0e))
14+
* configure main as both regular and prerelease branch, fetch all branches ([92475e1](https://github.com/cloudinary-devs/create-cloudinary-react/commit/92475e182873b75999d426f692961b34482283a2))
15+
* configure npm authentication for trusted publishing with semantic-release ([d2ad403](https://github.com/cloudinary-devs/create-cloudinary-react/commit/d2ad40360371fcdc28c7d97c4074dbc383ee7861))
16+
* extract npm token from .npmrc for semantic-release with trusted publishing ([a408d4c](https://github.com/cloudinary-devs/create-cloudinary-react/commit/a408d4cca11c60d865aacf327ec28bf739de8cb3))
17+
* improve admin permission check in release workflow ([989b724](https://github.com/cloudinary-devs/create-cloudinary-react/commit/989b72458d5d48fee5c618ac97de84f85cd2c96d))
18+
* improve git branch setup for semantic-release detection ([86fd306](https://github.com/cloudinary-devs/create-cloudinary-react/commit/86fd306af6e1f6bea1312169dff96e9b5ce223f3))
19+
* improve npm token extraction with better debugging and fallbacks ([5c9ec06](https://github.com/cloudinary-devs/create-cloudinary-react/commit/5c9ec064cdfc25dd3685fcb6e258e8739ddf1f9a))
20+
* improve npm token extraction with multiple locations and fallbacks ([5df6779](https://github.com/cloudinary-devs/create-cloudinary-react/commit/5df6779b0820403c1a0fccf222defe58cb68d62e))
21+
* improve token extraction and .npmrc formatting for npm authentication ([9f18d51](https://github.com/cloudinary-devs/create-cloudinary-react/commit/9f18d511949e1f2342cf41d6fb253d709a3fb6dd))
22+
* **release:** add main as regular branch to satisfy semantic-release validation ([beed14e](https://github.com/cloudinary-devs/create-cloudinary-react/commit/beed14e663e2aa61a9e7755c99ea331422680877))
23+
* **release:** add semantic-release note to existing v1.0.0-beta.1 tag ([3d7d408](https://github.com/cloudinary-devs/create-cloudinary-react/commit/3d7d408d2a5e63dfedf900686016ecd049f8b607))
24+
* **release:** always move v1.0.0-beta.1 to release commit when present ([9b57cce](https://github.com/cloudinary-devs/create-cloudinary-react/commit/9b57cce0dc9520e19530c96e9073ddbce0509f1c))
25+
* **release:** correct dry-run next version and branch config ([767dc50](https://github.com/cloudinary-devs/create-cloudinary-react/commit/767dc506a1453737c6fd87fa8c60de0803fd7f7f))
26+
* **release:** ensure master branch exists for semantic-release validation ([3556b83](https://github.com/cloudinary-devs/create-cloudinary-react/commit/3556b830a73234e2405332c05de7f7514dc0ed2a))
27+
* **release:** ensure v1.0.0-beta.1 is visible to semantic-release ([b2d9cfc](https://github.com/cloudinary-devs/create-cloudinary-react/commit/b2d9cfc88f6eb586d1499caa037b86358dedaa7b))
28+
* **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))
29+
* **release:** run v1.0.0-beta.1 prepare inside Release step (real run) ([3b66396](https://github.com/cloudinary-devs/create-cloudinary-react/commit/3b66396312c37d9f98e991901528d41f9cc922b5))
30+
* remove duplicate main branch config and improve tag fetching ([ebd8291](https://github.com/cloudinary-devs/create-cloudinary-react/commit/ebd82918fc4c0801d3ce31d8d516e1a77da6676c))
31+
* remove invalid tarballDir config and improve npm auth setup for semantic-release ([975a278](https://github.com/cloudinary-devs/create-cloudinary-react/commit/975a2785bbd5f03bda736669fdada7fec5599e9a))
32+
* simplify npm token extraction - use token even if whoami fails ([3d7700a](https://github.com/cloudinary-devs/create-cloudinary-react/commit/3d7700a0a29b921b3c881342369d266ff236f700))
33+
* simplify npm token extraction with multiple fallback methods ([dba9bb2](https://github.com/cloudinary-devs/create-cloudinary-react/commit/dba9bb2d1bf0357f95a5ce0f8e2318cb51da55fb))
34+
* update deployment beta ([3b60ec7](https://github.com/cloudinary-devs/create-cloudinary-react/commit/3b60ec7366b174e35e809453b43da4777ed9b30a))
35+
* update Node.js version to 20 for semantic-release compatibility ([b1efc7c](https://github.com/cloudinary-devs/create-cloudinary-react/commit/b1efc7c4c6d6e5f1452489c34ab79b827ef7cb8f))
36+
* update release please ([00a932e](https://github.com/cloudinary-devs/create-cloudinary-react/commit/00a932e17be240a983798e4cc4c0b4f628ff6699))
37+
* update semantic-release branch configuration with channel ([dcf9eab](https://github.com/cloudinary-devs/create-cloudinary-react/commit/dcf9eaba7814e0e75bcaf9029508211282f5fb50))
38+
* use base version in manifest for release-please compatibility ([854e4f2](https://github.com/cloudinary-devs/create-cloudinary-react/commit/854e4f258a5fdb5aed66e37d81ec1e07703f7d32))
39+
* use maintenance branch pattern to satisfy semantic-release validation ([e74ff2a](https://github.com/cloudinary-devs/create-cloudinary-react/commit/e74ff2aff29caf9b9812ee57d7cc1e9729c84e8a))
40+
41+
42+
### Features
43+
44+
* initial release of create-cloudinary-react-vite ([865b5da](https://github.com/cloudinary-devs/create-cloudinary-react/commit/865b5da1ae437d9e47f69bb11f2ff778fc0ca16a))
45+
* use trusted publishing by disabling npm publish in semantic-release and publishing manually ([e2dbe19](https://github.com/cloudinary-devs/create-cloudinary-react/commit/e2dbe197b45824843777ee26864d113ae7fadf27))
46+
47+
# 1.0.0-beta.1 (2026-01-27)
48+
49+
450
### Bug Fixes
551

652
* add debug output and explicit npm config for semantic-release ([5cec039](https://github.com/cloudinary-devs/create-cloudinary-react/commit/5cec03918105699758405ed8f9909220427be893))

0 commit comments

Comments
 (0)