Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @nezuchan/[email protected]
  • Loading branch information
KagChi committed Feb 21, 2023
1 parent 486b33a commit 183593d
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions packages/prisma/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2023-02-21)


### Bug Fixes

* **deps:** update all non-major dependencies ([#7](https://github.com/NezuChan/utilities/issues/7)) ([925622e](https://github.com/NezuChan/utilities/commit/925622ec7b8c50dfe796176bc46d6868e0ab1d06))
* lint job cannot completed ([9ae5587](https://github.com/NezuChan/utilities/commit/9ae5587cd7354ae0b5f00034617ff9f79c6f86f8))


### Features

* add initial migration ([d048a7c](https://github.com/NezuChan/utilities/commit/d048a7c0860b5b65877dcfd361a2df5fd0d547ef))
* add prisma ([#8](https://github.com/NezuChan/utilities/issues/8)) ([3d4ce27](https://github.com/NezuChan/utilities/commit/3d4ce27256eef7ae5e39c6e53448cae29ec91dbc))
* relational guild schema ([#9](https://github.com/NezuChan/utilities/issues/9)) ([4ffa713](https://github.com/NezuChan/utilities/commit/4ffa7138cf07541d3c1961d7cb3eef7678fb33b1))
28 changes: 14 additions & 14 deletions packages/prisma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nezuchan/prisma",
"version": "0.0.0",
"version": "0.1.0",
"description": "A package that contains shared prisma schema and some utilities",
"main": "dist",
"scripts": {
Expand Down Expand Up @@ -28,21 +28,21 @@
},
"eslintConfig": {
"parserOptions": {
"project": "./tsconfig.eslint.json"
},
"extends": "@hazmi35/eslint-config/typescript",
"ignorePatterns": [
"dist/*"
]
"project": "./tsconfig.eslint.json"
},
"extends": "@hazmi35/eslint-config/typescript",
"ignorePatterns": [
"dist/*"
]
},
"files": [
"dist/**/*.js*",
"dist/**/*.mjs*",
"dist/**/*.d*",
"migrations/**/*.sql",
"migrations/migration_lock.toml",
"schema.prisma"
],
"dist/**/*.js*",
"dist/**/*.mjs*",
"dist/**/*.d*",
"migrations/**/*.sql",
"migrations/migration_lock.toml",
"schema.prisma"
],
"dependencies": {
"@prisma/client": "^4.10.1"
}
Expand Down

0 comments on commit 183593d

Please sign in to comment.