Skip to content

Commit

Permalink
feat: 🔖 release - 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CRBroughton committed Aug 15, 2023
2 parents 4069917 + 9ee6272 commit e79f15f
Show file tree
Hide file tree
Showing 3 changed files with 1,192 additions and 572 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
# v3

## 0.5.0

### General changes

- Added H3 override for conflicting nuxt/trpc versions


- update typescript to 5.0.4
- update eslint config to 0.38.5
- update trpc to 10.19.1
- update trpc-nuxt to 0.9.0
- update eslint to 8.38.0
- update @nuxt/devtools to 0.3.2
- update trpc to 10.20.0
- update next-auth to 4.22.1
- update prisma to 4.13.0
- update trpc to 10.21.0
- update nuxt to 3.4.2
- update vue-tsc to 1.4.0
- update @next-auth/prisma-adapter to 1.0.6
- update vue-tsc to 1.4.2
- update @nuxt/devtools to 0.4.2
- update vue-tsc to 1.4.4
- update vitest to 0.30.1
- update tailwindcss to 6.6.7
- update superjson to 1.12.3
- update eslint to 8.39.0
- update nuxt/devtools to 3.4.1
- update @antfu/eslint-config to 0.38.4
- update nuxt-auth to 0.5.0
- update trpc to 10.21.1
- update vitest to 0.30.0
- update tailwindcss to 6.6.6
- update postcss to 8.4.23
- update nuxt to 3.4.3
- update trpc to 10.21.2

## 0.4.0

### General Changes
Expand Down
15 changes: 10 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "v3",
"version": "0.4.0",
"version": "0.5.0",
"scripts": {
"build": "nuxt build",
"dev": "pnpm run prisma:generate && nuxt dev",
Expand Down Expand Up @@ -45,7 +45,7 @@
"eslint": "8.39.0",
"jsdom": "22.0.0",
"npm-check": "^6.0.1",
"nuxt": "3.5.0",
"nuxt": "3.6.5",
"postcss": "8.4.23",
"prisma": "4.14.1",
"ts-node-dev": "^2.0.0",
Expand All @@ -57,12 +57,17 @@
"dependencies": {
"@next-auth/prisma-adapter": "^1.0.6",
"@prisma/client": "4.14.1",
"@trpc/client": "10.27.0",
"@trpc/server": "10.27.0",
"@trpc/client": "^10.37.1",
"@trpc/server": "^10.37.1",
"next-auth": "4.22.1",
"superjson": "1.12.3",
"trpc-nuxt": "0.10.2",
"trpc-nuxt": "0.10.7",
"ts-pattern": "4.3.0",
"zod": "3.21.4"
},
"pnpm": {
"overrides": {
"h3": "1.8.0"
}
}
}
Loading

0 comments on commit e79f15f

Please sign in to comment.