Skip to content

Commit

Permalink
bugfix/fix for \qs* end tag (#187)
Browse files Browse the repository at this point in the history
* v5.5.13-beta.2

* update yarn.lock

* bump version

---------

Co-authored-by: PhotoNomad0 <[email protected]>
  • Loading branch information
PhotoNomad0 and PhotoNomad0 authored Aug 20, 2024
1 parent 400a39f commit b4ae49f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "scripture-resources-rcl",
"description": "A React Component Library for Rendering Scripture Resources.",
"version": "5.5.12",
"version": "5.5.13",
"homepage": "https://scripture-resources-rcl.netlify.com/",
"repository": {
"type": "git",
Expand Down Expand Up @@ -47,7 +47,7 @@
"string-punctuation-tokenizer": "^2.2.0",
"tc-ui-toolkit": "^5.3.3",
"use-deep-compare-effect": "^1.3.1",
"usfm-js": "^3.4.2",
"usfm-js": "^3.4.3",
"uw-quote-helpers": "1.1.4",
"word-aligner": "^1.0.0",
"xregexp": "^4.1.1"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16694,10 +16694,10 @@ use@^3.1.0:
resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f"
integrity sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==

usfm-js@^3.4.2:
version "3.4.2"
resolved "https://registry.yarnpkg.com/usfm-js/-/usfm-js-3.4.2.tgz#a4232cffe38c9f521246b007a4045648cbcf419a"
integrity sha512-i5nGxGwFhkOWd7xgfVWQ6GTkCpksfy5AUIwNJcwanTn3ua5J1nwl3pjApCDA6x1B++8ICkcQMUt0FB/bkKdE2g==
usfm-js@^3.4.3:
version "3.4.3"
resolved "https://registry.yarnpkg.com/usfm-js/-/usfm-js-3.4.3.tgz#dffa5a00cdbf7c02df89f6e876136df6aa532361"
integrity sha512-c5d2dzmSnEfFSPfMXnnycIPwdw8ryBsb2r2CUEwiXpsUMm+gDmhFz5GGOufYP5rGGVwAssHdSM8oOkcaHz+Hwg==
dependencies:
lodash.clonedeep "^4.5.0"

Expand Down

0 comments on commit b4ae49f

Please sign in to comment.