Skip to content

Commit

Permalink
Updated build
Browse files Browse the repository at this point in the history
  • Loading branch information
lane-formio committed Oct 16, 2024
1 parent 6f7040f commit 196acb1
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 11 deletions.
11 changes: 11 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ 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/).

## 5.0.0-rc.92
### Changed
- Updated @formio/bootstrap@3.0.0-rc.39
- Updated @formio/core@2.3.0-rc.13
- FIO-9196: Fixed issue with getting default value instead of requested value in Day component
- FIO-9208: Changing the links to go to help.form.io instead of github page.
- FIO-8510: changes in nested forms trigger modified change in the parent
- FIO-9086: time component default value validation
- FIO-9186: added test for the issue reated to validation inside layout components insode editGrid
- FIO-9184: Fixed edit grid row validation for new row

## 5.0.0-rc.91
### Changed
- Updated @formio/bootstrap@3.0.0-rc.38
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.0-rc.91",
"version": "5.0.0-rc.92",
"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-rc.38",
"@formio/bootstrap": "3.0.0-rc.39",
"@formio/choices.js": "^10.2.1",
"@formio/core": "2.3.0-rc.10",
"@formio/core": "2.3.0-rc.13",
"@formio/text-mask-addons": "^3.8.0-formio.2",
"@formio/vanilla-text-mask": "^5.1.1-formio.1",
"abortcontroller-polyfill": "^1.7.5",
Expand Down
16 changes: 8 additions & 8 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/[email protected].38":
version "3.0.0-rc.38"
resolved "https://registry.yarnpkg.com/@formio/bootstrap/-/bootstrap-3.0.0-rc.38.tgz#4e24b9a363d227c4e4f2854f5dde4f5d8a8c7969"
integrity sha512-M2roct4jGlUfXkbaFfAQxqlSuu87YvCJRITuY/sFT2I8rZ/LOFBK3M/JvSHoIfPdp2d0yHTh/6ysj5EJ6M5K1A==
"@formio/[email protected].39":
version "3.0.0-rc.39"
resolved "https://registry.yarnpkg.com/@formio/bootstrap/-/bootstrap-3.0.0-rc.39.tgz#28fa1c4540ad04709d997025a3957c788a187d6f"
integrity sha512-XcXJ99pVMV9y1sYZDXps852TDNF79EkGc6/tyXA7cy/s85bJ/kDECNBHGqy/+0YA+TbXj/MU8gPAvIpbin9AsA==

"@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/[email protected].10":
version "2.3.0-rc.10"
resolved "https://registry.yarnpkg.com/@formio/core/-/core-2.3.0-rc.10.tgz#c0115e2947e7eda24f7d8df8f55aad6e509455f1"
integrity sha512-u6EQq/6V8jcq2xqnkujL64sVMFvVnFzISb0IjDG6lG24GgXiidlOm9jiu04NA0mTmO5KMRHHkwbo+gqr4ta4Ww==
"@formio/[email protected].13":
version "2.3.0-rc.13"
resolved "https://registry.yarnpkg.com/@formio/core/-/core-2.3.0-rc.13.tgz#c3ea7c8daf864c12d503731db3ba2e54feac193c"
integrity sha512-NOb10QQVL9TeJekRh/0bzJGghj8nY7mszi48ov9H+qAeiXK6UWFEpSrPneu6uN7kx5mLqS5Ho04jrFzaotx1Ow==
dependencies:
"@types/json-logic-js" "^2.0.7"
browser-cookies "^1.2.0"
Expand Down

0 comments on commit 196acb1

Please sign in to comment.