diff --git a/CHANGELOG.md b/CHANGELOG.md index d9e2fe66..7fe09a09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com), and this project adheres to [Semantic Versioning](https://semver.org). +## [7.10.0] - 2024-08-06 +### Added +* *Nothing* + +### Changed +* Update dependencies. + +### Deprecated +* *Nothing* + +### Removed +* Remove Google Analytics. + +### Fixed +* *Nothing* + + ## [7.9.0] - 2024-07-16 ### Added * Add `astro-expressive-code` to improve code blocks and code snippets. diff --git a/package-lock.json b/package-lock.json index 955ae7cf..76f5d2b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,6 @@ "@mdx-js/react": "^3.0.1", "astro": "^4.13.1", "astro-expressive-code": "^0.35.6", - "astro-google-analytics": "^1.0.3", "astro-seo": "^0.8.4", "bootstrap": "^5.3.3", "classnames": "^2.5.1", @@ -5225,11 +5224,6 @@ "astro": "^4.0.0-beta || ^3.3.0" } }, - "node_modules/astro-google-analytics": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/astro-google-analytics/-/astro-google-analytics-1.0.3.tgz", - "integrity": "sha512-5bD7jA15yxVaUFVVEFG6KKMphYJ4AKP4+HSqCVBpTBnqh8LL0giTdAHpG9KJs3JaFbGQUTWP5Pqt8+twz7f55Q==" - }, "node_modules/astro-seo": { "version": "0.8.4", "resolved": "https://registry.npmjs.org/astro-seo/-/astro-seo-0.8.4.tgz", @@ -25434,11 +25428,6 @@ "rehype-expressive-code": "^0.35.6" } }, - "astro-google-analytics": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/astro-google-analytics/-/astro-google-analytics-1.0.3.tgz", - "integrity": "sha512-5bD7jA15yxVaUFVVEFG6KKMphYJ4AKP4+HSqCVBpTBnqh8LL0giTdAHpG9KJs3JaFbGQUTWP5Pqt8+twz7f55Q==" - }, "astro-seo": { "version": "0.8.4", "resolved": "https://registry.npmjs.org/astro-seo/-/astro-seo-0.8.4.tgz", diff --git a/package.json b/package.json index 1d075382..0e9fcc07 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,6 @@ "@mdx-js/react": "^3.0.1", "astro": "^4.13.1", "astro-expressive-code": "^0.35.6", - "astro-google-analytics": "^1.0.3", "astro-seo": "^0.8.4", "bootstrap": "^5.3.3", "classnames": "^2.5.1", diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 7bce1128..78aae1f4 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -1,5 +1,4 @@ --- -import { GoogleAnalytics } from 'astro-google-analytics'; import { SEO } from 'astro-seo'; import { Footer } from '../components/Footer'; import { Header } from '../components/Header'; @@ -95,8 +94,6 @@ const currentPage = Astro.url.pathname; - -