From 45631002a25aa457aedcc24e32172b406b304a32 Mon Sep 17 00:00:00 2001 From: kagchi Date: Wed, 22 Feb 2023 19:51:44 +0700 Subject: [PATCH] chore(release): publish - @nezuchan/decorators@0.1.0 --- package-lock.json | 6 +++--- packages/decorators/CHANGELOG.md | 11 +++++++++++ packages/decorators/package.json | 2 +- 3 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 packages/decorators/CHANGELOG.md diff --git a/package-lock.json b/package-lock.json index b3847d60..c55ee3b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9633,7 +9633,7 @@ }, "packages/decorators": { "name": "@nezuchan/decorators", - "version": "0.0.0", + "version": "0.1.0", "license": "GPL-3.0", "dependencies": { "@sapphire/pieces": "^3.6.0", @@ -10203,8 +10203,8 @@ "@nezuchan/decorators": { "version": "file:packages/decorators", "requires": { - "@sapphire/pieces": "*", - "@sapphire/utilities": "*", + "@sapphire/pieces": "^3.6.0", + "@sapphire/utilities": "^3.11.0", "@types/node": "^18.14.0", "@typescript-eslint/eslint-plugin": "^5.53.0", "@typescript-eslint/parser": "^5.53.0", diff --git a/packages/decorators/CHANGELOG.md b/packages/decorators/CHANGELOG.md new file mode 100644 index 00000000..913810fe --- /dev/null +++ b/packages/decorators/CHANGELOG.md @@ -0,0 +1,11 @@ +# 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-22) + + +### Features + +* add decorators package ([def8d14](https://github.com/NezuChan/utilities/commit/def8d149991da707a7b7225fcfd266c71b75c737)) diff --git a/packages/decorators/package.json b/packages/decorators/package.json index 9546527b..dde270b6 100644 --- a/packages/decorators/package.json +++ b/packages/decorators/package.json @@ -1,6 +1,6 @@ { "name": "@nezuchan/decorators", - "version": "0.0.0", + "version": "0.1.0", "description": "A package that contains shared decorators", "main": "./dist/index.js", "module": "./dist/index.js",