Skip to content

Commit

Permalink
chore: release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook committed Mar 9, 2024
1 parent a01dd7e commit 7b36d91
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pergel-system",
"type": "module",
"version": "0.7.0",
"version": "0.8.0",
"private": true,
"packageManager": "pnpm@8.12.0",
"license": "MIT",
Expand Down
12 changes: 6 additions & 6 deletions themes/pergel-auth/pergel/README.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"pergel": {
"meta": {
"description": "This file is generated by pergel. Do not edit it manually.",
"version": "0.23.1"
"version": "0.24.1"
}
},
"changeName": {
Expand All @@ -18,7 +18,7 @@
"@nuxt/test-utils": "^3.11.0",
"vitest": "^1.3.1",
"@vue/test-utils": "^2.4.4",
"happy-dom": "^13.6.2",
"happy-dom": "^13.7.0",
"playwright-core": "^1.42.1"
},
"patches": {
Expand Down Expand Up @@ -82,8 +82,8 @@
"oslo": "^1.1.3",
"@lucia-auth/oauth": "^3.5.3",
"arctic": "^1.2.1",
"@lucia-auth/adapter-drizzle": "1.0.2",
"@lucia-auth/adapter-postgresql": "3.1.0"
"@lucia-auth/adapter-drizzle": "1.0.3",
"@lucia-auth/adapter-postgresql": "3.1.1"
},
"devDependencies": {},
"patches": {
Expand Down Expand Up @@ -133,7 +133,7 @@
"packageJson": {
"dependencies": {
"drizzle-kit": "^0.20.14",
"drizzle-orm": "^0.29.5",
"drizzle-orm": "^0.30.1",
"@faker-js/faker": "^8.4.1",
"dotenv": "^16.4.5",
"postgres": "^3.4.3"
Expand All @@ -157,7 +157,7 @@
"comment-block": "If pergel cli is installed, you can run `pergel install` automatically to install",
"packageJson": {
"dependencies": {
"@aws-sdk/client-ses": "^3.525.0"
"@aws-sdk/client-ses": "^3.529.1"
},
"devDependencies": {},
"patches": {
Expand Down
10 changes: 5 additions & 5 deletions themes/pergel-auth/pergel/merged-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
},
"dependencies": {
"@pergel/module-box": "0.6.0",
"@aws-sdk/client-ses": "^3.525.0",
"@aws-sdk/client-ses": "^3.529.1",
"drizzle-kit": "^0.20.14",
"drizzle-orm": "^0.29.5",
"drizzle-orm": "^0.30.1",
"@faker-js/faker": "^8.4.1",
"dotenv": "^16.4.5",
"postgres": "^3.4.3",
"lucia": "3.0.1",
"oslo": "^1.1.3",
"@lucia-auth/oauth": "^3.5.3",
"arctic": "^1.2.1",
"@lucia-auth/adapter-drizzle": "1.0.2",
"@lucia-auth/adapter-postgresql": "3.1.0",
"@lucia-auth/adapter-drizzle": "1.0.3",
"@lucia-auth/adapter-postgresql": "3.1.1",
"@pergel/module-graphql": "0.6.0",
"@urql/vue": "^1.1.2",
"@urql/exchange-execute": "^2.2.2",
Expand All @@ -42,7 +42,7 @@
"@nuxt/test-utils": "^3.11.0",
"vitest": "^1.3.1",
"@vue/test-utils": "^2.4.4",
"happy-dom": "^13.6.2",
"happy-dom": "^13.7.0",
"playwright-core": "^1.42.1"
},
"patches": {
Expand Down

0 comments on commit 7b36d91

Please sign in to comment.