Skip to content

Commit

Permalink
Updated build
Browse files Browse the repository at this point in the history
  • Loading branch information
lane-formio committed Jul 30, 2024
1 parent 78fc986 commit ca66c90
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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.69
### Changed
- Updated @formio/core@2.2.0-rc.7
- FIO-8570: fixed decimal symbol property on number component
- FIO-8570: fixed thousandSeparator problem and decimal symbol problem

## 5.0.0-rc.68
### Changed
- Updated @formio/core@2.2.0-rc.6
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.68",
"version": "5.0.0-rc.69",
"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.36",
"@formio/choices.js": "^10.2.1",
"@formio/core": "2.2.0-rc.6",
"@formio/core": "2.2.0-rc.7",
"@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].6":
version "2.2.0-rc.6"
resolved "https://registry.yarnpkg.com/@formio/core/-/core-2.2.0-rc.6.tgz#03f71f82289abc8a9da8c10563f6a007ecba3c86"
integrity sha512-Qn9X/0zB33aV9dnA+92qaOi68rJjKy/PgGjIFBOLyv/ydE4OaOe6ejX0uHubE3SxxW+YeuCOLs1co/hFuCuxgg==
"@formio/[email protected].7":
version "2.2.0-rc.7"
resolved "https://registry.yarnpkg.com/@formio/core/-/core-2.2.0-rc.7.tgz#6eca3704829ddd5c106a97b6509d0157198bc927"
integrity sha512-urs8LUQ28SZnqonQBzWsonkftzTZqky9Hs/WN6JtgdJXxYREblpDgbRpnHvizDDc22A90tuh4ppjwo2iVyKang==
dependencies:
"@types/json-logic-js" "^2.0.7"
browser-cookies "^1.2.0"
Expand Down

0 comments on commit ca66c90

Please sign in to comment.