Skip to content

Commit

Permalink
mg
Browse files Browse the repository at this point in the history
  • Loading branch information
OrJDev committed Mar 13, 2024
2 parents 937d8ae + 8a8489a commit c30ca44
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/four-pots-reflect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-planes-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-dingos-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-maps-juggle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-socks-hammer.md

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# create-jd-app

## 2.2.2

### Patch Changes

- [`ecb8ff9`](https://github.com/OrJDev/create-jd-app/commit/ecb8ff96f4bb1f28773aa929af7c5d46ba67707f) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: use the correct import for FileRoutes

- [`a11abd0`](https://github.com/OrJDev/create-jd-app/commit/a11abd02f9303967688519260240d0d29fdcc077) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: prettify app.config

- [`97c9329`](https://github.com/OrJDev/create-jd-app/commit/97c93290ecf8c3fc25cc87b2247229c816ae7e57) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: re-create queryClient on app.tsx

- [`6e64869`](https://github.com/OrJDev/create-jd-app/commit/6e648691588f42a0c6337d0dd8af0d3fd239bd76) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: bump base template and packages to latest versions

- [`aee3a7a`](https://github.com/OrJDev/create-jd-app/commit/aee3a7a7f2d2cd54da6982d10616d8bb5092cff2) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: move from vite to app config

## 2.2.1

### Patch Changes
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": "create-jd-app",
"version": "2.2.1",
"version": "2.2.2",
"private": false,
"scripts": {
"build": "rm -rf dist && tsc -p . && tsc-alias -p tsconfig.json && pnpm postbuild",
Expand Down

0 comments on commit c30ca44

Please sign in to comment.