fix(release): sync plugin manifests for v9.0.0

Capture the plugin manifest version bumps that release:prepare generated for 9.0.0 and update the release staging step so Claude and Codex plugin manifests are included automatically in future release commits.
This commit is contained in:
sickn33
2026-03-27 10:54:23 +01:00
parent bc229fa570
commit 1ac95d926f
40 changed files with 92 additions and 76 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "antigravity-awesome-skills",
"version": "8.10.0",
"version": "9.0.0",
"description": "Plugin-safe Codex plugin for the Antigravity Awesome Skills library.",
"author": {
"name": "sickn33 and contributors",

View File

@@ -1,6 +1,6 @@
{
"name": "antigravity-bundle-agent-architect",
"version": "8.10.0",
"version": "9.0.0",
"description": "Install the \"Agent Architect\" editorial skill bundle from Antigravity Awesome Skills.",
"author": {
"name": "sickn33 and contributors",

View File

@@ -1,6 +1,6 @@
{
"name": "antigravity-bundle-apple-platform-design",
"version": "8.10.0",
"version": "9.0.0",
"description": "Install the \"Apple Platform Design\" editorial skill bundle from Antigravity Awesome Skills.",
"author": {
"name": "sickn33 and contributors",

View File

@@ -1,6 +1,6 @@
{
"name": "antigravity-bundle-architecture-design",
"version": "8.10.0",
"version": "9.0.0",
"description": "Install the \"Architecture & Design\" editorial skill bundle from Antigravity Awesome Skills.",
"author": {
"name": "sickn33 and contributors",

View File

@@ -1,6 +1,6 @@
{
"name": "antigravity-bundle-automation-builder",
"version": "8.10.0",
"version": "9.0.0",
"description": "Install the \"Automation Builder\" editorial skill bundle from Antigravity Awesome Skills.",
"author": {
"name": "sickn33 and contributors",

View File

@@ -1,6 +1,6 @@
{
"name": "antigravity-bundle-azure-ai-cloud",
"version": "8.10.0",
"version": "9.0.0",
"description": "Install the \"Azure AI & Cloud\" editorial skill bundle from Antigravity Awesome Skills.",
"author": {
"name": "sickn33 and contributors",

View File

@@ -1,6 +1,6 @@
{
"name": "antigravity-bundle-business-analyst",
"version": "8.10.0",
"version": "9.0.0",
"description": "Install the \"Business Analyst\" editorial skill bundle from Antigravity Awesome Skills.",
"author": {
"name": "sickn33 and contributors",

View File

@@ -1,6 +1,6 @@
{
"name": "antigravity-bundle-commerce-payments",
"version": "8.10.0",
"version": "9.0.0",
"description": "Install the \"Commerce & Payments\" editorial skill bundle from Antigravity Awesome Skills.",
"author": {
"name": "sickn33 and contributors",

View File

@@ -1,6 +1,6 @@
{
"name": "antigravity-bundle-creative-director",
"version": "8.10.0",
"version": "9.0.0",
"description": "Install the \"Creative Director\" editorial skill bundle from Antigravity Awesome Skills.",
"author": {
"name": "sickn33 and contributors",

View File

@@ -1,6 +1,6 @@
{
"name": "antigravity-bundle-data-analytics",
"version": "8.10.0",
"version": "9.0.0",
"description": "Install the \"Data & Analytics\" editorial skill bundle from Antigravity Awesome Skills.",
"author": {
"name": "sickn33 and contributors",

View File

@@ -1,6 +1,6 @@
{
"name": "antigravity-bundle-data-engineering",
"version": "8.10.0",
"version": "9.0.0",
"description": "Install the \"Data Engineering\" editorial skill bundle from Antigravity Awesome Skills.",
"author": {
"name": "sickn33 and contributors",

View File

@@ -1,6 +1,6 @@
{
"name": "antigravity-bundle-ddd-evented-architecture",
"version": "8.10.0",
"version": "9.0.0",
"description": "Install the \"DDD & Evented Architecture\" editorial skill bundle from Antigravity Awesome Skills.",
"author": {
"name": "sickn33 and contributors",

View File

@@ -1,6 +1,6 @@
{
"name": "antigravity-bundle-devops-cloud",
"version": "8.10.0",
"version": "9.0.0",
"description": "Install the \"DevOps & Cloud\" editorial skill bundle from Antigravity Awesome Skills.",
"author": {
"name": "sickn33 and contributors",

View File

@@ -1,6 +1,6 @@
{
"name": "antigravity-bundle-documents-presentations",
"version": "8.10.0",
"version": "9.0.0",
"description": "Install the \"Documents & Presentations\" editorial skill bundle from Antigravity Awesome Skills.",
"author": {
"name": "sickn33 and contributors",

View File

@@ -1,6 +1,6 @@
{
"name": "antigravity-bundle-essentials",
"version": "8.10.0",
"version": "9.0.0",
"description": "Install the \"Essentials\" editorial skill bundle from Antigravity Awesome Skills.",
"author": {
"name": "sickn33 and contributors",

View File

@@ -1,6 +1,6 @@
{
"name": "antigravity-bundle-expo-react-native",
"version": "8.10.0",
"version": "9.0.0",
"description": "Install the \"Expo & React Native\" editorial skill bundle from Antigravity Awesome Skills.",
"author": {
"name": "sickn33 and contributors",

View File

@@ -1,6 +1,6 @@
{
"name": "antigravity-bundle-full-stack-developer",
"version": "8.10.0",
"version": "9.0.0",
"description": "Install the \"Full-Stack Developer\" editorial skill bundle from Antigravity Awesome Skills.",
"author": {
"name": "sickn33 and contributors",

View File

@@ -1,6 +1,6 @@
{
"name": "antigravity-bundle-indie-game-dev",
"version": "8.10.0",
"version": "9.0.0",
"description": "Install the \"Indie Game Dev\" editorial skill bundle from Antigravity Awesome Skills.",
"author": {
"name": "sickn33 and contributors",

View File

@@ -1,6 +1,6 @@
{
"name": "antigravity-bundle-integration-apis",
"version": "8.10.0",
"version": "9.0.0",
"description": "Install the \"Integration & APIs\" editorial skill bundle from Antigravity Awesome Skills.",
"author": {
"name": "sickn33 and contributors",

View File

@@ -1,6 +1,6 @@
{
"name": "antigravity-bundle-llm-application-developer",
"version": "8.10.0",
"version": "9.0.0",
"description": "Install the \"LLM Application Developer\" editorial skill bundle from Antigravity Awesome Skills.",
"author": {
"name": "sickn33 and contributors",

View File

@@ -1,6 +1,6 @@
{
"name": "antigravity-bundle-makepad-builder",
"version": "8.10.0",
"version": "9.0.0",
"description": "Install the \"Makepad Builder\" editorial skill bundle from Antigravity Awesome Skills.",
"author": {
"name": "sickn33 and contributors",

View File

@@ -1,6 +1,6 @@
{
"name": "antigravity-bundle-marketing-growth",
"version": "8.10.0",
"version": "9.0.0",
"description": "Install the \"Marketing & Growth\" editorial skill bundle from Antigravity Awesome Skills.",
"author": {
"name": "sickn33 and contributors",

View File

@@ -1,6 +1,6 @@
{
"name": "antigravity-bundle-mobile-developer",
"version": "8.10.0",
"version": "9.0.0",
"description": "Install the \"Mobile Developer\" editorial skill bundle from Antigravity Awesome Skills.",
"author": {
"name": "sickn33 and contributors",

View File

@@ -1,6 +1,6 @@
{
"name": "antigravity-bundle-observability-monitoring",
"version": "8.10.0",
"version": "9.0.0",
"description": "Install the \"Observability & Monitoring\" editorial skill bundle from Antigravity Awesome Skills.",
"author": {
"name": "sickn33 and contributors",

View File

@@ -1,6 +1,6 @@
{
"name": "antigravity-bundle-odoo-erp",
"version": "8.10.0",
"version": "9.0.0",
"description": "Install the \"Odoo ERP\" editorial skill bundle from Antigravity Awesome Skills.",
"author": {
"name": "sickn33 and contributors",

View File

@@ -1,6 +1,6 @@
{
"name": "antigravity-bundle-oss-maintainer",
"version": "8.10.0",
"version": "9.0.0",
"description": "Install the \"OSS Maintainer\" editorial skill bundle from Antigravity Awesome Skills.",
"author": {
"name": "sickn33 and contributors",

View File

@@ -1,6 +1,6 @@
{
"name": "antigravity-bundle-python-pro",
"version": "8.10.0",
"version": "9.0.0",
"description": "Install the \"Python Pro\" editorial skill bundle from Antigravity Awesome Skills.",
"author": {
"name": "sickn33 and contributors",

View File

@@ -1,6 +1,6 @@
{
"name": "antigravity-bundle-qa-testing",
"version": "8.10.0",
"version": "9.0.0",
"description": "Install the \"QA & Testing\" editorial skill bundle from Antigravity Awesome Skills.",
"author": {
"name": "sickn33 and contributors",

View File

@@ -1,6 +1,6 @@
{
"name": "antigravity-bundle-revops-crm-automation",
"version": "8.10.0",
"version": "9.0.0",
"description": "Install the \"RevOps & CRM Automation\" editorial skill bundle from Antigravity Awesome Skills.",
"author": {
"name": "sickn33 and contributors",

View File

@@ -1,6 +1,6 @@
{
"name": "antigravity-bundle-security-developer",
"version": "8.10.0",
"version": "9.0.0",
"description": "Install the \"Security Developer\" editorial skill bundle from Antigravity Awesome Skills.",
"author": {
"name": "sickn33 and contributors",

View File

@@ -1,6 +1,6 @@
{
"name": "antigravity-bundle-security-engineer",
"version": "8.10.0",
"version": "9.0.0",
"description": "Install the \"Security Engineer\" editorial skill bundle from Antigravity Awesome Skills.",
"author": {
"name": "sickn33 and contributors",

View File

@@ -1,6 +1,6 @@
{
"name": "antigravity-bundle-seo-specialist",
"version": "8.10.0",
"version": "9.0.0",
"description": "Install the \"SEO Specialist\" editorial skill bundle from Antigravity Awesome Skills.",
"author": {
"name": "sickn33 and contributors",

View File

@@ -1,6 +1,6 @@
{
"name": "antigravity-bundle-startup-founder",
"version": "8.10.0",
"version": "9.0.0",
"description": "Install the \"Startup Founder\" editorial skill bundle from Antigravity Awesome Skills.",
"author": {
"name": "sickn33 and contributors",

View File

@@ -1,6 +1,6 @@
{
"name": "antigravity-bundle-systems-programming",
"version": "8.10.0",
"version": "9.0.0",
"description": "Install the \"Systems Programming\" editorial skill bundle from Antigravity Awesome Skills.",
"author": {
"name": "sickn33 and contributors",

View File

@@ -1,6 +1,6 @@
{
"name": "antigravity-bundle-typescript-javascript",
"version": "8.10.0",
"version": "9.0.0",
"description": "Install the \"TypeScript & JavaScript\" editorial skill bundle from Antigravity Awesome Skills.",
"author": {
"name": "sickn33 and contributors",

View File

@@ -1,6 +1,6 @@
{
"name": "antigravity-bundle-web-designer",
"version": "8.10.0",
"version": "9.0.0",
"description": "Install the \"Web Designer\" editorial skill bundle from Antigravity Awesome Skills.",
"author": {
"name": "sickn33 and contributors",

View File

@@ -1,6 +1,6 @@
{
"name": "antigravity-bundle-web-wizard",
"version": "8.10.0",
"version": "9.0.0",
"description": "Install the \"Web Wizard\" editorial skill bundle from Antigravity Awesome Skills.",
"author": {
"name": "sickn33 and contributors",