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 23, 2024
1 parent 3885072 commit b0898aa
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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.94
### Changed
- Updated @formio/bootstrap@3.0.0-rc.41
- Updated @formio/core@2.3.0-rc.16

## 5.0.0-rc.93
### Changed
- Updated @formio/bootstrap@3.0.0-rc.40
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.93",
"version": "5.0.0-rc.94",
"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.40",
"@formio/bootstrap": "3.0.0-rc.41",
"@formio/choices.js": "^10.2.1",
"@formio/core": "2.3.0-rc.14",
"@formio/core": "2.3.0-rc.16",
"@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].40":
version "3.0.0-rc.40"
resolved "https://registry.yarnpkg.com/@formio/bootstrap/-/bootstrap-3.0.0-rc.40.tgz#0f7175d2f05cda25ddd5bb90162cd875b34e3259"
integrity sha512-8ggpt4gue8PUjHokM6HVbseqqEz4babtZt2ANa/7nHMJSXOpUQ0s0rDZ2wRi5hGr3BNbuA640UzSO46ahZjRgA==
"@formio/[email protected].41":
version "3.0.0-rc.41"
resolved "https://registry.yarnpkg.com/@formio/bootstrap/-/bootstrap-3.0.0-rc.41.tgz#460b10ab1f4771df379369909840587de4a7438a"
integrity sha512-jGPxTNHZEnt7c9MO7agx/Ni4K4utcTjK6ePlGX8tPlJzOMbzI45JU3SD12f4i1g9oWIyHSMJoP//soCvrkTTOA==

"@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].14":
version "2.3.0-rc.14"
resolved "https://registry.yarnpkg.com/@formio/core/-/core-2.3.0-rc.14.tgz#6a40c7d73fb0da66decccb0997ff23b4da6fbb00"
integrity sha512-rhfFEfIhWFuyM2Nv7RaWK53FJd6wNM+kqU0zeSu83ZZ9AuZO9lmS6cLwWnc0G7ssF1PidRPvFVUrbb5S7NT5Ig==
"@formio/[email protected].16":
version "2.3.0-rc.16"
resolved "https://registry.yarnpkg.com/@formio/core/-/core-2.3.0-rc.16.tgz#1235427027e4aa19482cefca342fd3e6ed7c7744"
integrity sha512-VJRb7TG/5bK45dQ8kAoAA2Jy/ZinU4qfV6+WB3LDxL9xg0hhQoo2i+9Hrum9+pg87IGvnSvquf2/tklpTnQlfg==
dependencies:
"@types/json-logic-js" "^2.0.7"
browser-cookies "^1.2.0"
Expand Down

0 comments on commit b0898aa

Please sign in to comment.