Skip to content

Commit 3465d1b

Browse files
committed
chore: mark @commandkit/legacy as deprecated
1 parent be5ac1f commit 3465d1b

File tree

5 files changed

+7
-10
lines changed

5 files changed

+7
-10
lines changed

.github/workflows/publish-dev.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ jobs:
5353
PACKAGES=(
5454
"commandkit:packages/commandkit"
5555
"create-commandkit:packages/create-commandkit"
56-
"@commandkit/legacy:packages/legacy"
5756
"@commandkit/redis:packages/redis"
5857
"@commandkit/i18n:packages/i18n"
5958
"@commandkit/devtools:packages/devtools"
@@ -77,7 +76,6 @@ jobs:
7776
PACKAGES=(
7877
"commandkit"
7978
"create-commandkit"
80-
"@commandkit/legacy"
8179
"@commandkit/redis"
8280
"@commandkit/i18n"
8381
"@commandkit/devtools"

.github/workflows/publish-latest.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ jobs:
6262
PACKAGES=(
6363
"commandkit:packages/commandkit"
6464
"create-commandkit:packages/create-commandkit"
65-
"@commandkit/legacy:packages/legacy"
6665
"@commandkit/redis:packages/redis"
6766
"@commandkit/i18n:packages/i18n"
6867
"@commandkit/devtools:packages/devtools"

.github/workflows/publish-rc.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ jobs:
6262
PACKAGES=(
6363
"commandkit:packages/commandkit"
6464
"create-commandkit:packages/create-commandkit"
65-
"@commandkit/legacy:packages/legacy"
6665
"@commandkit/redis:packages/redis"
6766
"@commandkit/i18n:packages/i18n"
6867
"@commandkit/devtools:packages/devtools"
@@ -102,7 +101,6 @@ jobs:
102101
PACKAGES=(
103102
"commandkit"
104103
"create-commandkit"
105-
"@commandkit/legacy"
106104
"@commandkit/redis"
107105
"@commandkit/i18n"
108106
"@commandkit/devtools"

apps/website/docs/guide/05-official-plugins/06-commandkit-legacy.mdx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ title: '@commandkit/legacy'
44

55
:::danger
66

7-
This plugin is not recommended as we do not plan to continue
8-
supporting the legacy structure. We only recommend this if you're
9-
trying to incrementally upgrade your application. If you prefer the
10-
old way, you can use v0.1.10, but please note, that version is not
11-
actively maintained.
7+
❌ This package has been deprecated and will not work in newer
8+
versions of CommandKit. Last supported with
9+
[v1.2.0-rc.10](https://www.npmjs.com/package/commandkit/v/1.2.0-rc.10)
1210

1311
:::
1412

packages/legacy/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# ❌ DEPRECATED: This package is deprecated and will be removed in the future.
2+
3+
---
4+
15
# `@commandkit/legacy`
26

37
Legacy command handler plugin for CommandKit.

0 commit comments

Comments
 (0)