From 6b0f20237422ea2c245789f43fabffd076a66a78 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 18:34:41 +0000 Subject: [PATCH] Version Packages --- .changeset/wild-pumas-shave.md | 16 ---------------- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 3 files changed, 18 insertions(+), 17 deletions(-) delete mode 100644 .changeset/wild-pumas-shave.md diff --git a/.changeset/wild-pumas-shave.md b/.changeset/wild-pumas-shave.md deleted file mode 100644 index e0ef93b..0000000 --- a/.changeset/wild-pumas-shave.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -'@stackmade/gtm-as-code': minor ---- - -Milestone 0.3: adopt an existing setup. - -- `gtm-code pull` reverse-generates YAML from a live GTM container/GA4 property, with - `--resource :` for a single resource and `--from-export ` to read a GTM UI - container export instead of calling the API. -- `gtm-code adopt :` stamps ownership on a resource already pulled into the config, so - `plan`/`apply` recognize it as managed. -- `gtm-code diff ` compares two config files offline, no network calls. -- `gtm-code drift` checks whether live state has diverged from config, exit 1 if it has — meant - for a scheduled CI job. -- `googleTag` tags now map `configParameters` and `trigger` correctly, so GA4 configuration tags - round-trip through `pull`/`apply` without dropping their config parameters or firing trigger. diff --git a/CHANGELOG.md b/CHANGELOG.md index 521a12e..624b1fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # @stackmade/gtm-as-code +## 0.3.0 + +### Minor Changes + +- 6500c54: Milestone 0.3: adopt an existing setup. + + - `gtm-code pull` reverse-generates YAML from a live GTM container/GA4 property, with + `--resource :` for a single resource and `--from-export ` to read a GTM UI + container export instead of calling the API. + - `gtm-code adopt :` stamps ownership on a resource already pulled into the config, so + `plan`/`apply` recognize it as managed. + - `gtm-code diff ` compares two config files offline, no network calls. + - `gtm-code drift` checks whether live state has diverged from config, exit 1 if it has — meant + for a scheduled CI job. + - `googleTag` tags now map `configParameters` and `trigger` correctly, so GA4 configuration tags + round-trip through `pull`/`apply` without dropping their config parameters or firing trigger. + ## 0.2.0 ### Minor Changes diff --git a/package.json b/package.json index e16f8c0..9da72a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stackmade/gtm-as-code", - "version": "0.2.0", + "version": "0.3.0", "description": "GTM & GA4 as code — define Google Tag Manager and Analytics 4 config in YAML, plan/apply like Terraform.", "license": "MIT", "type": "module",