create-cloudinary-react 1.0.0-beta.20 ā 1.0.0-beta.21
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 +7 -0
- package/cli.js +1 -1
- package/package.json +1 -1
- package/templates/src/App.tsx.template +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [1.0.0-beta.21](https://github.com/cloudinary-devs/create-cloudinary-react/compare/v1.0.0-beta.20...v1.0.0-beta.21) (2026-02-25)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* update title in readme and ui ([54f633e](https://github.com/cloudinary-devs/create-cloudinary-react/commit/54f633e6fc2a6e800979c9962383c8f83523f79b))
|
|
7
|
+
|
|
1
8
|
# [1.0.0-beta.20](https://github.com/cloudinary-devs/create-cloudinary-react/compare/v1.0.0-beta.19...v1.0.0-beta.20) (2026-02-23)
|
|
2
9
|
|
|
3
10
|
|
package/cli.js
CHANGED
|
@@ -69,7 +69,7 @@ async function main() {
|
|
|
69
69
|
|
|
70
70
|
} else {
|
|
71
71
|
|
|
72
|
-
console.log(chalk.cyan.bold('\nš Cloudinary React
|
|
72
|
+
console.log(chalk.cyan.bold('\nš Cloudinary React Starter Kit\n'));
|
|
73
73
|
console.log(chalk.gray('š” Need a Cloudinary account? Sign up for free: https://cld.media/reactregister\n'));
|
|
74
74
|
|
|
75
75
|
const questions = [
|
package/package.json
CHANGED
|
@@ -60,7 +60,7 @@ function App() {
|
|
|
60
60
|
return (
|
|
61
61
|
<div className="app">
|
|
62
62
|
<main className="main-content">
|
|
63
|
-
<h1>Cloudinary React
|
|
63
|
+
<h1>Cloudinary React Starter Kit</h1>
|
|
64
64
|
<p>This is a ready-to-use development environment with Cloudinary integration.</p>
|
|
65
65
|
|
|
66
66
|
{hasUploadPreset && (
|