From 5043c513a5ce9663781bcd0132f086b726680cf0 Mon Sep 17 00:00:00 2001
From: lharti <7027812+lharti@users.noreply.github.com>
Date: Tue, 12 Nov 2024 17:01:12 +0100
Subject: [PATCH] test(web/doc): update inline snapshot for `DocEditor` and
`DocPage` (#108)
* test(web/doc): update inline snapshot for `DocEditor` and `DocPage`
* chore(release): bump versions
- jsonthing-web@0.5.1
---
apps/jsonthing-web/CHANGELOG.md | 8 ++++++++
apps/jsonthing-web/package.json | 2 +-
.../src/components/DocEditor/DocEditor.spec.tsx | 2 +-
.../src/components/pages/DocPage/DocPage.spec.tsx | 2 +-
4 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/apps/jsonthing-web/CHANGELOG.md b/apps/jsonthing-web/CHANGELOG.md
index 815f351..fc931d0 100644
--- a/apps/jsonthing-web/CHANGELOG.md
+++ b/apps/jsonthing-web/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [0.5.1](https://github.com/lharti/jsonthing/compare/jsonthing-web@0.5.0...jsonthing-web@0.5.1) (2024-11-12)
+
+**Note:** Version bump only for package jsonthing-web
+
+
+
+
+
# [0.5.0](https://github.com/lharti/jsonthing/compare/jsonthing-web@0.4.1...jsonthing-web@0.5.0) (2024-11-12)
diff --git a/apps/jsonthing-web/package.json b/apps/jsonthing-web/package.json
index da5cf26..b5a2ccc 100644
--- a/apps/jsonthing-web/package.json
+++ b/apps/jsonthing-web/package.json
@@ -1,6 +1,6 @@
{
"name": "jsonthing-web",
- "version": "0.5.0",
+ "version": "0.5.1",
"private": true,
"scripts": {
"dev": "next dev --turbo",
diff --git a/apps/jsonthing-web/src/components/DocEditor/DocEditor.spec.tsx b/apps/jsonthing-web/src/components/DocEditor/DocEditor.spec.tsx
index e0fb95e..a802829 100644
--- a/apps/jsonthing-web/src/components/DocEditor/DocEditor.spec.tsx
+++ b/apps/jsonthing-web/src/components/DocEditor/DocEditor.spec.tsx
@@ -100,7 +100,7 @@ describe('