From 41843e35f21c4ac47ffac78f7cdf6ae881f69986 Mon Sep 17 00:00:00 2001 From: Ankur Datta Date: Tue, 18 Jun 2024 13:04:00 +0600 Subject: [PATCH 1/5] chore(release): v0.0.28 --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 246f2d6..8d896ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,26 @@ # Changelog +## v0.0.28 + +[compare changes](https://github.com/prisma/nuxt-prisma/compare/v0.0.27...v0.0.28) + +### 🩹 Fixes + +- Remove package specfic install ([8820362](https://github.com/prisma/nuxt-prisma/commit/8820362)) +- Correct the README of the project with proper links ([8f484a0](https://github.com/prisma/nuxt-prisma/commit/8f484a0)) +- Add badges and title levels ([931e0f0](https://github.com/prisma/nuxt-prisma/commit/931e0f0)) +- Broken badges ([4b1a5cb](https://github.com/prisma/nuxt-prisma/commit/4b1a5cb)) +- Add badge urls ([585f62a](https://github.com/prisma/nuxt-prisma/commit/585f62a)) + +### 📖 Documentation + +- Add badge to the top of the README ([3e0b1cb](https://github.com/prisma/nuxt-prisma/commit/3e0b1cb)) + +### ❤️ Contributors + +- Ankur Datta ([@ankur-arch](http://github.com/ankur-arch)) + ## v0.0.27 [compare changes](https://github.com/prisma/nuxt-prisma/compare/v0.0.26...v0.0.27) diff --git a/package.json b/package.json index 5029b46..4b0f68d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@prisma/nuxt", - "version": "0.0.27", + "version": "0.0.28", "description": "Integrate Nuxt with Prisma", "repository": "prisma/nuxt-prisma", "license": "MIT", From a4dfb5d21727ba9d57c4d39b83d9550c64daac75 Mon Sep 17 00:00:00 2001 From: Ankur Datta Date: Tue, 18 Jun 2024 13:05:26 +0600 Subject: [PATCH 2/5] chore(release): v0.0.30 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d896ee..4a84457 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,30 @@ # Changelog +## v0.0.30 + +[compare changes](https://github.com/prisma/nuxt-prisma/compare/v0.0.27...v0.0.30) + +### 🩹 Fixes + +- Remove package specfic install ([8820362](https://github.com/prisma/nuxt-prisma/commit/8820362)) +- Correct the README of the project with proper links ([8f484a0](https://github.com/prisma/nuxt-prisma/commit/8f484a0)) +- Add badges and title levels ([931e0f0](https://github.com/prisma/nuxt-prisma/commit/931e0f0)) +- Broken badges ([4b1a5cb](https://github.com/prisma/nuxt-prisma/commit/4b1a5cb)) +- Add badge urls ([585f62a](https://github.com/prisma/nuxt-prisma/commit/585f62a)) + +### 📖 Documentation + +- Add badge to the top of the README ([3e0b1cb](https://github.com/prisma/nuxt-prisma/commit/3e0b1cb)) + +### 🏡 Chore + +- **release:** V0.0.28 ([519628a](https://github.com/prisma/nuxt-prisma/commit/519628a)) + +### ❤️ Contributors + +- Ankur Datta ([@ankur-arch](http://github.com/ankur-arch)) + ## v0.0.28 [compare changes](https://github.com/prisma/nuxt-prisma/compare/v0.0.27...v0.0.28) diff --git a/package.json b/package.json index 4b0f68d..742f2f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@prisma/nuxt", - "version": "0.0.28", + "version": "0.0.30", "description": "Integrate Nuxt with Prisma", "repository": "prisma/nuxt-prisma", "license": "MIT", From 7c29a42a4c9e95a3415e36643e34759b8239cc83 Mon Sep 17 00:00:00 2001 From: Ankur Datta Date: Mon, 29 Jul 2024 12:52:44 +0545 Subject: [PATCH 3/5] chore(release): v0.0.32 --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a84457..29ff010 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,33 @@ # Changelog +## v0.0.32 + +[compare changes](https://github.com/prisma/nuxt-prisma/compare/v0.0.27...v0.0.32) + +### 🩹 Fixes + +- Remove package specfic install ([8820362](https://github.com/prisma/nuxt-prisma/commit/8820362)) +- Correct the README of the project with proper links ([8f484a0](https://github.com/prisma/nuxt-prisma/commit/8f484a0)) +- Add badges and title levels ([931e0f0](https://github.com/prisma/nuxt-prisma/commit/931e0f0)) +- Broken badges ([4b1a5cb](https://github.com/prisma/nuxt-prisma/commit/4b1a5cb)) +- Add badge urls ([585f62a](https://github.com/prisma/nuxt-prisma/commit/585f62a)) + +### 📖 Documentation + +- Add badge to the top of the README ([3e0b1cb](https://github.com/prisma/nuxt-prisma/commit/3e0b1cb)) + +### 🏡 Chore + +- Remove unused skipInstallations option ([7d3bc2a](https://github.com/prisma/nuxt-prisma/commit/7d3bc2a)) +- **release:** V0.0.28 ([41843e3](https://github.com/prisma/nuxt-prisma/commit/41843e3)) +- **release:** V0.0.30 ([a4dfb5d](https://github.com/prisma/nuxt-prisma/commit/a4dfb5d)) + +### ❤️ Contributors + +- Ankur Datta ([@ankur-arch](http://github.com/ankur-arch)) +- Riley Ho ([@rileychh](http://github.com/rileychh)) + ## v0.0.30 [compare changes](https://github.com/prisma/nuxt-prisma/compare/v0.0.27...v0.0.30) diff --git a/package.json b/package.json index 742f2f3..f79d874 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@prisma/nuxt", - "version": "0.0.30", + "version": "0.0.32", "description": "Integrate Nuxt with Prisma", "repository": "prisma/nuxt-prisma", "license": "MIT", From 6b2dbe2c4b361cbfc3b69d3d81bef2b2f9517a2a Mon Sep 17 00:00:00 2001 From: Ankur Datta Date: Mon, 29 Jul 2024 12:53:23 +0545 Subject: [PATCH 4/5] chore(release): v0.0.34 --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29ff010..55277e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,34 @@ # Changelog +## v0.0.34 + +[compare changes](https://github.com/prisma/nuxt-prisma/compare/v0.0.27...v0.0.34) + +### 🩹 Fixes + +- Remove package specfic install ([8820362](https://github.com/prisma/nuxt-prisma/commit/8820362)) +- Correct the README of the project with proper links ([8f484a0](https://github.com/prisma/nuxt-prisma/commit/8f484a0)) +- Add badges and title levels ([931e0f0](https://github.com/prisma/nuxt-prisma/commit/931e0f0)) +- Broken badges ([4b1a5cb](https://github.com/prisma/nuxt-prisma/commit/4b1a5cb)) +- Add badge urls ([585f62a](https://github.com/prisma/nuxt-prisma/commit/585f62a)) + +### 📖 Documentation + +- Add badge to the top of the README ([3e0b1cb](https://github.com/prisma/nuxt-prisma/commit/3e0b1cb)) + +### 🏡 Chore + +- Remove unused skipInstallations option ([7d3bc2a](https://github.com/prisma/nuxt-prisma/commit/7d3bc2a)) +- **release:** V0.0.28 ([41843e3](https://github.com/prisma/nuxt-prisma/commit/41843e3)) +- **release:** V0.0.30 ([a4dfb5d](https://github.com/prisma/nuxt-prisma/commit/a4dfb5d)) +- **release:** V0.0.32 ([7c29a42](https://github.com/prisma/nuxt-prisma/commit/7c29a42)) + +### ❤️ Contributors + +- Ankur Datta ([@ankur-arch](http://github.com/ankur-arch)) +- Riley Ho ([@rileychh](http://github.com/rileychh)) + ## v0.0.32 [compare changes](https://github.com/prisma/nuxt-prisma/compare/v0.0.27...v0.0.32) diff --git a/package.json b/package.json index f79d874..ea351ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@prisma/nuxt", - "version": "0.0.32", + "version": "0.0.34", "description": "Integrate Nuxt with Prisma", "repository": "prisma/nuxt-prisma", "license": "MIT", From 7b56fe2f8c45b58a5b3cf13d828f733f1b1fcbfd Mon Sep 17 00:00:00 2001 From: Ankur Datta Date: Mon, 29 Jul 2024 19:14:53 +0545 Subject: [PATCH 5/5] fix: add prisma client to main module for playground testing --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 87ad32b..a5a78fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,17 +1,17 @@ { "name": "@prisma/nuxt", - "version": "0.0.27", + "version": "0.0.34", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@prisma/nuxt", - "version": "0.0.27", + "version": "0.0.34", "license": "MIT", "dependencies": { "@nuxt/devtools-kit": "^1.3.3", "@nuxt/kit": "^3.11.2", - "@prisma/client": "^5.15.0", + "@prisma/client": "^5.17.0", "chalk": "^5.3.0", "defu": "^6.1.4", "execa": "^8.0.1", @@ -2884,9 +2884,9 @@ "integrity": "sha512-j7P6Rgr3mmtdkeDGTe0E/aYyWEWVtc5yFXtHCRHs28/jptDEWfaVOc5T7cblqy1XKPPfCxJc/8DwQ5YgLOZOVQ==" }, "node_modules/@prisma/client": { - "version": "5.15.0", - "resolved": "https://registry.npmjs.org/@prisma/client/-/client-5.15.0.tgz", - "integrity": "sha512-wPTeTjbd2Q0abOeffN7zCDCbkp9C9cF+e9HPiI64lmpehyq2TepgXE+sY7FXr7Rhbb21prLMnhXX27/E11V09w==", + "version": "5.17.0", + "resolved": "https://registry.npmjs.org/@prisma/client/-/client-5.17.0.tgz", + "integrity": "sha512-N2tnyKayT0Zf7mHjwEyE8iG7FwTmXDHFZ1GnNhQp0pJUObsuel4ZZ1XwfuAYkq5mRIiC/Kot0kt0tGCfLJ70Jw==", "hasInstallScript": true, "engines": { "node": ">=16.13" diff --git a/package.json b/package.json index ea351ed..05f665a 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "dependencies": { "@nuxt/devtools-kit": "^1.3.3", "@nuxt/kit": "^3.11.2", - "@prisma/client": "^5.15.0", + "@prisma/client": "^5.17.0", "chalk": "^5.3.0", "defu": "^6.1.4", "execa": "^8.0.1",