Skip to content

Commit 183593d

Browse files
committed
chore(release): publish
- @nezuchan/prisma@0.1.0
1 parent 486b33a commit 183593d

File tree

3 files changed

+34
-15
lines changed

3 files changed

+34
-15
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/prisma/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0 (2023-02-21)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update all non-major dependencies ([#7](https://github.com/NezuChan/utilities/issues/7)) ([925622e](https://github.com/NezuChan/utilities/commit/925622ec7b8c50dfe796176bc46d6868e0ab1d06))
12+
* lint job cannot completed ([9ae5587](https://github.com/NezuChan/utilities/commit/9ae5587cd7354ae0b5f00034617ff9f79c6f86f8))
13+
14+
15+
### Features
16+
17+
* add initial migration ([d048a7c](https://github.com/NezuChan/utilities/commit/d048a7c0860b5b65877dcfd361a2df5fd0d547ef))
18+
* add prisma ([#8](https://github.com/NezuChan/utilities/issues/8)) ([3d4ce27](https://github.com/NezuChan/utilities/commit/3d4ce27256eef7ae5e39c6e53448cae29ec91dbc))
19+
* relational guild schema ([#9](https://github.com/NezuChan/utilities/issues/9)) ([4ffa713](https://github.com/NezuChan/utilities/commit/4ffa7138cf07541d3c1961d7cb3eef7678fb33b1))

packages/prisma/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nezuchan/prisma",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "A package that contains shared prisma schema and some utilities",
55
"main": "dist",
66
"scripts": {
@@ -28,21 +28,21 @@
2828
},
2929
"eslintConfig": {
3030
"parserOptions": {
31-
"project": "./tsconfig.eslint.json"
32-
},
33-
"extends": "@hazmi35/eslint-config/typescript",
34-
"ignorePatterns": [
35-
"dist/*"
36-
]
31+
"project": "./tsconfig.eslint.json"
32+
},
33+
"extends": "@hazmi35/eslint-config/typescript",
34+
"ignorePatterns": [
35+
"dist/*"
36+
]
3737
},
3838
"files": [
39-
"dist/**/*.js*",
40-
"dist/**/*.mjs*",
41-
"dist/**/*.d*",
42-
"migrations/**/*.sql",
43-
"migrations/migration_lock.toml",
44-
"schema.prisma"
45-
],
39+
"dist/**/*.js*",
40+
"dist/**/*.mjs*",
41+
"dist/**/*.d*",
42+
"migrations/**/*.sql",
43+
"migrations/migration_lock.toml",
44+
"schema.prisma"
45+
],
4646
"dependencies": {
4747
"@prisma/client": "^4.10.1"
4848
}

0 commit comments

Comments
 (0)