diff --git a/packages/graphics-components/CHANGELOG.md b/packages/graphics-components/CHANGELOG.md
index 4a5fdea..2aa9cd0 100644
--- a/packages/graphics-components/CHANGELOG.md
+++ b/packages/graphics-components/CHANGELOG.md
@@ -1,5 +1,23 @@
# @reuters-graphics/graphics-components
+## 3.3.2
+
+### Patch Changes
+
+- d3c501d: Switch casting as GeoJSON to data property
+
+## 3.3.1
+
+### Patch Changes
+
+- b924478: Updates to blog component styles
+
+## 3.3.0
+
+### Minor Changes
+
+- 8abe183: Adds graphics blog components
+
## 3.2.1
### Patch Changes
diff --git a/packages/graphics-components/package.json b/packages/graphics-components/package.json
index 78e1d85..1cecd04 100644
--- a/packages/graphics-components/package.json
+++ b/packages/graphics-components/package.json
@@ -1,6 +1,6 @@
{
"name": "@reuters-graphics/graphics-components",
- "version": "3.2.1",
+ "version": "3.3.2",
"type": "module",
"private": false,
"homepage": "https://reuters-graphics.github.io/graphics-components",
diff --git a/packages/graphics-components/src/components/BlogPost/BlogPost.mdx b/packages/graphics-components/src/components/BlogPost/BlogPost.mdx
new file mode 100644
index 0000000..d0a8d1b
--- /dev/null
+++ b/packages/graphics-components/src/components/BlogPost/BlogPost.mdx
@@ -0,0 +1,31 @@
+import { Meta, Canvas } from '@storybook/blocks';
+
+import * as BlogPostStories from './BlogPost.stories.svelte';
+
+
+
+# BlogPost
+
+The `BlogPost` component renders a single entry in a graphics blog page, including a headline, dateline, authors and a divider. Body content is passed as children.
+
+```svelte
+
+
+
+ {name} +
++ {time} +
+