Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
14 changes: 14 additions & 0 deletions packages/codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/codegen/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
13 changes: 13 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
14 changes: 14 additions & 0 deletions packages/plugin-amplitude/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-amplitude/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alyt/plugin-amplitude",
"version": "0.1.1",
"version": "0.1.2",
"description": "Amplitude plugin for alyt",
"keywords": [
"analytics",
Expand Down
14 changes: 14 additions & 0 deletions packages/plugin-ga/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-ga/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
14 changes: 14 additions & 0 deletions packages/plugin-mixpanel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-mixpanel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alyt/plugin-mixpanel",
"version": "0.1.1",
"version": "0.1.2",
"description": "Mixpanel plugin for alyt",
"keywords": [
"analytics",
Expand Down
14 changes: 14 additions & 0 deletions packages/plugin-plausible/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-plausible/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alyt/plugin-plausible",
"version": "0.1.1",
"version": "0.1.2",
"description": "Plausible Analytics plugin for alyt",
"keywords": [
"analytics",
Expand Down
14 changes: 14 additions & 0 deletions packages/plugin-posthog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-posthog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alyt/plugin-posthog",
"version": "0.1.1",
"version": "0.1.2",
"description": "PostHog plugin for alyt",
"keywords": [
"analytics",
Expand Down
14 changes: 14 additions & 0 deletions packages/plugin-vercel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vercel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alyt/plugin-vercel",
"version": "0.1.1",
"version": "0.1.2",
"description": "Vercel Analytics plugin for alyt",
"keywords": [
"analytics",
Expand Down
13 changes: 13 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading