Skip to content

Commit 7607005

Browse files
Version Packages (#11)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b814b2e commit 7607005

3 files changed

Lines changed: 11 additions & 9 deletions

File tree

.changeset/currency-input-fix.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/medusa-forms/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# @lambdacurry/medusa-forms
2+
3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- 4880202: Fix currency input regex to reject malformed numbers and migrate to storybook/test v9
8+
9+
- Tighten number parsing: strip non-numeric, then clamp to valid format (no more `1.2.3` or `1-2-3`)
10+
- Migrate `@storybook/test@8``storybook/test` (v9), removing compatibility warning

packages/medusa-forms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lambdacurry/medusa-forms",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"main": "./dist/cjs/index.cjs",
55
"module": "./dist/esm/index.js",
66
"types": "./dist/types/index.d.ts",

0 commit comments

Comments
 (0)