This is an automated email from the ASF dual-hosted git repository. matrei pushed a commit to branch update-inertia in repository https://gitbox.apache.org/repos/asf/grails-plugins-metadata.git
commit c24138ac79eed02d095278b166045ca0724fff04 Author: Mattias Reichel <[email protected]> AuthorDate: Tue Dec 30 13:38:48 2025 +0100 Update inertia plugin - Add versions 2.1.4 and 3.0.0 - Add coords for versions < 3 as the artifactId changed in 3 --- ...rails-inertia-plugin.yml => grails-inertia.yml} | 24 +++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/grails-plugins/io/github/matrei/grails-inertia-plugin.yml b/grails-plugins/io/github/matrei/grails-inertia.yml similarity index 59% rename from grails-plugins/io/github/matrei/grails-inertia-plugin.yml rename to grails-plugins/io/github/matrei/grails-inertia.yml index 7a0959a..275844d 100644 --- a/grails-plugins/io/github/matrei/grails-inertia-plugin.yml +++ b/grails-plugins/io/github/matrei/grails-inertia.yml @@ -1,6 +1,6 @@ name: inertia desc: Grails Adapter for Inertia.js -coords: io.github.matrei:grails-inertia-plugin +coords: io.github.matrei:grails-inertia owner: matrei vcs: https://github.com/matrei/grails-inertia-plugin docs: https://github.com/matrei/grails-inertia-plugin#readme @@ -11,48 +11,70 @@ labels: licenses: - Apache-2.0 versions: + - version: 3.0.0 + date: 2025-12-30T11:14:53Z + grailsVersion: 7.0.0 > * + - version: 2.1.4 + date: 2025-12-30T09:12:31Z + grailsVersion: 6.0.0 > * + coords: io.github.matrei:grails-inertia-plugin - version: 2.1.3 date: 2024-02-27T11:23:32Z grailsVersion: 6.0.0 > * + coords: io.github.matrei:grails-inertia-plugin - version: 2.1.2 date: 2024-02-07T09:47:38Z grailsVersion: 6.0.0 > * + coords: io.github.matrei:grails-inertia-plugin - version: 2.1.1 date: 2023-12-07T10:08:41Z grailsVersion: 6.0.0 > * + coords: io.github.matrei:grails-inertia-plugin - version: 2.1.0 date: 2023-11-07T15:40:33Z grailsVersion: 6.0.0 > * + coords: io.github.matrei:grails-inertia-plugin - version: 2.0.1 date: 2023-11-07T15:32:58Z grailsVersion: 6.0.0 > * + coords: io.github.matrei:grails-inertia-plugin - version: 2.0.0 date: 2023-09-06T12:12:35Z grailsVersion: 5.0.1 > * + coords: io.github.matrei:grails-inertia-plugin - version: 1.3.1 date: 2024-02-27T11:13:45Z grailsVersion: 5.0.1 > * + coords: io.github.matrei:grails-inertia-plugin - version: 1.3.0 date: 2023-10-19T11:37:56Z grailsVersion: 5.0.1 > * + coords: io.github.matrei:grails-inertia-plugin - version: 1.2.1 date: 2023-04-13T07:58:27Z grailsVersion: 5.0.1 > * + coords: io.github.matrei:grails-inertia-plugin - version: 1.2.0 date: 2023-02-22T11:33:26Z grailsVersion: 5.0.1 > * + coords: io.github.matrei:grails-inertia-plugin - version: 1.1.0 date: 2023-02-09T08:08:26Z grailsVersion: 5.0.1 > * + coords: io.github.matrei:grails-inertia-plugin - version: 1.0.3 date: 2023-01-16T13:59:43Z grailsVersion: 5.0.1 > * + coords: io.github.matrei:grails-inertia-plugin - version: 1.0.2 date: 2022-12-21T15:51:07Z grailsVersion: 5.0.1 > * + coords: io.github.matrei:grails-inertia-plugin - version: 1.0.1 date: 2022-10-20T11:38:59Z grailsVersion: 5.0.1 > * + coords: io.github.matrei:grails-inertia-plugin - version: 1.0.0 date: 2022-10-19T09:02:46Z grailsVersion: 5.0.1 > * + coords: io.github.matrei:grails-inertia-plugin
