Skip to content

Commit 56a41ee

Browse files
committed
sync external package versions
1 parent f24c3c3 commit 56a41ee

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

packages/ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commandkit/ai",
3-
"version": "0.1.0",
3+
"version": "1.2.0",
44
"description": "Supercharge your CommandKit bot with AI capabilities",
55
"files": [
66
"dist"

packages/analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commandkit/analytics",
3-
"version": "0.1.0",
3+
"version": "1.2.0",
44
"description": "Analytics providers for CommandKit",
55
"files": [
66
"dist"

packages/cache/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commandkit/cache",
3-
"version": "0.0.0",
3+
"version": "1.2.0",
44
"description": "CommandKit plugin that provides caching apis",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/commandkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "commandkit",
33
"description": "Beginner friendly command & event handler for Discord.js",
4-
"version": "1.0.0",
4+
"version": "1.2.0",
55
"license": "MIT",
66
"type": "commonjs",
77
"main": "./dist/index.js",

packages/create-commandkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-commandkit",
33
"description": "Effortlessly create a CommandKit project",
4-
"version": "1.1.4",
4+
"version": "1.2.0",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",
77
"bin": "./dist/index.js",

packages/devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commandkit/devtools",
33
"description": "CommandKit devtools",
4-
"version": "0.0.0",
4+
"version": "1.2.0",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"scripts": {

packages/i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commandkit/i18n",
3-
"version": "0.1.2",
3+
"version": "1.2.0",
44
"description": "CommandKit plugin that adds command localizations backed by i18next",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/legacy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commandkit/legacy",
3-
"version": "0.1.10",
3+
"version": "1.2.0",
44
"description": "Legacy command handler plugin for CommandKit",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/queue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commandkit/queue",
3-
"version": "0.1.0",
3+
"version": "1.2.0",
44
"description": "Service agnostic message queue api for commandkit",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/redis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commandkit/redis",
3-
"version": "0.1.1",
3+
"version": "1.2.0",
44
"description": "Redis cache provider for CommandKit",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)