Skip to content

Commit

Permalink
Updated build
Browse files Browse the repository at this point in the history
  • Loading branch information
lane-formio committed Jan 6, 2025
1 parent f6b0596 commit a22a519
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 16 deletions.
8 changes: 7 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased: 5.0.1-rc.2]
## 5.0.1-rc.2
### Changed
- Updated @formio/bootstrap@3.0.1-rc.1
- Updated @formio/core@2.3.2-rc.1
- FIO-8575: Added ability to reload google maps library with correct API key
- Fixing the embed code to export the Formio construct.

### Changed
- FIO-9511: fixed day min/max validation message

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formio/js",
"version": "5.0.1-rc.1",
"version": "5.0.1-rc.2",
"description": "JavaScript powered Forms with JSON Form Builder",
"main": "lib/cjs/index.js",
"exports": {
Expand Down Expand Up @@ -79,9 +79,9 @@
},
"homepage": "https://github.com/formio/formio.js#readme",
"dependencies": {
"@formio/bootstrap": "3.0.0",
"@formio/bootstrap": "3.0.1-rc.1",
"@formio/choices.js": "^10.2.1",
"@formio/core": "2.3.0",
"@formio/core": "2.3.2-rc.1",
"@formio/text-mask-addons": "3.8.0-formio.4",
"@formio/vanilla-text-mask": "^5.1.1-formio.1",
"abortcontroller-polyfill": "^1.7.5",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -261,10 +261,10 @@
resolved "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f"
integrity sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==

"@formio/bootstrap@3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@formio/bootstrap/-/bootstrap-3.0.0.tgz#a5b5ba7bbe7f2a7bcf76c826cce7d804889750fa"
integrity sha512-9a2JMY/qU/UUQ3BvlxrZfAjy/v5unwkXXBdy98+MiUbmQVaLi8ITIsA/YeYkRKFQW8V6BSbOoTlJhmVvxdvPnA==
"@formio/bootstrap@3.0.1-rc.1":
version "3.0.1-rc.1"
resolved "https://registry.yarnpkg.com/@formio/bootstrap/-/bootstrap-3.0.1-rc.1.tgz#7b39dcf618b10c427c39025db8ee8e5ea981d4ff"
integrity sha512-7+EPxktcOYNAz4in8Hc/J0LyMKSOkJg3v8wK6LCoHxAytAeOLybvQNghH6AZk0zB6AIjC4y1xg5NgFs5S9t/RA==

"@formio/choices.js@^10.2.1":
version "10.2.1"
Expand All @@ -275,10 +275,10 @@
fuse.js "^6.6.2"
redux "^4.2.0"

"@formio/core@2.3.0":
version "2.3.0"
resolved "https://registry.yarnpkg.com/@formio/core/-/core-2.3.0.tgz#33f58e0ac6da273e096b6b86b0ec68a440d1a9f2"
integrity sha512-jAlNm0vaSZQ9RSxt79PqeHdXYv/1i+zNfasVWbH1xRJSicJK0JcdodrBaDw8kKnEh0UmflW6RyIiaMyDbww4Ug==
"@formio/core@2.3.2-rc.1":
version "2.3.2-rc.1"
resolved "https://registry.yarnpkg.com/@formio/core/-/core-2.3.2-rc.1.tgz#a6d524d85a2fa06b31f7ca0c5f21da6dbabaeaf3"
integrity sha512-xyECSvcxCF9vPrD779vSvxrYQ7zIORLcqd/OLOWJ3FCw8cJ76J6AELrAVYgFmv0I1B7CJ05A7LQNes/Pv3mebw==
dependencies:
"@types/json-logic-js" "^2.0.7"
browser-cookies "^1.2.0"
Expand All @@ -293,10 +293,10 @@
lodash "^4.17.21"
moment "^2.29.4"

"@formio/text-mask-addons@^3.8.0-formio.3":
version "3.8.0-formio.3"
resolved "https://registry.yarnpkg.com/@formio/text-mask-addons/-/text-mask-addons-3.8.0-formio.3.tgz#9da71371a2cb6f781e5e9f90246f25b3d053f75d"
integrity sha512-izNhggJTaCEJNOhtdCkouLxBP3byl+ObsHTdp9RpKwNz0k/ZIy/0xuelk1NY4vAjKojnJPiAjtxn+rrcZnEkpw==
"@formio/text-mask-addons@3.8.0-formio.4":
version "3.8.0-formio.4"
resolved "https://registry.yarnpkg.com/@formio/text-mask-addons/-/text-mask-addons-3.8.0-formio.4.tgz#f3ce4bf978c6c5e8f671641d96f6fd116f7c92a3"
integrity sha512-vhkeIyuL+1rtC9S4IW8O3JCwroPtvJrkrcMO4wyELNqMIgQRKbiyBAitZfUP4tY04xdB5lxAinbzdwb+NMdX6w==

"@formio/vanilla-text-mask@^5.1.1-formio.1":
version "5.1.1-formio.1"
Expand Down

0 comments on commit a22a519

Please sign in to comment.