Skip to content

Commit a90cae4

Browse files
committed
Updated build: @formio/[email protected]
1 parent 8e826d9 commit a90cae4

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 5.2.1-rc.15
8+
### Changed
9+
- Updated @formio/core@2.5.1-rc.9
10+
711
## 5.2.1-rc.14
812
### Changed
913
- FIO-10552: revert change to pagination styling

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@formio/js",
3-
"version": "5.2.1-rc.14",
3+
"version": "5.2.1-rc.15",
44
"description": "JavaScript powered Forms with JSON Form Builder",
55
"main": "lib/cjs/index.js",
66
"exports": {
@@ -80,7 +80,7 @@
8080
"homepage": "https://github.com/formio/formio.js#readme",
8181
"dependencies": {
8282
"@formio/bootstrap": "3.1.2-rc.3",
83-
"@formio/core": "2.5.1-rc.8",
83+
"@formio/core": "2.5.1-rc.9",
8484
"@formio/text-mask-addons": "^3.8.0-formio.4",
8585
"@formio/vanilla-text-mask": "^5.1.1-formio.1",
8686
"abortcontroller-polyfill": "^1.7.5",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -214,10 +214,10 @@
214214
resolved "https://registry.yarnpkg.com/@formio/bootstrap/-/bootstrap-3.1.2-rc.3.tgz#7c961ed0d2802b9114539a09dfc8a744c3445813"
215215
integrity sha512-ArSVnnu1e/wxAYbiGyHNp75lrgWQ2Ra1owN3bb0s2rC0zobNORECBF72p4ruITa0f4cKP/Ci8J09mduLFGdbvw==
216216

217-
"@formio/[email protected].8":
218-
version "2.5.1-rc.8"
219-
resolved "https://registry.yarnpkg.com/@formio/core/-/core-2.5.1-rc.8.tgz#6d9ef1570f09502add875c8b6d569255604893f5"
220-
integrity sha512-jScSRX7/MWJoQ+VxfvEaAIj+SoIJAeWUp+lZ3HREvyTv+Je0241hgO06c+lLuT8yOLpu0E0oyOvqc1mBr5Wpaw==
217+
"@formio/[email protected].9":
218+
version "2.5.1-rc.9"
219+
resolved "https://registry.yarnpkg.com/@formio/core/-/core-2.5.1-rc.9.tgz#96da400a41d2cd7d6c2668a8ec49ab8c8607b270"
220+
integrity sha512-cflRHtZyPdrb38okjTURHfbZZaB7gT1u1KE20P58GeMorFpLkgh3E2eZ6uARnevoskpkSBxH2hKdZyLizSj6Yg==
221221
dependencies:
222222
browser-cookies "^1.2.0"
223223
core-js "^3.39.0"

0 commit comments

Comments
 (0)