Skip to content

Commit

Permalink
Updated build: @formio/js@5.1.0-rc.15
Browse files Browse the repository at this point in the history
  • Loading branch information
lane-formio committed Feb 10, 2025
1 parent c02a010 commit f0877fb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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.1.0-rc.15
### Changed
- Updated @formio/core@2.4.0-rc.9

## 5.1.0-rc.14
### Changed
- Updated @formio/core@2.4.0-rc.8
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formio/js",
"version": "5.1.0-rc.14",
"version": "5.1.0-rc.15",
"description": "JavaScript powered Forms with JSON Form Builder",
"main": "lib/cjs/index.js",
"exports": {
Expand Down Expand Up @@ -81,7 +81,7 @@
"dependencies": {
"@formio/bootstrap": "3.1.0-rc.1",
"@formio/choices.js": "^10.2.1",
"@formio/core": "2.4.0-rc.8",
"@formio/core": "2.4.0-rc.9",
"@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
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -230,10 +230,10 @@
fuse.js "^6.6.2"
redux "^4.2.0"

"@formio/core@2.4.0-rc.8":
version "2.4.0-rc.8"
resolved "https://registry.yarnpkg.com/@formio/core/-/core-2.4.0-rc.8.tgz#37180bfc577c65820efa0a2ad7179fe529a9e9a9"
integrity sha512-hjVyPCrpni55lU3Y3aH91U8PDfvp63ZGcbv1ZZ67RkKAVWcFsy2UFd93MAR0p7G4gFzIzPsTTJnbgJl41i4emg==
"@formio/core@2.4.0-rc.9":
version "2.4.0-rc.9"
resolved "https://registry.yarnpkg.com/@formio/core/-/core-2.4.0-rc.9.tgz#13b2277f3ff5032b612ffe1b33d6970b07f3b923"
integrity sha512-DUN6jPRIMYGZBn3ssKIWb3OXo3139KsosOPT57Q2bQsiUFOJhL03h3iyx7gFntemjLOvcQqnVykPZTx270IIWw==
dependencies:
browser-cookies "^1.2.0"
core-js "^3.39.0"
Expand Down

0 comments on commit f0877fb

Please sign in to comment.