Skip to content

Commit

Permalink
Updated build
Browse files Browse the repository at this point in the history
  • Loading branch information
lane-formio committed Aug 21, 2024
1 parent 2090483 commit dda27e7
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.0.0-rc.75
### Changed
- Updated @formio/core@2.2.2-rc.3

## 5.0.0-rc.74
### Changed
- Updated @formio/core@2.2.2-rc.2
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.0.0-rc.74",
"version": "5.0.0-rc.75",
"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.0.0-rc.37",
"@formio/choices.js": "^10.2.1",
"@formio/core": "2.2.2-rc.2",
"@formio/core": "2.2.2-rc.3",
"@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
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -275,10 +275,10 @@
fuse.js "^6.6.2"
redux "^4.2.0"

"@formio/[email protected].2":
version "2.2.2-rc.2"
resolved "https://registry.yarnpkg.com/@formio/core/-/core-2.2.2-rc.2.tgz#04307735e9c561c8159834653ce484048cd7b10c"
integrity sha512-LlMQzd2ZAMJ9CWwMDm794oCh+p7YvC6A4s8N44Z8ZwHT+aNup+z/JrgHklQXIQqXVcEVUXOadM1MBcHSb/Dw+w==
"@formio/[email protected].3":
version "2.2.2-rc.3"
resolved "https://registry.yarnpkg.com/@formio/core/-/core-2.2.2-rc.3.tgz#ae35838e0a312f6b540cfa1f88bd5cd0fefd027f"
integrity sha512-WI6jJt+WSvAD/ZzDqVGwzlNex8Li3F9kjUYiVqM2x+HcP4FOpvUAM1GkO0cc9S2W4W9O6cIOi/hydCautDlb5Q==
dependencies:
"@types/json-logic-js" "^2.0.7"
browser-cookies "^1.2.0"
Expand Down

0 comments on commit dda27e7

Please sign in to comment.