Skip to content

Commit 1cae152

Browse files
authored
Merge pull request #1 from codiume/changeset-release/main
Version Packages
2 parents b3659aa + 3a24918 commit 1cae152

File tree

3 files changed

+9
-16
lines changed

3 files changed

+9
-16
lines changed

.changeset/clever-oranges-yawn.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
11
# create-react-appp
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [`a3f7de8`](https://github.com/codiume/create-react-appp/commit/a3f7de8271248f1b2fd945a192a4add137601049) Thanks [@mhdcodes](https://github.com/mhdcodes)! - CRAP: Code React Apps Properly

package.json

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
{
22
"name": "create-react-appp",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "Set up a modern react web app by running one command",
55
"homepage": "https://github.com/codiume/create-react-appp",
6-
"keywords": [
7-
"cli",
8-
"react",
9-
"react-app",
10-
"create-react-app"
11-
],
6+
"keywords": ["cli", "react", "react-app", "create-react-app"],
127
"author": "MHD <m@codiume.com>",
138
"contributors": [
149
{
@@ -23,10 +18,7 @@
2318
"type": "module",
2419
"main": "./dist/index.mjs",
2520
"module": "./dist/index.mjs",
26-
"files": [
27-
"dist",
28-
"README.md"
29-
],
21+
"files": ["dist", "README.md"],
3022
"scripts": {
3123
"prebuild": "pnpm check-lint && pnpm check-types",
3224
"build": "unbuild",

0 commit comments

Comments
 (0)