diff --git a/.changeset/cool-bees-tease.md b/.changeset/cool-bees-tease.md deleted file mode 100644 index 4989686..0000000 --- a/.changeset/cool-bees-tease.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-jd-app": major ---- - -update all deps diff --git a/.changeset/dull-owls-leave.md b/.changeset/dull-owls-leave.md deleted file mode 100644 index 41a327d..0000000 --- a/.changeset/dull-owls-leave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-jd-app": minor ---- - -fix: revert tailwind to its latest version diff --git a/.changeset/wet-donkeys-guess.md b/.changeset/wet-donkeys-guess.md deleted file mode 100644 index 45a2cec..0000000 --- a/.changeset/wet-donkeys-guess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-jd-app": patch ---- - -fix: fix the auth env variables diff --git a/.changeset/wild-bulldogs-add.md b/.changeset/wild-bulldogs-add.md deleted file mode 100644 index 5e6a41f..0000000 --- a/.changeset/wild-bulldogs-add.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-jd-app": patch ---- - -fix: bump prpc diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..d316d82 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +//registry.npmjs.org/:_authToken=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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0aa3ac3..be8dbcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # create-jd-app +## 4.0.0 + +### Major Changes + +- [`3560fa0`](https://github.com/OrJDev/create-jd-app/commit/3560fa0a7dab4d9d4d9b12add4876d5992c97ad9) Thanks [@OrJDev](https://github.com/OrJDev)! - update all deps + +### Minor Changes + +- [`5fae24d`](https://github.com/OrJDev/create-jd-app/commit/5fae24dcd3696646615905e6a5192ea2f1ca9137) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: revert tailwind to its latest version + +### Patch Changes + +- [`8eb3a71`](https://github.com/OrJDev/create-jd-app/commit/8eb3a713e362eb9ddc9330ca111525e8aaf81358) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: fix the auth env variables + +- [`f3cc8c7`](https://github.com/OrJDev/create-jd-app/commit/f3cc8c7252326faf3ae36aea3ceba95992668ea4) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: bump prpc + ## 3.3.0 ### Minor Changes diff --git a/package.json b/package.json index 65c2cfd..5087598 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-jd-app", - "version": "3.3.0", + "version": "4.0.0", "private": false, "scripts": { "build": "rm -rf dist && tsc -p . && tsc-alias -p tsconfig.json && pnpm postbuild",