Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit db2e6eb

Browse files
Version Packages (#34)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 50af9df commit db2e6eb

File tree

3 files changed

+17
-8
lines changed

3 files changed

+17
-8
lines changed

.changeset/swift-bananas-retire.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/pothos-plugin-effect/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# pothos-plugin-effect
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- 50af9df: Remove postinstall script for `prisma generate`
8+
39
## 1.0.0
410

511
### Major Changes

packages/pothos-plugin-effect/package.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@
55
"access": "public",
66
"registiry": "https://registry.npmjs.org"
77
},
8-
"version": "1.0.0",
9-
"files": ["package.json", "README.md", "dist"],
8+
"version": "1.0.1",
9+
"files": [
10+
"package.json",
11+
"README.md",
12+
"dist"
13+
],
1014
"type": "module",
1115
"main": "./dist/index.mjs",
1216
"types": "./dist/index.d.ts",
@@ -23,7 +27,11 @@
2327
"prepack": "yarn build",
2428
"publish": "yarn npm publish"
2529
},
26-
"keywords": ["effect", "pothos", "plugin"],
30+
"keywords": [
31+
"effect",
32+
"pothos",
33+
"plugin"
34+
],
2735
"author": {
2836
"name": "Chanhee Lee",
2937
"email": "contact@imch.dev"

0 commit comments

Comments
 (0)