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 8, 2024
1 parent 24cc631 commit 4912e98
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 11 deletions.
8 changes: 8 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ 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.91
### Changed
- Updated @formio/bootstrap@3.0.0-rc.38
- Updated @formio/core@2.3.0-rc.10
- FIO-7195/FIO-8234: Fixes an issue where Select renders value properties instead of labels in DataTable
- FIO-9158: fixed password component error in Edit page
- FIO-9153: fixed an issue where tagpad components skip front-end validation before submission

## 5.0.0-rc.90
### Changed
- Updated @formio/core@2.3.0-rc.9
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.90",
"version": "5.0.0-rc.91",
"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.37",
"@formio/bootstrap": "3.0.0-rc.38",
"@formio/choices.js": "^10.2.1",
"@formio/core": "2.3.0-rc.9",
"@formio/core": "2.3.0-rc.10",
"@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].37":
version "3.0.0-rc.37"
resolved "https://registry.yarnpkg.com/@formio/bootstrap/-/bootstrap-3.0.0-rc.37.tgz#111c8e3ede3a88bddad4452f27677d717d804628"
integrity sha512-ipIjxwc+VRu7sV2M/wYhG0wGetObHaT58LcvetVCVOIDzvUBFZdfMY50tnaZTtTxjAbSHpuPAf7Vr1W+b8Id8g==
"@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/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].9":
version "2.3.0-rc.9"
resolved "https://registry.yarnpkg.com/@formio/core/-/core-2.3.0-rc.9.tgz#4bf7f5ff3565e629f9c96dc1daa594ab3d629d00"
integrity sha512-ITlXXFqc1k4SX1WzBHIAAhXIl9aPYC1lUkGRtIiJ+SoCziMql2wCAqWSyFiKLBMRj7qsbaNP5eqVrB0aYHdErw==
"@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==
dependencies:
"@types/json-logic-js" "^2.0.7"
browser-cookies "^1.2.0"
Expand Down

0 comments on commit 4912e98

Please sign in to comment.