From 967b925b4f3d00e747ef61e76467c3b19e7f3e66 Mon Sep 17 00:00:00 2001 From: "Randolf J." Date: Tue, 10 Mar 2026 21:18:39 -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 3362c74..d3b8c5c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,11 +1,11 @@ { - "packages/core": "0.1.0", - "packages/react": "0.1.0", - "packages/codegen": "0.1.0", - "packages/plugin-ga": "0.1.0", - "packages/plugin-posthog": "0.1.0", - "packages/plugin-mixpanel": "0.1.0", - "packages/plugin-amplitude": "0.1.0", - "packages/plugin-plausible": "0.1.0", - "packages/plugin-vercel": "0.1.0" + "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" } diff --git a/packages/codegen/CHANGELOG.md b/packages/codegen/CHANGELOG.md index a304a30..c263530 100644 --- a/packages/codegen/CHANGELOG.md +++ b/packages/codegen/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.1.1](https://github.com/mathematic-inc/alyt/compare/codegen-v0.1.0...codegen-v0.1.1) (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.0 (2026-02-28) ### Features diff --git a/packages/codegen/package.json b/packages/codegen/package.json index dbaca62..566b1a8 100644 --- a/packages/codegen/package.json +++ b/packages/codegen/package.json @@ -1,6 +1,6 @@ { "name": "@alyt/codegen", - "version": "0.1.0", + "version": "0.1.1", "description": "YAML-to-TypeScript event codegen CLI for alyt", "keywords": [ "codegen", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index cec32cc..f4b3e7e 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.1.1](https://github.com/mathematic-inc/alyt/compare/v0.1.0...v0.1.1) (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.0 (2026-02-28) ### Features diff --git a/packages/core/package.json b/packages/core/package.json index 8fd38c4..c4d9e56 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@alyt/core", - "version": "0.1.0", + "version": "0.1.1", "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 8fa8f6a..750a647 100644 --- a/packages/plugin-amplitude/CHANGELOG.md +++ b/packages/plugin-amplitude/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.1.1](https://github.com/mathematic-inc/alyt/compare/plugin-amplitude-v0.1.0...plugin-amplitude-v0.1.1) (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.0 (2026-02-28) ### Features diff --git a/packages/plugin-amplitude/package.json b/packages/plugin-amplitude/package.json index a237803..f23c7f8 100644 --- a/packages/plugin-amplitude/package.json +++ b/packages/plugin-amplitude/package.json @@ -1,6 +1,6 @@ { "name": "@alyt/plugin-amplitude", - "version": "0.1.0", + "version": "0.1.1", "description": "Amplitude plugin for alyt", "keywords": [ "analytics", diff --git a/packages/plugin-ga/CHANGELOG.md b/packages/plugin-ga/CHANGELOG.md index 8fa8f6a..a79a99c 100644 --- a/packages/plugin-ga/CHANGELOG.md +++ b/packages/plugin-ga/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.1.1](https://github.com/mathematic-inc/alyt/compare/plugin-ga-v0.1.0...plugin-ga-v0.1.1) (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.0 (2026-02-28) ### Features diff --git a/packages/plugin-ga/package.json b/packages/plugin-ga/package.json index 5c96cee..9c39a89 100644 --- a/packages/plugin-ga/package.json +++ b/packages/plugin-ga/package.json @@ -1,6 +1,6 @@ { "name": "@alyt/plugin-ga", - "version": "0.1.0", + "version": "0.1.1", "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 8fa8f6a..3ed57e0 100644 --- a/packages/plugin-mixpanel/CHANGELOG.md +++ b/packages/plugin-mixpanel/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.1.1](https://github.com/mathematic-inc/alyt/compare/plugin-mixpanel-v0.1.0...plugin-mixpanel-v0.1.1) (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.0 (2026-02-28) ### Features diff --git a/packages/plugin-mixpanel/package.json b/packages/plugin-mixpanel/package.json index 2d852be..4a16c49 100644 --- a/packages/plugin-mixpanel/package.json +++ b/packages/plugin-mixpanel/package.json @@ -1,6 +1,6 @@ { "name": "@alyt/plugin-mixpanel", - "version": "0.1.0", + "version": "0.1.1", "description": "Mixpanel plugin for alyt", "keywords": [ "analytics", diff --git a/packages/plugin-plausible/CHANGELOG.md b/packages/plugin-plausible/CHANGELOG.md index 8fa8f6a..f217298 100644 --- a/packages/plugin-plausible/CHANGELOG.md +++ b/packages/plugin-plausible/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.1.1](https://github.com/mathematic-inc/alyt/compare/plugin-plausible-v0.1.0...plugin-plausible-v0.1.1) (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.0 (2026-02-28) ### Features diff --git a/packages/plugin-plausible/package.json b/packages/plugin-plausible/package.json index 8960412..bcdb4b8 100644 --- a/packages/plugin-plausible/package.json +++ b/packages/plugin-plausible/package.json @@ -1,6 +1,6 @@ { "name": "@alyt/plugin-plausible", - "version": "0.1.0", + "version": "0.1.1", "description": "Plausible Analytics plugin for alyt", "keywords": [ "analytics", diff --git a/packages/plugin-posthog/CHANGELOG.md b/packages/plugin-posthog/CHANGELOG.md index 8fa8f6a..6e5af33 100644 --- a/packages/plugin-posthog/CHANGELOG.md +++ b/packages/plugin-posthog/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.1.1](https://github.com/mathematic-inc/alyt/compare/plugin-posthog-v0.1.0...plugin-posthog-v0.1.1) (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.0 (2026-02-28) ### Features diff --git a/packages/plugin-posthog/package.json b/packages/plugin-posthog/package.json index f132544..073c6d8 100644 --- a/packages/plugin-posthog/package.json +++ b/packages/plugin-posthog/package.json @@ -1,6 +1,6 @@ { "name": "@alyt/plugin-posthog", - "version": "0.1.0", + "version": "0.1.1", "description": "PostHog plugin for alyt", "keywords": [ "analytics", diff --git a/packages/plugin-vercel/CHANGELOG.md b/packages/plugin-vercel/CHANGELOG.md index 8fa8f6a..a9d87fb 100644 --- a/packages/plugin-vercel/CHANGELOG.md +++ b/packages/plugin-vercel/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.1.1](https://github.com/mathematic-inc/alyt/compare/plugin-vercel-v0.1.0...plugin-vercel-v0.1.1) (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.0 (2026-02-28) ### Features diff --git a/packages/plugin-vercel/package.json b/packages/plugin-vercel/package.json index 586db23..42861a7 100644 --- a/packages/plugin-vercel/package.json +++ b/packages/plugin-vercel/package.json @@ -1,6 +1,6 @@ { "name": "@alyt/plugin-vercel", - "version": "0.1.0", + "version": "0.1.1", "description": "Vercel Analytics plugin for alyt", "keywords": [ "analytics", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index c91b7eb..9fa2339 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.1.1](https://github.com/mathematic-inc/alyt/compare/react-v0.1.0...react-v0.1.1) (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.0 (2026-02-28) ### Features diff --git a/packages/react/package.json b/packages/react/package.json index fcde8bd..80b8629 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@alyt/react", - "version": "0.1.0", + "version": "0.1.1", "description": "React bindings for alyt — AnalyticsProvider and useAnalytics hook", "keywords": [ "analytics",