Skip to content

Commit 9661fac

Browse files
authored
Update inertia plugin (#165)
- Add versions 2.1.4 and 3.0.0 - Add coords for versions < 3 as the artifactId changed in 3
1 parent d27bb66 commit 9661fac

1 file changed

Lines changed: 23 additions & 1 deletion

File tree

grails-plugins/io/github/matrei/grails-inertia-plugin.yml renamed to grails-plugins/io/github/matrei/grails-inertia.yml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: inertia
22
desc: Grails Adapter for Inertia.js
3-
coords: io.github.matrei:grails-inertia-plugin
3+
coords: io.github.matrei:grails-inertia
44
owner: matrei
55
vcs: https://github.com/matrei/grails-inertia-plugin
66
docs: https://github.com/matrei/grails-inertia-plugin#readme
@@ -11,48 +11,70 @@ labels:
1111
licenses:
1212
- Apache-2.0
1313
versions:
14+
- version: 3.0.0
15+
date: 2025-12-30T11:14:53Z
16+
grailsVersion: 7.0.0 > *
17+
- version: 2.1.4
18+
date: 2025-12-30T09:12:31Z
19+
grailsVersion: 6.0.0 > *
20+
coords: io.github.matrei:grails-inertia-plugin
1421
- version: 2.1.3
1522
date: 2024-02-27T11:23:32Z
1623
grailsVersion: 6.0.0 > *
24+
coords: io.github.matrei:grails-inertia-plugin
1725
- version: 2.1.2
1826
date: 2024-02-07T09:47:38Z
1927
grailsVersion: 6.0.0 > *
28+
coords: io.github.matrei:grails-inertia-plugin
2029
- version: 2.1.1
2130
date: 2023-12-07T10:08:41Z
2231
grailsVersion: 6.0.0 > *
32+
coords: io.github.matrei:grails-inertia-plugin
2333
- version: 2.1.0
2434
date: 2023-11-07T15:40:33Z
2535
grailsVersion: 6.0.0 > *
36+
coords: io.github.matrei:grails-inertia-plugin
2637
- version: 2.0.1
2738
date: 2023-11-07T15:32:58Z
2839
grailsVersion: 6.0.0 > *
40+
coords: io.github.matrei:grails-inertia-plugin
2941
- version: 2.0.0
3042
date: 2023-09-06T12:12:35Z
3143
grailsVersion: 5.0.1 > *
44+
coords: io.github.matrei:grails-inertia-plugin
3245
- version: 1.3.1
3346
date: 2024-02-27T11:13:45Z
3447
grailsVersion: 5.0.1 > *
48+
coords: io.github.matrei:grails-inertia-plugin
3549
- version: 1.3.0
3650
date: 2023-10-19T11:37:56Z
3751
grailsVersion: 5.0.1 > *
52+
coords: io.github.matrei:grails-inertia-plugin
3853
- version: 1.2.1
3954
date: 2023-04-13T07:58:27Z
4055
grailsVersion: 5.0.1 > *
56+
coords: io.github.matrei:grails-inertia-plugin
4157
- version: 1.2.0
4258
date: 2023-02-22T11:33:26Z
4359
grailsVersion: 5.0.1 > *
60+
coords: io.github.matrei:grails-inertia-plugin
4461
- version: 1.1.0
4562
date: 2023-02-09T08:08:26Z
4663
grailsVersion: 5.0.1 > *
64+
coords: io.github.matrei:grails-inertia-plugin
4765
- version: 1.0.3
4866
date: 2023-01-16T13:59:43Z
4967
grailsVersion: 5.0.1 > *
68+
coords: io.github.matrei:grails-inertia-plugin
5069
- version: 1.0.2
5170
date: 2022-12-21T15:51:07Z
5271
grailsVersion: 5.0.1 > *
72+
coords: io.github.matrei:grails-inertia-plugin
5373
- version: 1.0.1
5474
date: 2022-10-20T11:38:59Z
5575
grailsVersion: 5.0.1 > *
76+
coords: io.github.matrei:grails-inertia-plugin
5677
- version: 1.0.0
5778
date: 2022-10-19T09:02:46Z
5879
grailsVersion: 5.0.1 > *
80+
coords: io.github.matrei:grails-inertia-plugin

0 commit comments

Comments
 (0)