File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed
Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 = { {
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments