diff --git a/lerna.json b/lerna.json index 58cf75800..23662693f 100644 --- a/lerna.json +++ b/lerna.json @@ -5,5 +5,5 @@ "packages": [ "packages/*" ], - "version": "2.7.2" + "version": "2.7.3" } diff --git a/packages/bumbag-native-haptic/package.json b/packages/bumbag-native-haptic/package.json index 729c886ca..17988263c 100644 --- a/packages/bumbag-native-haptic/package.json +++ b/packages/bumbag-native-haptic/package.json @@ -1,6 +1,6 @@ { "name": "@bumbag-native/haptic", - "version": "2.7.2", + "version": "2.7.3", "description": "An accessible, composable, and friendly React UI Kit", "main": "lib/index.js", "module": "es/index.js", diff --git a/website/package.json b/website/package.json index 883d4fb40..8a3547e4f 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "2.7.1", + "version": "2.7.3", "private": true, "scripts": { "dev": "yarn generate-mdx-manifest && next dev", @@ -16,7 +16,7 @@ }, "dependencies": { "@babel/standalone": "7.15.3", - "@bumbag-native/haptic": "2.7.2", + "@bumbag-native/haptic": "^2.7.3", "@bumbag-native/picker": "2.4.1", "@fortawesome/free-brands-svg-icons": "5.15.2", "@fortawesome/free-solid-svg-icons": "5.15.2",