Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @nezuchan/[email protected]
 - @nezuchan/[email protected]
 - @nezuchan/[email protected]
 - @nezuchan/[email protected]
  • Loading branch information
Hazmi35 authored Feb 23, 2024
1 parent 365e9cf commit fdd75ef
Show file tree
Hide file tree
Showing 8 changed files with 64 additions and 4 deletions.
13 changes: 13 additions & 0 deletions packages/constants/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.9.0](https://github.com/NezuChan/library/compare/@nezuchan/[email protected]...@nezuchan/[email protected]) (2024-02-23)


### Bug Fixes

* **deps:** update all non-major dependencies ([447bb6f](https://github.com/NezuChan/library/commit/447bb6fb431624f2681db537d149a2ddf6e6959c))
* **deps:** update all non-major dependencies ([0e5e176](https://github.com/NezuChan/library/commit/0e5e1764bac492b3c2a8d816b485c65ab5599b3c))
* **deps:** update all non-major dependencies ([#210](https://github.com/NezuChan/library/issues/210)) ([29257dd](https://github.com/NezuChan/library/commit/29257ddc7c94beb559e7866627fe118ddc31f173))





# [0.8.0](https://github.com/NezuChan/library/compare/@nezuchan/[email protected]...@nezuchan/[email protected]) (2024-01-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/constants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nezuchan/constants",
"version": "0.8.0",
"version": "0.9.0",
"description": "A package that contains shared constants",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down
16 changes: 16 additions & 0 deletions packages/decorators/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.3.0](https://github.com/NezuChan/library/compare/@nezuchan/[email protected]...@nezuchan/[email protected]) (2024-02-23)


### Bug Fixes

* **deps:** update all non-major dependencies ([447bb6f](https://github.com/NezuChan/library/commit/447bb6fb431624f2681db537d149a2ddf6e6959c))
* **deps:** update all non-major dependencies ([0e5e176](https://github.com/NezuChan/library/commit/0e5e1764bac492b3c2a8d816b485c65ab5599b3c))
* **deps:** update all non-major dependencies ([#210](https://github.com/NezuChan/library/issues/210)) ([29257dd](https://github.com/NezuChan/library/commit/29257ddc7c94beb559e7866627fe118ddc31f173))
* **deps:** update dependency @sapphire/pieces to ^4.2.1 ([678c59d](https://github.com/NezuChan/library/commit/678c59d6bc81cfd718e100347239b2b84e0c0788))
* **deps:** update dependency @sapphire/utilities to ^3.15.2 ([f927865](https://github.com/NezuChan/library/commit/f9278650aac1de2d4906fa44a33b4048f884d2b8))
* **deps:** update sapphire dependencies ([8044676](https://github.com/NezuChan/library/commit/80446765acdfc77d71fcf00aeab72c2c211bd846))





# [0.2.0](https://github.com/NezuChan/library/compare/@nezuchan/[email protected]...@nezuchan/[email protected]) (2023-12-31)


Expand Down
2 changes: 1 addition & 1 deletion packages/decorators/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nezuchan/decorators",
"version": "0.2.0",
"version": "0.3.0",
"description": "A package that contains shared decorators",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down
17 changes: 17 additions & 0 deletions packages/prisma/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.8.0](https://github.com/NezuChan/library/compare/@nezuchan/[email protected]...@nezuchan/[email protected]) (2024-02-23)


### Bug Fixes

* **deps:** update all non-major dependencies ([447bb6f](https://github.com/NezuChan/library/commit/447bb6fb431624f2681db537d149a2ddf6e6959c))
* **deps:** update all non-major dependencies ([0e5e176](https://github.com/NezuChan/library/commit/0e5e1764bac492b3c2a8d816b485c65ab5599b3c))
* **deps:** update all non-major dependencies ([f444915](https://github.com/NezuChan/library/commit/f4449151149f5f0276017b1ad487223a32aebb52))
* **deps:** update all non-major dependencies ([6945a0d](https://github.com/NezuChan/library/commit/6945a0d76f6b94eb12a73bdb8ed8b85fd41ff0f3))
* **deps:** update all non-major dependencies ([da030af](https://github.com/NezuChan/library/commit/da030af7597634e7ddd825a557888f52b0cd3dcf))
* **deps:** update all non-major dependencies ([#158](https://github.com/NezuChan/library/issues/158)) ([08729ae](https://github.com/NezuChan/library/commit/08729ae3e6080c951d430a1a4265f34dae095788))
* **deps:** update all non-major dependencies ([#210](https://github.com/NezuChan/library/issues/210)) ([29257dd](https://github.com/NezuChan/library/commit/29257ddc7c94beb559e7866627fe118ddc31f173))





## [0.7.2](https://github.com/NezuChan/library/compare/@nezuchan/[email protected]...@nezuchan/[email protected]) (2023-08-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/prisma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nezuchan/prisma",
"version": "0.7.2",
"version": "0.8.0",
"description": "A package that contains shared prisma schema and some utilities",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/utilities/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.7.0](https://github.com/NezuChan/library/compare/@nezuchan/[email protected]...@nezuchan/[email protected]) (2024-02-23)


### Bug Fixes

* **deps:** update all non-major dependencies ([447bb6f](https://github.com/NezuChan/library/commit/447bb6fb431624f2681db537d149a2ddf6e6959c))
* **deps:** update all non-major dependencies ([0e5e176](https://github.com/NezuChan/library/commit/0e5e1764bac492b3c2a8d816b485c65ab5599b3c))
* **deps:** update all non-major dependencies ([#210](https://github.com/NezuChan/library/issues/210)) ([29257dd](https://github.com/NezuChan/library/commit/29257ddc7c94beb559e7866627fe118ddc31f173))
* **deps:** update sapphire dependencies ([8044676](https://github.com/NezuChan/library/commit/80446765acdfc77d71fcf00aeab72c2c211bd846))





## [0.6.2](https://github.com/NezuChan/library/compare/@nezuchan/[email protected]...@nezuchan/[email protected]) (2023-12-31)


Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nezuchan/utilities",
"version": "0.6.2",
"version": "0.7.0",
"description": "A package that contains shared utilities",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down

0 comments on commit fdd75ef

Please sign in to comment.