Skip to content

Commit f4ad99f

Browse files
authored
Merge pull request #41 from selemondev/docs/update
docs: update
2 parents b2310d1 + c17c322 commit f4ad99f

File tree

3 files changed

+77
-8
lines changed

3 files changed

+77
-8
lines changed

CHANGELOG.md

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,74 @@
11
# Changelog
22

3+
## v1.0.2
4+
5+
[compare changes](https://github.com/selemondev/create-react-next/compare/v1.0.1...v1.0.2)
6+
7+
### 🔥 Performance
8+
9+
- Reduce bundle size ([0345d32](https://github.com/selemondev/create-react-next/commit/0345d32))
10+
11+
### 📖 Documentation
12+
13+
- Update CHANGELOG.md file ([ca53b28](https://github.com/selemondev/create-react-next/commit/ca53b28))
14+
- Update ([9751d8c](https://github.com/selemondev/create-react-next/commit/9751d8c))
15+
16+
### 🏡 Chore
17+
18+
- Release v1.0.1 ([760aaed](https://github.com/selemondev/create-react-next/commit/760aaed))
19+
- Release v1.0.1 ([8b9aac0](https://github.com/selemondev/create-react-next/commit/8b9aac0))
20+
- **release:** V1.0.2 ([486f155](https://github.com/selemondev/create-react-next/commit/486f155))
21+
- **release:** V1.0.2 ([847fb1a](https://github.com/selemondev/create-react-next/commit/847fb1a))
22+
- Changed package name ([b2310d1](https://github.com/selemondev/create-react-next/commit/b2310d1))
23+
- **release:** V1.0.2 ([91698f3](https://github.com/selemondev/create-react-next/commit/91698f3))
24+
- **release:** V1.0.3 ([26c9cb5](https://github.com/selemondev/create-react-next/commit/26c9cb5))
25+
26+
### ❤️ Contributors
27+
28+
- Selemondev <selemondev19@gmail.com>
29+
30+
## v1.0.3
31+
32+
[compare changes](https://github.com/selemondev/create-react-next/compare/v1.0.1...v1.0.3)
33+
34+
### 🔥 Performance
35+
36+
- Reduce bundle size ([0345d32](https://github.com/selemondev/create-react-next/commit/0345d32))
37+
38+
### 📖 Documentation
39+
40+
- Update CHANGELOG.md file ([ca53b28](https://github.com/selemondev/create-react-next/commit/ca53b28))
41+
- Update ([9751d8c](https://github.com/selemondev/create-react-next/commit/9751d8c))
42+
43+
### 🏡 Chore
44+
45+
- Release v1.0.1 ([760aaed](https://github.com/selemondev/create-react-next/commit/760aaed))
46+
- Release v1.0.1 ([8b9aac0](https://github.com/selemondev/create-react-next/commit/8b9aac0))
47+
- **release:** V1.0.2 ([486f155](https://github.com/selemondev/create-react-next/commit/486f155))
48+
- **release:** V1.0.2 ([847fb1a](https://github.com/selemondev/create-react-next/commit/847fb1a))
49+
- Changed package name ([b2310d1](https://github.com/selemondev/create-react-next/commit/b2310d1))
50+
- **release:** V1.0.2 ([91698f3](https://github.com/selemondev/create-react-next/commit/91698f3))
51+
52+
### ❤️ Contributors
53+
54+
- Selemondev <selemondev19@gmail.com>
55+
56+
## v1.0.2
57+
58+
[compare changes](https://github.com/selemondev/create-react-next/compare/v1.0.2...v1.0.2)
59+
60+
### 📖 Documentation
61+
62+
- Update ([9751d8c](https://github.com/selemondev/create-react-next/commit/9751d8c))
63+
64+
### 🏡 Chore
65+
66+
- Changed package name ([b2310d1](https://github.com/selemondev/create-react-next/commit/b2310d1))
67+
68+
### ❤️ Contributors
69+
70+
- Selemondev <selemondev19@gmail.com>
71+
372
## v1.0.1
473

574
[compare changes](https://github.com/selemondev/create-react-next/compare/v1.0.0...v1.0.1)

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
</p>
77

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

@@ -53,7 +53,7 @@ pnpm create @selemondev/create-react-next@latest <project-name> --ts --eslint --
5353

5454
## Options
5555

56-
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:
56+
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:
5757

5858
```bash
5959
Usage: @selemondev/create-react-next@latest <project-name> [options]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@selemondev/create-react-next",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "The Next Generation React Scaffolding Tool ✨",
55
"type": "module",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)