Skip to content

Commit 404ed7a

Browse files
authored
Update latest versions for multiple plugins
1 parent 4a601f2 commit 404ed7a

File tree

1 file changed

+32
-4
lines changed

1 file changed

+32
-4
lines changed

lib/repo-config.ts

Lines changed: 32 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ const rawRepositories = [
104104
description:
105105
"A powerful tree structure management plugin for Filament with drag-and-drop functionality and hierarchical data organization.",
106106
repository_url: "https://github.com/solutionforest/filament-tree",
107-
latest_version: "3.x",
107+
latest_version: "4.x",
108108
versions: [
109109
{
110110
version: "1.x",
@@ -127,13 +127,20 @@ const rawRepositories = [
127127
{ name: "README.md", title: "Overview", slug: "overview" },
128128
],
129129
},
130+
{
131+
version: "4.x",
132+
github_branch: "4.x",
133+
limited_files: [
134+
{ name: "README.md", title: "Overview", slug: "overview" },
135+
],
136+
},
130137
],
131138
},
132139
{
133140
description:
134141
"Create beautiful tabbed interfaces in your Filament admin panel with this easy-to-use tab management plugin.",
135142
repository_url: "https://github.com/solutionforest/filament-tab-plugin",
136-
latest_version: "3.x",
143+
latest_version: "4.x",
137144
versions: [
138145
{
139146
version: "1.x",
@@ -156,6 +163,13 @@ const rawRepositories = [
156163
{ name: "README.md", title: "Overview", slug: "overview" },
157164
],
158165
},
166+
{
167+
version: "4.x",
168+
github_branch: "4.x",
169+
limited_files: [
170+
{ name: "README.md", title: "Overview", slug: "overview" },
171+
],
172+
},
159173
],
160174
},
161175
{
@@ -267,7 +281,7 @@ const rawRepositories = [
267281
"Multi-language field support for Filament with easy translation management and language switching.",
268282
repository_url:
269283
"https://github.com/solutionforest/filament-translate-field",
270-
latest_version: "2.x",
284+
latest_version: "3.x",
271285
versions: [
272286
{
273287
version: "1.x",
@@ -283,13 +297,20 @@ const rawRepositories = [
283297
{ name: "README.md", title: "Overview", slug: "overview" },
284298
],
285299
},
300+
{
301+
version: "3.x",
302+
github_branch: "3.x",
303+
limited_files: [
304+
{ name: "README.md", title: "Overview", slug: "overview" },
305+
],
306+
},
286307
],
287308
},
288309
{
289310
description:
290311
"Group related fields together in your Filament forms with collapsible sections and organized layouts.",
291312
repository_url: "https://github.com/solutionforest/filament-field-group",
292-
latest_version: "2.x",
313+
latest_version: "3.x",
293314
versions: [
294315
{
295316
version: "1.x",
@@ -305,6 +326,13 @@ const rawRepositories = [
305326
{ name: "README.md", title: "Overview", slug: "overview" },
306327
],
307328
},
329+
{
330+
version: "3.x",
331+
github_branch: "3.x",
332+
limited_files: [
333+
{ name: "README.md", title: "Overview", slug: "overview" },
334+
],
335+
},
308336
],
309337
},
310338
{

0 commit comments

Comments
 (0)