Skip to content

Commit

Permalink
fix: manually set version
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Jul 11, 2022
1 parent 4ed71c1 commit 117d5a6
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/api/package.json
@@ -1,6 +1,6 @@
{
"name": "@sapphire/plugin-api",
"version": "3.2.1",
"version": "3.2.3",
"description": "Plugin for @sapphire/framework to expose a REST API",
"author": "@sapphire",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/editable-commands/package.json
@@ -1,6 +1,6 @@
{
"name": "@sapphire/plugin-editable-commands",
"version": "1.2.0",
"version": "1.2.2",
"description": "Plugin for @sapphire/framework to have editable commands",
"author": "@sapphire",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/hmr/package.json
@@ -1,6 +1,6 @@
{
"name": "@sapphire/plugin-hmr",
"version": "1.2.0",
"version": "1.2.2",
"description": "Plugin for @sapphire/framework for hot module reloading for pieces",
"author": "@sapphire",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/i18next/package.json
@@ -1,6 +1,6 @@
{
"name": "@sapphire/plugin-i18next",
"version": "2.5.2",
"version": "2.5.4",
"description": "Plugin for @sapphire/framework to support i18next.",
"author": "@sapphire",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
@@ -1,6 +1,6 @@
{
"name": "@sapphire/plugin-logger",
"version": "2.2.1",
"version": "2.2.3",
"description": "Plugin for @sapphire/framework to have pretty console output",
"author": "@sapphire",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/scheduled-tasks/package.json
@@ -1,6 +1,6 @@
{
"name": "@sapphire/plugin-scheduled-tasks",
"version": "2.3.3",
"version": "2.3.5",
"description": "Plugin for @sapphire/framework to have scheduled tasks",
"author": "@sapphire",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/subcommands/package.json
@@ -1,6 +1,6 @@
{
"name": "@sapphire/plugin-subcommands",
"version": "2.2.0",
"version": "2.2.2",
"description": "Plugin for @sapphire/framework that adds support for subcommands.",
"author": "@sapphire",
"license": "MIT",
Expand Down

0 comments on commit 117d5a6

Please sign in to comment.