From 443a780e1c86edcd46edb8f9129696585298b09d Mon Sep 17 00:00:00 2001 From: "Randolf J." Date: Tue, 10 Mar 2026 21:36:42 -0700 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 18 +++++++++--------- packages/codegen/CHANGELOG.md | 14 ++++++++++++++ packages/codegen/package.json | 2 +- packages/core/CHANGELOG.md | 13 +++++++++++++ packages/core/package.json | 2 +- packages/plugin-amplitude/CHANGELOG.md | 14 ++++++++++++++ packages/plugin-amplitude/package.json | 2 +- packages/plugin-ga/CHANGELOG.md | 14 ++++++++++++++ packages/plugin-ga/package.json | 2 +- packages/plugin-mixpanel/CHANGELOG.md | 14 ++++++++++++++ packages/plugin-mixpanel/package.json | 2 +- packages/plugin-plausible/CHANGELOG.md | 14 ++++++++++++++ packages/plugin-plausible/package.json | 2 +- packages/plugin-posthog/CHANGELOG.md | 14 ++++++++++++++ packages/plugin-posthog/package.json | 2 +- packages/plugin-vercel/CHANGELOG.md | 14 ++++++++++++++ packages/plugin-vercel/package.json | 2 +- packages/react/CHANGELOG.md | 13 +++++++++++++ packages/react/package.json | 2 +- 19 files changed, 142 insertions(+), 18 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d3b8c5c..fbe6119 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,11 +1,11 @@ { - "packages/core": "0.1.1", - "packages/react": "0.1.1", - "packages/codegen": "0.1.1", - "packages/plugin-ga": "0.1.1", - "packages/plugin-posthog": "0.1.1", - "packages/plugin-mixpanel": "0.1.1", - "packages/plugin-amplitude": "0.1.1", - "packages/plugin-plausible": "0.1.1", - "packages/plugin-vercel": "0.1.1" + "packages/core": "0.1.2", + "packages/react": "0.1.2", + "packages/codegen": "0.1.2", + "packages/plugin-ga": "0.1.2", + "packages/plugin-posthog": "0.1.2", + "packages/plugin-mixpanel": "0.1.2", + "packages/plugin-amplitude": "0.1.2", + "packages/plugin-plausible": "0.1.2", + "packages/plugin-vercel": "0.1.2" } diff --git a/packages/codegen/CHANGELOG.md b/packages/codegen/CHANGELOG.md index c263530..2047e73 100644 --- a/packages/codegen/CHANGELOG.md +++ b/packages/codegen/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.1.2](https://github.com/mathematic-inc/alyt/compare/codegen-v0.1.1...codegen-v0.1.2) (2026-03-11) + + +### Features + +* Add README, usage examples, and schema description support ([686d27e](https://github.com/mathematic-inc/alyt/commit/686d27eb98a789d4117288e756687971fd5c9c16)) +* Initial commit ([890b266](https://github.com/mathematic-inc/alyt/commit/890b26639f1919dbb5a2a91851e76c6608ee751b)) +* Transfer repo to mathematic-inc, adopt Apache-2.0, and improve release pipeline ([#2](https://github.com/mathematic-inc/alyt/issues/2)) ([bd7a8be](https://github.com/mathematic-inc/alyt/commit/bd7a8be4e182d8e6a8296e76d5405c4e9146cb53)) + + +### Bug Fixes + +* Use turbo for build orchestration instead of tsc project references ([6f12295](https://github.com/mathematic-inc/alyt/commit/6f12295b3951818c6a502faf406e72bad9cf33cf)) + ## [0.1.1](https://github.com/mathematic-inc/alyt/compare/codegen-v0.1.0...codegen-v0.1.1) (2026-03-11) diff --git a/packages/codegen/package.json b/packages/codegen/package.json index 566b1a8..a04f521 100644 --- a/packages/codegen/package.json +++ b/packages/codegen/package.json @@ -1,6 +1,6 @@ { "name": "@alyt/codegen", - "version": "0.1.1", + "version": "0.1.2", "description": "YAML-to-TypeScript event codegen CLI for alyt", "keywords": [ "codegen", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index f4b3e7e..b6db00e 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.1.2](https://github.com/mathematic-inc/alyt/compare/v0.1.1...v0.1.2) (2026-03-11) + + +### Features + +* Initial commit ([890b266](https://github.com/mathematic-inc/alyt/commit/890b26639f1919dbb5a2a91851e76c6608ee751b)) +* Transfer repo to mathematic-inc, adopt Apache-2.0, and improve release pipeline ([#2](https://github.com/mathematic-inc/alyt/issues/2)) ([bd7a8be](https://github.com/mathematic-inc/alyt/commit/bd7a8be4e182d8e6a8296e76d5405c4e9146cb53)) + + +### Bug Fixes + +* Use turbo for build orchestration instead of tsc project references ([6f12295](https://github.com/mathematic-inc/alyt/commit/6f12295b3951818c6a502faf406e72bad9cf33cf)) + ## [0.1.1](https://github.com/mathematic-inc/alyt/compare/v0.1.0...v0.1.1) (2026-03-11) diff --git a/packages/core/package.json b/packages/core/package.json index c4d9e56..9ea200d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@alyt/core", - "version": "0.1.1", + "version": "0.1.2", "description": "All-in-one Analytics SDK core client and plugin interface", "keywords": [ "analytics", diff --git a/packages/plugin-amplitude/CHANGELOG.md b/packages/plugin-amplitude/CHANGELOG.md index 750a647..5d5a01b 100644 --- a/packages/plugin-amplitude/CHANGELOG.md +++ b/packages/plugin-amplitude/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.1.2](https://github.com/mathematic-inc/alyt/compare/plugin-amplitude-v0.1.1...plugin-amplitude-v0.1.2) (2026-03-11) + + +### Features + +* Initial commit ([890b266](https://github.com/mathematic-inc/alyt/commit/890b26639f1919dbb5a2a91851e76c6608ee751b)) +* Support passing SDK client instances to plugins ([038c343](https://github.com/mathematic-inc/alyt/commit/038c343431a37bc4318ef665f24a75dfe20c6823)) +* Transfer repo to mathematic-inc, adopt Apache-2.0, and improve release pipeline ([#2](https://github.com/mathematic-inc/alyt/issues/2)) ([bd7a8be](https://github.com/mathematic-inc/alyt/commit/bd7a8be4e182d8e6a8296e76d5405c4e9146cb53)) + + +### Bug Fixes + +* Use turbo for build orchestration instead of tsc project references ([6f12295](https://github.com/mathematic-inc/alyt/commit/6f12295b3951818c6a502faf406e72bad9cf33cf)) + ## [0.1.1](https://github.com/mathematic-inc/alyt/compare/plugin-amplitude-v0.1.0...plugin-amplitude-v0.1.1) (2026-03-11) diff --git a/packages/plugin-amplitude/package.json b/packages/plugin-amplitude/package.json index f23c7f8..8ec6a47 100644 --- a/packages/plugin-amplitude/package.json +++ b/packages/plugin-amplitude/package.json @@ -1,6 +1,6 @@ { "name": "@alyt/plugin-amplitude", - "version": "0.1.1", + "version": "0.1.2", "description": "Amplitude plugin for alyt", "keywords": [ "analytics", diff --git a/packages/plugin-ga/CHANGELOG.md b/packages/plugin-ga/CHANGELOG.md index a79a99c..3593b2c 100644 --- a/packages/plugin-ga/CHANGELOG.md +++ b/packages/plugin-ga/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.1.2](https://github.com/mathematic-inc/alyt/compare/plugin-ga-v0.1.1...plugin-ga-v0.1.2) (2026-03-11) + + +### Features + +* Initial commit ([890b266](https://github.com/mathematic-inc/alyt/commit/890b26639f1919dbb5a2a91851e76c6608ee751b)) +* Support passing SDK client instances to plugins ([038c343](https://github.com/mathematic-inc/alyt/commit/038c343431a37bc4318ef665f24a75dfe20c6823)) +* Transfer repo to mathematic-inc, adopt Apache-2.0, and improve release pipeline ([#2](https://github.com/mathematic-inc/alyt/issues/2)) ([bd7a8be](https://github.com/mathematic-inc/alyt/commit/bd7a8be4e182d8e6a8296e76d5405c4e9146cb53)) + + +### Bug Fixes + +* Use turbo for build orchestration instead of tsc project references ([6f12295](https://github.com/mathematic-inc/alyt/commit/6f12295b3951818c6a502faf406e72bad9cf33cf)) + ## [0.1.1](https://github.com/mathematic-inc/alyt/compare/plugin-ga-v0.1.0...plugin-ga-v0.1.1) (2026-03-11) diff --git a/packages/plugin-ga/package.json b/packages/plugin-ga/package.json index 9c39a89..8c64b82 100644 --- a/packages/plugin-ga/package.json +++ b/packages/plugin-ga/package.json @@ -1,6 +1,6 @@ { "name": "@alyt/plugin-ga", - "version": "0.1.1", + "version": "0.1.2", "description": "Google Analytics (gtag.js) plugin for alyt", "keywords": [ "analytics", diff --git a/packages/plugin-mixpanel/CHANGELOG.md b/packages/plugin-mixpanel/CHANGELOG.md index 3ed57e0..b76590a 100644 --- a/packages/plugin-mixpanel/CHANGELOG.md +++ b/packages/plugin-mixpanel/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.1.2](https://github.com/mathematic-inc/alyt/compare/plugin-mixpanel-v0.1.1...plugin-mixpanel-v0.1.2) (2026-03-11) + + +### Features + +* Initial commit ([890b266](https://github.com/mathematic-inc/alyt/commit/890b26639f1919dbb5a2a91851e76c6608ee751b)) +* Support passing SDK client instances to plugins ([038c343](https://github.com/mathematic-inc/alyt/commit/038c343431a37bc4318ef665f24a75dfe20c6823)) +* Transfer repo to mathematic-inc, adopt Apache-2.0, and improve release pipeline ([#2](https://github.com/mathematic-inc/alyt/issues/2)) ([bd7a8be](https://github.com/mathematic-inc/alyt/commit/bd7a8be4e182d8e6a8296e76d5405c4e9146cb53)) + + +### Bug Fixes + +* Use turbo for build orchestration instead of tsc project references ([6f12295](https://github.com/mathematic-inc/alyt/commit/6f12295b3951818c6a502faf406e72bad9cf33cf)) + ## [0.1.1](https://github.com/mathematic-inc/alyt/compare/plugin-mixpanel-v0.1.0...plugin-mixpanel-v0.1.1) (2026-03-11) diff --git a/packages/plugin-mixpanel/package.json b/packages/plugin-mixpanel/package.json index 4a16c49..7297a56 100644 --- a/packages/plugin-mixpanel/package.json +++ b/packages/plugin-mixpanel/package.json @@ -1,6 +1,6 @@ { "name": "@alyt/plugin-mixpanel", - "version": "0.1.1", + "version": "0.1.2", "description": "Mixpanel plugin for alyt", "keywords": [ "analytics", diff --git a/packages/plugin-plausible/CHANGELOG.md b/packages/plugin-plausible/CHANGELOG.md index f217298..bbd5045 100644 --- a/packages/plugin-plausible/CHANGELOG.md +++ b/packages/plugin-plausible/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.1.2](https://github.com/mathematic-inc/alyt/compare/plugin-plausible-v0.1.1...plugin-plausible-v0.1.2) (2026-03-11) + + +### Features + +* Initial commit ([890b266](https://github.com/mathematic-inc/alyt/commit/890b26639f1919dbb5a2a91851e76c6608ee751b)) +* Support passing SDK client instances to plugins ([038c343](https://github.com/mathematic-inc/alyt/commit/038c343431a37bc4318ef665f24a75dfe20c6823)) +* Transfer repo to mathematic-inc, adopt Apache-2.0, and improve release pipeline ([#2](https://github.com/mathematic-inc/alyt/issues/2)) ([bd7a8be](https://github.com/mathematic-inc/alyt/commit/bd7a8be4e182d8e6a8296e76d5405c4e9146cb53)) + + +### Bug Fixes + +* Use turbo for build orchestration instead of tsc project references ([6f12295](https://github.com/mathematic-inc/alyt/commit/6f12295b3951818c6a502faf406e72bad9cf33cf)) + ## [0.1.1](https://github.com/mathematic-inc/alyt/compare/plugin-plausible-v0.1.0...plugin-plausible-v0.1.1) (2026-03-11) diff --git a/packages/plugin-plausible/package.json b/packages/plugin-plausible/package.json index bcdb4b8..9106f07 100644 --- a/packages/plugin-plausible/package.json +++ b/packages/plugin-plausible/package.json @@ -1,6 +1,6 @@ { "name": "@alyt/plugin-plausible", - "version": "0.1.1", + "version": "0.1.2", "description": "Plausible Analytics plugin for alyt", "keywords": [ "analytics", diff --git a/packages/plugin-posthog/CHANGELOG.md b/packages/plugin-posthog/CHANGELOG.md index 6e5af33..c62a248 100644 --- a/packages/plugin-posthog/CHANGELOG.md +++ b/packages/plugin-posthog/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.1.2](https://github.com/mathematic-inc/alyt/compare/plugin-posthog-v0.1.1...plugin-posthog-v0.1.2) (2026-03-11) + + +### Features + +* Initial commit ([890b266](https://github.com/mathematic-inc/alyt/commit/890b26639f1919dbb5a2a91851e76c6608ee751b)) +* Support passing SDK client instances to plugins ([038c343](https://github.com/mathematic-inc/alyt/commit/038c343431a37bc4318ef665f24a75dfe20c6823)) +* Transfer repo to mathematic-inc, adopt Apache-2.0, and improve release pipeline ([#2](https://github.com/mathematic-inc/alyt/issues/2)) ([bd7a8be](https://github.com/mathematic-inc/alyt/commit/bd7a8be4e182d8e6a8296e76d5405c4e9146cb53)) + + +### Bug Fixes + +* Use turbo for build orchestration instead of tsc project references ([6f12295](https://github.com/mathematic-inc/alyt/commit/6f12295b3951818c6a502faf406e72bad9cf33cf)) + ## [0.1.1](https://github.com/mathematic-inc/alyt/compare/plugin-posthog-v0.1.0...plugin-posthog-v0.1.1) (2026-03-11) diff --git a/packages/plugin-posthog/package.json b/packages/plugin-posthog/package.json index 073c6d8..7c4e3c5 100644 --- a/packages/plugin-posthog/package.json +++ b/packages/plugin-posthog/package.json @@ -1,6 +1,6 @@ { "name": "@alyt/plugin-posthog", - "version": "0.1.1", + "version": "0.1.2", "description": "PostHog plugin for alyt", "keywords": [ "analytics", diff --git a/packages/plugin-vercel/CHANGELOG.md b/packages/plugin-vercel/CHANGELOG.md index a9d87fb..cdb09f0 100644 --- a/packages/plugin-vercel/CHANGELOG.md +++ b/packages/plugin-vercel/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.1.2](https://github.com/mathematic-inc/alyt/compare/plugin-vercel-v0.1.1...plugin-vercel-v0.1.2) (2026-03-11) + + +### Features + +* Initial commit ([890b266](https://github.com/mathematic-inc/alyt/commit/890b26639f1919dbb5a2a91851e76c6608ee751b)) +* Support passing SDK client instances to plugins ([038c343](https://github.com/mathematic-inc/alyt/commit/038c343431a37bc4318ef665f24a75dfe20c6823)) +* Transfer repo to mathematic-inc, adopt Apache-2.0, and improve release pipeline ([#2](https://github.com/mathematic-inc/alyt/issues/2)) ([bd7a8be](https://github.com/mathematic-inc/alyt/commit/bd7a8be4e182d8e6a8296e76d5405c4e9146cb53)) + + +### Bug Fixes + +* Use turbo for build orchestration instead of tsc project references ([6f12295](https://github.com/mathematic-inc/alyt/commit/6f12295b3951818c6a502faf406e72bad9cf33cf)) + ## [0.1.1](https://github.com/mathematic-inc/alyt/compare/plugin-vercel-v0.1.0...plugin-vercel-v0.1.1) (2026-03-11) diff --git a/packages/plugin-vercel/package.json b/packages/plugin-vercel/package.json index 42861a7..34a9320 100644 --- a/packages/plugin-vercel/package.json +++ b/packages/plugin-vercel/package.json @@ -1,6 +1,6 @@ { "name": "@alyt/plugin-vercel", - "version": "0.1.1", + "version": "0.1.2", "description": "Vercel Analytics plugin for alyt", "keywords": [ "analytics", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 9fa2339..134a9d7 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.1.2](https://github.com/mathematic-inc/alyt/compare/react-v0.1.1...react-v0.1.2) (2026-03-11) + + +### Features + +* Initial commit ([890b266](https://github.com/mathematic-inc/alyt/commit/890b26639f1919dbb5a2a91851e76c6608ee751b)) +* Transfer repo to mathematic-inc, adopt Apache-2.0, and improve release pipeline ([#2](https://github.com/mathematic-inc/alyt/issues/2)) ([bd7a8be](https://github.com/mathematic-inc/alyt/commit/bd7a8be4e182d8e6a8296e76d5405c4e9146cb53)) + + +### Bug Fixes + +* Use turbo for build orchestration instead of tsc project references ([6f12295](https://github.com/mathematic-inc/alyt/commit/6f12295b3951818c6a502faf406e72bad9cf33cf)) + ## [0.1.1](https://github.com/mathematic-inc/alyt/compare/react-v0.1.0...react-v0.1.1) (2026-03-11) diff --git a/packages/react/package.json b/packages/react/package.json index 80b8629..54b83d9 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@alyt/react", - "version": "0.1.1", + "version": "0.1.2", "description": "React bindings for alyt — AnalyticsProvider and useAnalytics hook", "keywords": [ "analytics",