From 2c3df81e5e4ef983f2671dbeec478056d1c2e558 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 14:50:39 +0000 Subject: [PATCH] Version Packages --- .changeset/readme-sync-consent-export.md | 6 ------ packages/client/CHANGELOG.md | 9 +++++++++ packages/client/package.json | 2 +- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- 5 files changed, 17 insertions(+), 8 deletions(-) delete mode 100644 .changeset/readme-sync-consent-export.md diff --git a/.changeset/readme-sync-consent-export.md b/.changeset/readme-sync-consent-export.md deleted file mode 100644 index 383730e..0000000 --- a/.changeset/readme-sync-consent-export.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@sunwjy/funnel-core": patch -"@sunwjy/funnel-client": patch ---- - -Re-export `ConsentState`/`ConsentStatus` types from `@sunwjy/funnel-client`, and sync READMEs with the implementation: document the `sgtm` plugin (plugin table, `setUser` mapping, event mapping section) and list all 21 supported events (`login`, `share`, `view_search_results`, `add_to_wishlist`, `view_cart` were missing). diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index e50d033..94f1b94 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -1,5 +1,14 @@ # @sunwjy/funnel-client +## 0.3.2 + +### Patch Changes + +- [#12](https://github.com/sunwjy/funnel/pull/12) [`8eaecf4`](https://github.com/sunwjy/funnel/commit/8eaecf49441c3d5501e54b551a57c6319efeef8e) Thanks [@sunwjy](https://github.com/sunwjy)! - Re-export `ConsentState`/`ConsentStatus` types from `@sunwjy/funnel-client`, and sync READMEs with the implementation: document the `sgtm` plugin (plugin table, `setUser` mapping, event mapping section) and list all 21 supported events (`login`, `share`, `view_search_results`, `add_to_wishlist`, `view_cart` were missing). + +- Updated dependencies [[`8eaecf4`](https://github.com/sunwjy/funnel/commit/8eaecf49441c3d5501e54b551a57c6319efeef8e)]: + - @sunwjy/funnel-core@0.3.2 + ## 0.3.1 ### Patch Changes diff --git a/packages/client/package.json b/packages/client/package.json index 325f6f4..599089d 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@sunwjy/funnel-client", - "version": "0.3.1", + "version": "0.3.2", "description": "Client-side analytics plugins for @sunwjy/funnel-core (GA4, GTM, Meta Pixel, Meta CAPI, Google Ads, TikTok, Kakao, Naver, X, LinkedIn, Mixpanel, Amplitude, Toss Ads, Reddit, Daangn, Pinterest)", "keywords": [ "analytics", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index b3f575a..7e9a64f 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @sunwjy/funnel-core +## 0.3.2 + +### Patch Changes + +- [#12](https://github.com/sunwjy/funnel/pull/12) [`8eaecf4`](https://github.com/sunwjy/funnel/commit/8eaecf49441c3d5501e54b551a57c6319efeef8e) Thanks [@sunwjy](https://github.com/sunwjy)! - Re-export `ConsentState`/`ConsentStatus` types from `@sunwjy/funnel-client`, and sync READMEs with the implementation: document the `sgtm` plugin (plugin table, `setUser` mapping, event mapping section) and list all 21 supported events (`login`, `share`, `view_search_results`, `add_to_wishlist`, `view_cart` were missing). + ## 0.3.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 108015c..3bb5070 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@sunwjy/funnel-core", - "version": "0.3.1", + "version": "0.3.2", "description": "Core types, plugin interface, and dispatcher for the funnel marketing event tracking library", "keywords": [ "analytics",