From 8e32a45637b564f2b03cd4114bc1124e147b03d4 Mon Sep 17 00:00:00 2001
From: lharti <7027812+lharti@users.noreply.github.com>
Date: Wed, 13 Nov 2024 11:55:05 +0100
Subject: [PATCH] fix(web/doc): save button broken state after lint error
(#110)
* fix(web/doc): save button broken state after lint error
* chore(release): bump versions
- jsonthing-web@0.5.3
---
apps/jsonthing-web/CHANGELOG.md | 11 +++++
apps/jsonthing-web/package.json | 2 +-
.../components/DocEditor/DocEditor.spec.tsx | 19 ++++++--
.../src/components/DocEditor/DocEditor.tsx | 30 ++++++------
.../DocEditorActionBar.spec.tsx | 30 +++++++++++-
.../DocEditorActionBar/DocEditorActionBar.tsx | 14 +++++-
.../DocEditorActionBar.spec.tsx.snap | 46 +++++++++++++++++--
.../DocEditorActionBar/constants.ts | 6 ++-
8 files changed, 127 insertions(+), 31 deletions(-)
diff --git a/apps/jsonthing-web/CHANGELOG.md b/apps/jsonthing-web/CHANGELOG.md
index 34fb7d8..47712b5 100644
--- a/apps/jsonthing-web/CHANGELOG.md
+++ b/apps/jsonthing-web/CHANGELOG.md
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [0.5.3](https://github.com/lharti/jsonthing/compare/jsonthing-web@0.5.2...jsonthing-web@0.5.3) (2024-11-13)
+
+
+### Bug Fixes
+
+* **web/doc:** save button broken state after lint error ([6f30184](https://github.com/lharti/jsonthing/commit/6f301843b8d475f1604b8adb6c5e40dcbf24a4e2))
+
+
+
+
+
## [0.5.2](https://github.com/lharti/jsonthing/compare/jsonthing-web@0.5.1...jsonthing-web@0.5.2) (2024-11-12)
diff --git a/apps/jsonthing-web/package.json b/apps/jsonthing-web/package.json
index 52342ee..b5b1841 100644
--- a/apps/jsonthing-web/package.json
+++ b/apps/jsonthing-web/package.json
@@ -1,6 +1,6 @@
{
"name": "jsonthing-web",
- "version": "0.5.2",
+ "version": "0.5.3",
"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 a802829..8b10123 100644
--- a/apps/jsonthing-web/src/components/DocEditor/DocEditor.spec.tsx
+++ b/apps/jsonthing-web/src/components/DocEditor/DocEditor.spec.tsx
@@ -99,12 +99,20 @@ describe('
- Expected property name or '}' in JSON at position 1 (line 1 column 2) -