Skip to content

Commit

Permalink
Updated build
Browse files Browse the repository at this point in the history
  • Loading branch information
lane-formio committed Jan 30, 2025
1 parent 050d98d commit cca69f4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 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.1
### Changed
- Official Release
- Updated @formio/bootstrap@3.0.1
- Updated @formio/core@2.3.2

## 5.0.1-rc.4
- FIO-9482 fixed setting Formio version - again

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.1-rc.4",
"version": "5.0.1",
"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.1-rc.1",
"@formio/bootstrap": "3.0.1",
"@formio/choices.js": "^10.2.1",
"@formio/core": "2.3.2-rc.1",
"@formio/core": "2.3.2",
"@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
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]-rc.1":
version "3.0.1-rc.1"
resolved "https://registry.yarnpkg.com/@formio/bootstrap/-/bootstrap-3.0.1-rc.1.tgz#7b39dcf618b10c427c39025db8ee8e5ea981d4ff"
integrity sha512-7+EPxktcOYNAz4in8Hc/J0LyMKSOkJg3v8wK6LCoHxAytAeOLybvQNghH6AZk0zB6AIjC4y1xg5NgFs5S9t/RA==
"@formio/[email protected]":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@formio/bootstrap/-/bootstrap-3.0.1.tgz#57c0fe430441ab69fdcb08c4cbc71fe944c81732"
integrity sha512-TAP9Tf/p5l8w8T2NWIA509H9XkzF2OlX6+VRFFz9L2rbVJsYXKUe+DzlkfjIu+8FuqbzlIXpwdydUWiA1qM5vA==

"@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]-rc.1":
version "2.3.2-rc.1"
resolved "https://registry.yarnpkg.com/@formio/core/-/core-2.3.2-rc.1.tgz#a6d524d85a2fa06b31f7ca0c5f21da6dbabaeaf3"
integrity sha512-xyECSvcxCF9vPrD779vSvxrYQ7zIORLcqd/OLOWJ3FCw8cJ76J6AELrAVYgFmv0I1B7CJ05A7LQNes/Pv3mebw==
"@formio/[email protected]":
version "2.3.2"
resolved "https://registry.yarnpkg.com/@formio/core/-/core-2.3.2.tgz#16ceffbd6c7120e6ed922b08f50d5d659a4b156c"
integrity sha512-tkH9MtDR+nZuTuizy+qlnce03C3hnd4Dm/2eFjY7cEUZdpIIh1QQ9j9s4W47Si/QOMkS7trIVxKUjxuKrt8j6Q==
dependencies:
"@types/json-logic-js" "^2.0.7"
browser-cookies "^1.2.0"
Expand Down

0 comments on commit cca69f4

Please sign in to comment.