From 7a3f472245c0b900bd311a10f7f2e5c8c37a0160 Mon Sep 17 00:00:00 2001 From: Sami Odeh Date: Wed, 25 Mar 2026 00:14:55 +0200 Subject: [PATCH] 2.0.13 --- .github/workflows/ci.yml | 2 +- .github/workflows/deploy-docs.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/release.yml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34a6958..2bcbfda 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: CI +name: ✅ CI — Lint, Format & Build on: pull_request: diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 8e1a743..a60d420 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -1,4 +1,4 @@ -name: Deploy Docs to GitHub Pages +name: 📚 Deploy Docs to GitHub Pages on: push: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 804f461..036f6f4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,4 +1,4 @@ -name: Publish to npm +name: 📦 Publish to npm on: push: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 27ef4da..4a0ad06 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: Release +name: 🚀 Release — Tag & Update Version # Runs when a release/* branch is merged into main. # Reads the version from package.json, updates index.html, diff --git a/package-lock.json b/package-lock.json index 2ee34ac..4255dda 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "flexitablesort", - "version": "2.0.12", + "version": "2.0.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "flexitablesort", - "version": "2.0.12", + "version": "2.0.13", "license": "MIT", "dependencies": { "classnames": "^2.5.1", diff --git a/package.json b/package.json index a2b1239..68c7043 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-table-dnd", - "version": "2.0.12", + "version": "2.0.13", "type": "module", "description": "Sortable table with draggable rows and columns", "main": "dist/index.cjs.js",