Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenShibata committed Jul 9, 2023
1 parent ce40c94 commit f7f752f
Show file tree
Hide file tree
Showing 6 changed files with 98 additions and 37 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0](https://github.com/frutbits/sapphire-plugins/compare/v3.3.0...v4.0.0) (2023-07-09)


### Bug Fixes

* **ci:** use pnpm ([0016ea4](https://github.com/frutbits/sapphire-plugins/commit/0016ea49afb6c6fb96564243fa780558f28eef3e))
* **deps:** update dependency @sapphire/utilities to ^3.11.2 ([d737b94](https://github.com/frutbits/sapphire-plugins/commit/d737b94adf860245b87f8807feb87ee095e362f9))
* **deps:** update dependency pino to ^8.10.0 ([3daf00c](https://github.com/frutbits/sapphire-plugins/commit/3daf00c52e123bf972c924b36160977903c38ed7))
* **deps:** update dependency pino to ^8.9.0 ([d8a6cb5](https://github.com/frutbits/sapphire-plugins/commit/d8a6cb5367214af658b1d9c56ea8ec7a44bddd4a))
* **deps:** update sapphire dependencies ([da6bbb7](https://github.com/frutbits/sapphire-plugins/commit/da6bbb776f7681c018a86f841a3a8cc285f5efc2))
* extends eslint tsconfig ([1b3b25e](https://github.com/frutbits/sapphire-plugins/commit/1b3b25e04fcd229b5e2b680c2f98f06858a38c25))
* import tslib ([cbd0359](https://github.com/frutbits/sapphire-plugins/commit/cbd03594179a3a1f1ebd1b9c17504f55302a08ea))
* **lerna:** remove useWorkspaces ([ce40c94](https://github.com/frutbits/sapphire-plugins/commit/ce40c94769b9ca9597d665fd35dea5f6398d3fc2))


### Features

* update all deps to latest version ([bc558ec](https://github.com/frutbits/sapphire-plugins/commit/bc558ec428dbb1dc719ff2c5cc506217c3845734))





# [3.3.0](https://github.com/frutbits/sapphire-plugins/compare/v3.2.1...v3.3.0) (2023-02-04)


Expand Down
70 changes: 35 additions & 35 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
{
"packages": [
"packages/*"
],
"version": "3.3.0",
"npmClient": "pnpm",
"command": {
"publish": {
"conventionalCommits": true,
"push": true,
"ignoreChanges": [
"**/tests/**"
],
"registry": "https://registry.npmjs.org/"
},
"version": {
"allowBranch": "main",
"conventionalCommits": true,
"push": true,
"createRelease": "github",
"message": "chore(release): publish"
},
"create": {
"license": "AGPL-3.0",
"keywords": [
"plugin",
"bot",
"typescript",
"ts",
"yarn",
"discord",
"sapphire"
]
}
}
}
"packages": [
"packages/*"
],
"version": "4.0.0",
"npmClient": "pnpm",
"command": {
"publish": {
"conventionalCommits": true,
"push": true,
"ignoreChanges": [
"**/tests/**"
],
"registry": "https://registry.npmjs.org/"
},
"version": {
"allowBranch": "main",
"conventionalCommits": true,
"push": true,
"createRelease": "github",
"message": "chore(release): publish"
},
"create": {
"license": "AGPL-3.0",
"keywords": [
"plugin",
"bot",
"typescript",
"ts",
"yarn",
"discord",
"sapphire"
]
}
}
}
19 changes: 19 additions & 0 deletions packages/command-context/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0](https://github.com/frutbits/sapphire-plugins/compare/v3.3.0...v4.0.0) (2023-07-09)


### Bug Fixes

* **deps:** update dependency @sapphire/utilities to ^3.11.2 ([d737b94](https://github.com/frutbits/sapphire-plugins/commit/d737b94adf860245b87f8807feb87ee095e362f9))
* **deps:** update sapphire dependencies ([da6bbb7](https://github.com/frutbits/sapphire-plugins/commit/da6bbb776f7681c018a86f841a3a8cc285f5efc2))
* extends eslint tsconfig ([1b3b25e](https://github.com/frutbits/sapphire-plugins/commit/1b3b25e04fcd229b5e2b680c2f98f06858a38c25))
* import tslib ([cbd0359](https://github.com/frutbits/sapphire-plugins/commit/cbd03594179a3a1f1ebd1b9c17504f55302a08ea))


### Features

* update all deps to latest version ([bc558ec](https://github.com/frutbits/sapphire-plugins/commit/bc558ec428dbb1dc719ff2c5cc506217c3845734))





# [3.3.0](https://github.com/frutbits/sapphire-plugins/compare/v3.2.1...v3.3.0) (2023-02-04)


Expand Down
2 changes: 1 addition & 1 deletion packages/command-context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frutbits/command-context",
"version": "3.3.0",
"version": "4.0.0",
"description": "Wrapping all sapphire commands (interaction, message) in one context",
"homepage": "https://github.com/frutbits/sapphire-plugins/tree/main/packages/command-context",
"bugs": {
Expand Down
19 changes: 19 additions & 0 deletions packages/pino-logger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0](https://github.com/frutbits/sapphire-plugins/compare/v3.3.0...v4.0.0) (2023-07-09)


### Bug Fixes

* **deps:** update dependency pino to ^8.10.0 ([3daf00c](https://github.com/frutbits/sapphire-plugins/commit/3daf00c52e123bf972c924b36160977903c38ed7))
* **deps:** update dependency pino to ^8.9.0 ([d8a6cb5](https://github.com/frutbits/sapphire-plugins/commit/d8a6cb5367214af658b1d9c56ea8ec7a44bddd4a))
* extends eslint tsconfig ([1b3b25e](https://github.com/frutbits/sapphire-plugins/commit/1b3b25e04fcd229b5e2b680c2f98f06858a38c25))
* import tslib ([cbd0359](https://github.com/frutbits/sapphire-plugins/commit/cbd03594179a3a1f1ebd1b9c17504f55302a08ea))


### Features

* update all deps to latest version ([bc558ec](https://github.com/frutbits/sapphire-plugins/commit/bc558ec428dbb1dc719ff2c5cc506217c3845734))





# [3.3.0](https://github.com/frutbits/sapphire-plugins/compare/v3.2.1...v3.3.0) (2023-02-04)


Expand Down
2 changes: 1 addition & 1 deletion packages/pino-logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frutbits/pino-logger",
"version": "3.3.0",
"version": "4.0.0",
"description": "Plugin for @sapphire/framework to have pino logger",
"homepage": "https://github.com/frutbits/sapphire-plugins/tree/main/packages/pino-logger",
"bugs": {
Expand Down

0 comments on commit f7f752f

Please sign in to comment.