Skip to content

docs: update #41

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
69 changes: 69 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,74 @@
# 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 <selemondev19@gmail.com>

## 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 <selemondev19@gmail.com>

## 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 <selemondev19@gmail.com>

## v1.0.1

[compare changes](https://github.com/selemondev/create-react-next/compare/v1.0.0...v1.0.1)
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
</p>

<p align="center">
<a href="https://www.npmjs.com/package/create-react-next">
<img alt="npm-version-src" src="https://img.shields.io/npm/v/create-react-next/latest.svg?style=flat&colorA=020420&colorB=00DC82" />
<a href="https://www.npmjs.com/package/@selemondev/create-react-next">
<img alt="npm-version-src" src="https://img.shields.io/npm/v/@selemondev/create-react-next/latest.svg?style=flat&colorA=020420&colorB=00DC82" />
</a>
<a href="https://npmjs.com/package/create-react-next">
<img alt="npm-downloads-src" src="https://img.shields.io/npm/dm/create-react-next.svg?style=flat&colorA=020420&colorB=00DC82" />
<a href="https://npmjs.com/package/@selemondev/create-react-next">
<img alt="npm-downloads-src" src="https://img.shields.io/npm/dm/@selemondev/create-react-next.svg?style=flat&colorA=020420&colorB=00DC82" />
</a>
<a href="https://pkg-size.dev/create-react-next@latest">
<img src="https://pkg-size.dev/badge/bundle/842194" title="Bundle size for create-react-next">
<a href="https://pkg-size.dev/@selemondev/create-react-next@latest">
<img src="https://pkg-size.dev/badge/bundle/842194" title="Bundle size for @selemondev/create-react-next">
</a>
</p>

Expand Down Expand Up @@ -53,7 +53,7 @@ pnpm create @selemondev/create-react-next@latest <project-name> --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 <project-name> [options]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down