Skip to content

Commit fdd75ef

Browse files
authored
chore(release): publish
- @nezuchan/constants@0.9.0 - @nezuchan/decorators@0.3.0 - @nezuchan/prisma@0.8.0 - @nezuchan/utilities@0.7.0
1 parent 365e9cf commit fdd75ef

File tree

8 files changed

+64
-4
lines changed

8 files changed

+64
-4
lines changed

packages/constants/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.9.0](https://github.com/NezuChan/library/compare/@nezuchan/constants@0.8.0...@nezuchan/constants@0.9.0) (2024-02-23)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update all non-major dependencies ([447bb6f](https://github.com/NezuChan/library/commit/447bb6fb431624f2681db537d149a2ddf6e6959c))
12+
* **deps:** update all non-major dependencies ([0e5e176](https://github.com/NezuChan/library/commit/0e5e1764bac492b3c2a8d816b485c65ab5599b3c))
13+
* **deps:** update all non-major dependencies ([#210](https://github.com/NezuChan/library/issues/210)) ([29257dd](https://github.com/NezuChan/library/commit/29257ddc7c94beb559e7866627fe118ddc31f173))
14+
15+
16+
17+
18+
619
# [0.8.0](https://github.com/NezuChan/library/compare/@nezuchan/constants@0.7.0...@nezuchan/constants@0.8.0) (2024-01-01)
720

821

packages/constants/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nezuchan/constants",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "A package that contains shared constants",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",

packages/decorators/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.3.0](https://github.com/NezuChan/library/compare/@nezuchan/decorators@0.2.0...@nezuchan/decorators@0.3.0) (2024-02-23)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update all non-major dependencies ([447bb6f](https://github.com/NezuChan/library/commit/447bb6fb431624f2681db537d149a2ddf6e6959c))
12+
* **deps:** update all non-major dependencies ([0e5e176](https://github.com/NezuChan/library/commit/0e5e1764bac492b3c2a8d816b485c65ab5599b3c))
13+
* **deps:** update all non-major dependencies ([#210](https://github.com/NezuChan/library/issues/210)) ([29257dd](https://github.com/NezuChan/library/commit/29257ddc7c94beb559e7866627fe118ddc31f173))
14+
* **deps:** update dependency @sapphire/pieces to ^4.2.1 ([678c59d](https://github.com/NezuChan/library/commit/678c59d6bc81cfd718e100347239b2b84e0c0788))
15+
* **deps:** update dependency @sapphire/utilities to ^3.15.2 ([f927865](https://github.com/NezuChan/library/commit/f9278650aac1de2d4906fa44a33b4048f884d2b8))
16+
* **deps:** update sapphire dependencies ([8044676](https://github.com/NezuChan/library/commit/80446765acdfc77d71fcf00aeab72c2c211bd846))
17+
18+
19+
20+
21+
622
# [0.2.0](https://github.com/NezuChan/library/compare/@nezuchan/decorators@0.1.0...@nezuchan/decorators@0.2.0) (2023-12-31)
723

824

packages/decorators/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nezuchan/decorators",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "A package that contains shared decorators",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",

packages/prisma/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.8.0](https://github.com/NezuChan/library/compare/@nezuchan/prisma@0.7.2...@nezuchan/prisma@0.8.0) (2024-02-23)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update all non-major dependencies ([447bb6f](https://github.com/NezuChan/library/commit/447bb6fb431624f2681db537d149a2ddf6e6959c))
12+
* **deps:** update all non-major dependencies ([0e5e176](https://github.com/NezuChan/library/commit/0e5e1764bac492b3c2a8d816b485c65ab5599b3c))
13+
* **deps:** update all non-major dependencies ([f444915](https://github.com/NezuChan/library/commit/f4449151149f5f0276017b1ad487223a32aebb52))
14+
* **deps:** update all non-major dependencies ([6945a0d](https://github.com/NezuChan/library/commit/6945a0d76f6b94eb12a73bdb8ed8b85fd41ff0f3))
15+
* **deps:** update all non-major dependencies ([da030af](https://github.com/NezuChan/library/commit/da030af7597634e7ddd825a557888f52b0cd3dcf))
16+
* **deps:** update all non-major dependencies ([#158](https://github.com/NezuChan/library/issues/158)) ([08729ae](https://github.com/NezuChan/library/commit/08729ae3e6080c951d430a1a4265f34dae095788))
17+
* **deps:** update all non-major dependencies ([#210](https://github.com/NezuChan/library/issues/210)) ([29257dd](https://github.com/NezuChan/library/commit/29257ddc7c94beb559e7866627fe118ddc31f173))
18+
19+
20+
21+
22+
623
## [0.7.2](https://github.com/NezuChan/library/compare/@nezuchan/prisma@0.7.1...@nezuchan/prisma@0.7.2) (2023-08-30)
724

825

packages/prisma/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nezuchan/prisma",
3-
"version": "0.7.2",
3+
"version": "0.8.0",
44
"description": "A package that contains shared prisma schema and some utilities",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",

packages/utilities/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.7.0](https://github.com/NezuChan/library/compare/@nezuchan/utilities@0.6.2...@nezuchan/utilities@0.7.0) (2024-02-23)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update all non-major dependencies ([447bb6f](https://github.com/NezuChan/library/commit/447bb6fb431624f2681db537d149a2ddf6e6959c))
12+
* **deps:** update all non-major dependencies ([0e5e176](https://github.com/NezuChan/library/commit/0e5e1764bac492b3c2a8d816b485c65ab5599b3c))
13+
* **deps:** update all non-major dependencies ([#210](https://github.com/NezuChan/library/issues/210)) ([29257dd](https://github.com/NezuChan/library/commit/29257ddc7c94beb559e7866627fe118ddc31f173))
14+
* **deps:** update sapphire dependencies ([8044676](https://github.com/NezuChan/library/commit/80446765acdfc77d71fcf00aeab72c2c211bd846))
15+
16+
17+
18+
19+
620
## [0.6.2](https://github.com/NezuChan/library/compare/@nezuchan/utilities@0.6.1...@nezuchan/utilities@0.6.2) (2023-12-31)
721

822

packages/utilities/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nezuchan/utilities",
3-
"version": "0.6.2",
3+
"version": "0.7.0",
44
"description": "A package that contains shared utilities",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",

0 commit comments

Comments
 (0)