Skip to content

Commit

Permalink
test(web/doc): update inline snapshot for DocEditor and DocPage (#…
Browse files Browse the repository at this point in the history
…108)

* test(web/doc): update inline snapshot for `DocEditor` and `DocPage`

* chore(release): bump versions

 - [email protected]
  • Loading branch information
lharti authored Nov 12, 2024
1 parent 55762e7 commit 5043c51
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions apps/jsonthing-web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]@0.5.1) (2024-11-12)

**Note:** Version bump only for package jsonthing-web





# [0.5.0](https://github.com/lharti/jsonthing/compare/[email protected]@0.5.0) (2024-11-12)


Expand Down
2 changes: 1 addition & 1 deletion apps/jsonthing-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsonthing-web",
"version": "0.5.0",
"version": "0.5.1",
"private": true,
"scripts": {
"dev": "next dev --turbo",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ describe('<DocEditor />', () => {
class="mb-2 flex items-end justify-between"
>
<div
class="relative w-full rounded-lg border px-4 py-3 text-sm [&>svg]:absolute [&>svg]:left-4 [&>svg]:top-4 [&>svg+div]:translate-y-[-3px] [&>svg~*]:pl-7 border-red-500/50 text-red-500 [&>svg]:text-red-500 dark:border-red-900/50 dark:dark:border-red-900 dark:text-red-900 dark:[&>svg]:text-red-900 animate-fadeIn"
class="relative w-full rounded-lg border px-4 py-3 text-sm [&>svg]:absolute [&>svg]:left-4 [&>svg]:top-4 [&>svg+div]:translate-y-[-3px] [&>svg~*]:pl-7 border-red-500/50 text-red-500 [&>svg]:text-red-500 dark:border-red-900/50 dark:dark:border-red-900 dark:text-red-900 dark:[&>svg]:text-red-900 animate-fade-in"
role="alert"
>
Expected property name or '}' in JSON at position 1 (line 1 column 2)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ describe('<DocPage />', () => {
<div>
<article
class="
mx-auto max-w-screen-md px-4
mx-auto max-w-screen-md animate-fade-in-quick px-4
md:px-2
"
Expand Down

0 comments on commit 5043c51

Please sign in to comment.