From 108381584cf93cc87b5ecf87986b2c8cd88a5219 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 13:10:35 +0000 Subject: [PATCH 1/2] Version Packages (alpha) --- .changeset/pre.json | 4 +++- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 85dbec2..e9562af 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -4,5 +4,7 @@ "initialVersions": { "@webiny/data-transfer": "0.0.0" }, - "changesets": [] + "changesets": [ + "tall-dancers-care" + ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index 685b746..888a15e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @webiny/data-transfer +## 0.0.1-alpha.2 + +### Patch Changes + +- 3cab748: Add MCP server (`webiny-data-transfer-mcp`) with `list_topics` and `get_topic` tools serving 44 documentation topics. Export all 27 built-in transformers and all 18 filter predicates as public API. Consolidate CI workflows and update all GitHub Actions to latest versions. + ## 0.0.1-alpha.1 ### Patch Changes diff --git a/package.json b/package.json index 3897395..b174191 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@webiny/data-transfer", - "version": "0.0.1-alpha.1", + "version": "0.0.1-alpha.2", "description": "Webiny data transfer tool", "type": "module", "main": "./dist/index.js", From cb8a92db5dd72b7ef579dd157539ed4d459b5c37 Mon Sep 17 00:00:00 2001 From: brunozoric Date: Mon, 3 Aug 2026 15:15:46 +0200 Subject: [PATCH 2/2] chore: exclude .changeset from lint Co-Authored-By: Claude Opus 4.6 (1M context) --- .changeset/pre.json | 4 +--- .oxlintrc.json | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index e9562af..bd7bd44 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -4,7 +4,5 @@ "initialVersions": { "@webiny/data-transfer": "0.0.0" }, - "changesets": [ - "tall-dancers-care" - ] + "changesets": ["tall-dancers-care"] } diff --git a/.oxlintrc.json b/.oxlintrc.json index be1f9fa..c46535e 100644 --- a/.oxlintrc.json +++ b/.oxlintrc.json @@ -15,6 +15,7 @@ "document": "writable" }, "ignorePatterns": [ + ".changeset/**/*", ".github/**/*", ".idea/**/*", ".stormTests/**/*",