From 91698f3bc250e2bed03cc1ed88b52fde5c635d2c Mon Sep 17 00:00:00 2001 From: selemondev Date: Mon, 14 Apr 2025 00:40:34 -0600 Subject: [PATCH 1/4] chore(release): v1.0.2 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fc2b7e..c3a1123 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## v1.0.2 + +[compare changes](https://github.com/selemondev/create-react-next/compare/v1.0.2...v1.0.2) + +### 📖 Documentation + +- Update ([9751d8c](https://github.com/selemondev/create-react-next/commit/9751d8c)) + +### 🏡 Chore + +- Changed package name ([b2310d1](https://github.com/selemondev/create-react-next/commit/b2310d1)) + +### ❤️ Contributors + +- Selemondev + ## v1.0.1 [compare changes](https://github.com/selemondev/create-react-next/compare/v1.0.0...v1.0.1) diff --git a/package.json b/package.json index 5e13b8f..9e59f83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@selemondev/create-react-next", - "version": "1.0.1", + "version": "1.0.2", "description": "The Next Generation React Scaffolding Tool ✨", "type": "module", "main": "./dist/index.cjs", From 26c9cb5e8dd3640138ac47f2f12d99e45a416802 Mon Sep 17 00:00:00 2001 From: selemondev Date: Mon, 14 Apr 2025 00:40:52 -0600 Subject: [PATCH 2/4] chore(release): v1.0.3 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3a1123..bf1a248 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## v1.0.3 + +[compare changes](https://github.com/selemondev/create-react-next/compare/v1.0.1...v1.0.3) + +### 🔥 Performance + +- Reduce bundle size ([0345d32](https://github.com/selemondev/create-react-next/commit/0345d32)) + +### 📖 Documentation + +- Update CHANGELOG.md file ([ca53b28](https://github.com/selemondev/create-react-next/commit/ca53b28)) +- Update ([9751d8c](https://github.com/selemondev/create-react-next/commit/9751d8c)) + +### 🏡 Chore + +- Release v1.0.1 ([760aaed](https://github.com/selemondev/create-react-next/commit/760aaed)) +- Release v1.0.1 ([8b9aac0](https://github.com/selemondev/create-react-next/commit/8b9aac0)) +- **release:** V1.0.2 ([486f155](https://github.com/selemondev/create-react-next/commit/486f155)) +- **release:** V1.0.2 ([847fb1a](https://github.com/selemondev/create-react-next/commit/847fb1a)) +- Changed package name ([b2310d1](https://github.com/selemondev/create-react-next/commit/b2310d1)) +- **release:** V1.0.2 ([91698f3](https://github.com/selemondev/create-react-next/commit/91698f3)) + +### ❤️ Contributors + +- Selemondev + ## v1.0.2 [compare changes](https://github.com/selemondev/create-react-next/compare/v1.0.2...v1.0.2) diff --git a/package.json b/package.json index 9e59f83..217d719 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@selemondev/create-react-next", - "version": "1.0.2", + "version": "1.0.3", "description": "The Next Generation React Scaffolding Tool ✨", "type": "module", "main": "./dist/index.cjs", From 258c3554441143b59ad3e0aa3a7295d6c0135fad Mon Sep 17 00:00:00 2001 From: selemondev Date: Mon, 14 Apr 2025 00:41:26 -0600 Subject: [PATCH 3/4] chore(release): v1.0.2 --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf1a248..bd30936 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## v1.0.2 + +[compare changes](https://github.com/selemondev/create-react-next/compare/v1.0.1...v1.0.2) + +### 🔥 Performance + +- Reduce bundle size ([0345d32](https://github.com/selemondev/create-react-next/commit/0345d32)) + +### 📖 Documentation + +- Update CHANGELOG.md file ([ca53b28](https://github.com/selemondev/create-react-next/commit/ca53b28)) +- Update ([9751d8c](https://github.com/selemondev/create-react-next/commit/9751d8c)) + +### 🏡 Chore + +- Release v1.0.1 ([760aaed](https://github.com/selemondev/create-react-next/commit/760aaed)) +- Release v1.0.1 ([8b9aac0](https://github.com/selemondev/create-react-next/commit/8b9aac0)) +- **release:** V1.0.2 ([486f155](https://github.com/selemondev/create-react-next/commit/486f155)) +- **release:** V1.0.2 ([847fb1a](https://github.com/selemondev/create-react-next/commit/847fb1a)) +- Changed package name ([b2310d1](https://github.com/selemondev/create-react-next/commit/b2310d1)) +- **release:** V1.0.2 ([91698f3](https://github.com/selemondev/create-react-next/commit/91698f3)) +- **release:** V1.0.3 ([26c9cb5](https://github.com/selemondev/create-react-next/commit/26c9cb5)) + +### ❤️ Contributors + +- Selemondev + ## v1.0.3 [compare changes](https://github.com/selemondev/create-react-next/compare/v1.0.1...v1.0.3) diff --git a/package.json b/package.json index 217d719..9e59f83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@selemondev/create-react-next", - "version": "1.0.3", + "version": "1.0.2", "description": "The Next Generation React Scaffolding Tool ✨", "type": "module", "main": "./dist/index.cjs", From c17c322528943149427f37517c964cf66a15074e Mon Sep 17 00:00:00 2001 From: selemondev Date: Mon, 14 Apr 2025 00:45:48 -0600 Subject: [PATCH 4/4] docs: update --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ce491f6..d39585d 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,14 @@

- - npm-version-src + + npm-version-src - - npm-downloads-src + + npm-downloads-src - - + +

@@ -53,7 +53,7 @@ pnpm create @selemondev/create-react-next@latest --ts --eslint -- ## Options -You can also pass command line arguments to set up a new project non-interactively. Run `create-react-next --help` to see the available command line arguments: +You can also pass command line arguments to set up a new project non-interactively. Run `@selemondev/create-react-next --help` to see the available command line arguments: ```bash Usage: @selemondev/create-react-next@latest [options]