Skip to content

Commit 76ddae2

Browse files
committed
Merge branch 'master' into LF-3413-cypress-tests
2 parents 258008c + 02fcf8d commit 76ddae2

3 files changed

Lines changed: 22 additions & 17 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22

33
This project follows [Semantic Versioning](http://semver.org/).
44

5-
## [10.3.7] 2025-09-19
5+
## [10.3.8] 2025-09-26
66
### Added
77
- Added Cypress tests for form and item variables.
88

9+
## [10.3.7] 2025-09-25
10+
### Fixed
11+
- Lock in @ctrl/ngx-codemirror version to 7.0.0.
12+
913
## [10.3.6] 2025-08-26
1014
### Fixed
1115
- Fixed a validation issue with the initial value of the answer option.

package-lock.json

Lines changed: 15 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "formbuilder-lhcforms",
3-
"version": "10.3.7",
3+
"version": "10.3.8",
44
"description": "Build LHC-Forms and FHIR Questionnaires",
55
"homepage": "https://github.com/lhncbc/formbuilder-lhcforms",
66
"license": "SEE LICENSE IN LICENSE.md",
@@ -65,7 +65,7 @@
6565
"@fortawesome/free-regular-svg-icons": "^6.7.2",
6666
"@fortawesome/free-solid-svg-icons": "^6.7.2",
6767
"@fullcalendar/core": "^6.1.15",
68-
"@lhncbc/expression-editor": "^3.3.0",
68+
"@lhncbc/expression-editor": "~4.0.0",
6969
"@lhncbc/ngx-schema-form": "2.13.1-forked1",
7070
"@ng-bootstrap/ng-bootstrap": "^18.0.0",
7171
"@types/fhir": "^0.0.36",

0 commit comments

Comments
 (0)