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 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 + Vite\n'));
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-cloudinary-react",
3
- "version": "1.0.0-beta.20",
3
+ "version": "1.0.0-beta.21",
4
4
  "description": "Scaffold a Cloudinary React + Vite + TypeScript project with interactive setup",
5
5
  "type": "module",
6
6
  "bin": {
@@ -60,7 +60,7 @@ function App() {
60
60
  return (
61
61
  <div className="app">
62
62
  <main className="main-content">
63
- <h1>Cloudinary React + Vite</h1>
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 && (