Skip to content

Commit 15d3708

Browse files
committed
Updated build: uswds-viewer@5.11.0-rc.34
1 parent 29c1032 commit 15d3708

File tree

6 files changed

+18
-13
lines changed

6 files changed

+18
-13
lines changed

Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 5.11.0-rc.34
8+
### Changed
9+
- Updated @formio/premium@3.0.7
10+
- Updated @formio/uswds@2.6.1
11+
712
## 5.11.0-rc.33
813
### Changed
914
- FIO-10526: udate viewer path in Dockerfile

dist/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/lib/formiojs/formio.form.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lib/formiojs/formio.form.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "uswds-viewer",
3-
"version": "5.11.0-rc.33",
3+
"version": "5.11.0-rc.34",
44
"description": "A Form.io form viewer application for US Web Design Standards",
55
"main": "index.js",
66
"scripts": {
@@ -21,8 +21,8 @@
2121
"homepage": "https://github.com/formio/formio-viewer#readme",
2222
"dependencies": {
2323
"@formio/js": "^5.2.1-rc.12",
24-
"@formio/premium": "github:formio/premium#v3.0.7-rc.3",
25-
"@formio/uswds": "2.6.0",
24+
"@formio/premium": "github:formio/premium#v3.0.7",
25+
"@formio/uswds": "2.6.1",
2626
"@formio/vpat": "github:formio/vpat#v2.6.0",
2727
"@uswds/uswds": "^3.8.2",
2828
"autocompleter": "^6.1.3",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -912,9 +912,9 @@
912912
uuid "^9.0.0"
913913
vanilla-picker "^2.12.3"
914914

915-
"@formio/premium@github:formio/premium#v3.0.7-rc.3":
916-
version "3.0.7-rc.3"
917-
resolved "git+ssh://git@github.com/formio/premium.git#0aedfbcdaaf858b73f60432d108b1144796e03b0"
915+
"@formio/premium@github:formio/premium#v3.0.7":
916+
version "3.0.7"
917+
resolved "git+ssh://git@github.com/formio/premium.git#628220acac02c54b58d0d2845a98aaead0e1fb61"
918918
dependencies:
919919
"@juggle/resize-observer" "^3.4.0"
920920
"@zxing/library" "^0.21.2"
@@ -930,10 +930,10 @@
930930
resolved "https://registry.yarnpkg.com/@formio/text-mask-addons/-/text-mask-addons-3.8.0-formio.4.tgz#f3ce4bf978c6c5e8f671641d96f6fd116f7c92a3"
931931
integrity sha512-vhkeIyuL+1rtC9S4IW8O3JCwroPtvJrkrcMO4wyELNqMIgQRKbiyBAitZfUP4tY04xdB5lxAinbzdwb+NMdX6w==
932932

933-
"@formio/uswds@2.6.0":
934-
version "2.6.0"
935-
resolved "https://registry.yarnpkg.com/@formio/uswds/-/uswds-2.6.0.tgz#674aa821489040d9237f72bf89291756b1473524"
936-
integrity sha512-tB6BXZkyYiN5ZzeDZXnnOAS2Yr4itaXgl1LBBY7JwMIPRICHxtjLty8aGDldt2pO789GGOwdPT1aojJsQqeiYw==
933+
"@formio/uswds@2.6.1":
934+
version "2.6.1"
935+
resolved "https://registry.yarnpkg.com/@formio/uswds/-/uswds-2.6.1.tgz#aede06f5547c81bb523d876bf1542969d2a237d0"
936+
integrity sha512-lBd5siMq5FzaDHKpdHqCZkN9Wx4s8gCos0fZ6IoI9TJX/dNJB5e+1b5iG+9QnsGi4iKAQurOxSmN5vKPX1W6yg==
937937

938938
"@formio/vanilla-text-mask@^5.1.1-formio.1":
939939
version "5.1.1-formio.1"

0 commit comments

Comments
 (0)