Skip to content

Commit

Permalink
Bump ui library to 0.1.30 (#175)
Browse files Browse the repository at this point in the history
Disable buttons on forms after submitting to prevent duplicated submissions.
  • Loading branch information
FlavioF authored Nov 10, 2023
1 parent c938bfc commit 3139545
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@apollo/client": "^3.7.2",
"@awell_health/ui-library": "0.1.29",
"@awell_health/ui-library": "0.1.30",
"@formsort/react-embed": "^3.1.1",
"@sentry/nextjs": "^7.59.3",
"date-fns": "^2.29.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@
dependencies:
node-fetch "^2.6.1"

"@awell_health/[email protected].29":
version "0.1.29"
resolved "https://registry.yarnpkg.com/@awell_health/ui-library/-/ui-library-0.1.29.tgz#45c0726b2e2a3cb6fb72930b7eb2424e68296478"
integrity sha512-bs/tlliymeHix5RCrQ+/j95Aw0gTV/FGmgnum3p7MEWJZ0TWaUyP9uDkDPM/ikdnk6wzYs/pRltPs1gkalOj3w==
"@awell_health/[email protected].30":
version "0.1.30"
resolved "https://registry.yarnpkg.com/@awell_health/ui-library/-/ui-library-0.1.30.tgz#e93b78278925af1e8bba17e2331dac6a8b8b7cba"
integrity sha512-G4vvjtkkNJLJ68aebLFbc2BYjAJ03duO1Uimg1K7KFwK1oBx4+ZYwAkLkEnftDN0Mf9Ha2dRjarUuNGlZtRmHQ==
dependencies:
"@calcom/embed-react" "^1.0.10"
"@heroicons/react" "^2.0.13"
Expand Down

0 comments on commit 3139545

Please sign in to comment.