diff --git a/lerna.json b/lerna.json index 660887af4..325b12f08 100644 --- a/lerna.json +++ b/lerna.json @@ -5,5 +5,5 @@ "packages": [ "packages/*" ], - "version": "2.7.4" + "version": "2.7.5" } diff --git a/packages/bumbag-native-haptic/package.json b/packages/bumbag-native-haptic/package.json index 0d905f335..970b9b5b3 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.4", + "version": "2.7.5", "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 a067bc541..fd4fdff21 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "2.7.4", + "version": "2.7.5", "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.4", + "@bumbag-native/haptic": "^2.7.5", "@bumbag-native/picker": "2.4.1", "@fortawesome/free-brands-svg-icons": "5.15.2", "@fortawesome/free-solid-svg-icons": "5.15.2",