Skip to content

Commit 3fa1beb

Browse files
committed
chore: Integrated DataBuddy analytics for tracking
1 parent 96ce4d9 commit 3fa1beb

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## [Unreleased]
44

5+
## [0.11.0] - 2026-01-25
6+
7+
### Added
8+
- DataBuddy analytics integration for tracking and insights
9+
510
## [0.10.2] - 2026-01-25
611

712
### Changed

apps/web/app/layout.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ export default async function RootLayout({
1717
}) {
1818
return (
1919
<html lang="en" className="dark" suppressHydrationWarning>
20+
<head>
21+
<script
22+
src="https://cdn.databuddy.cc/databuddy.js"
23+
data-client-id="0b92343b-a922-4b87-9d46-12b12eafeda5"
24+
crossOrigin="anonymous"
25+
async
26+
/>
27+
</head>
2028
<body className={`${GeistSans.variable} ${GeistMono.variable} flex flex-col min-h-screen`}>
2129
<script
2230
dangerouslySetInnerHTML={{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qa-skills",
3-
"version": "0.10.2",
3+
"version": "0.11.0",
44
"private": true,
55
"scripts": {
66
"dev": "turbo run dev",

0 commit comments

Comments
 (0)