Skip to content
This repository was archived by the owner on May 10, 2023. It is now read-only.

Commit b64bc06

Browse files
committed
v2.7.5
1 parent e9cab81 commit b64bc06

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"packages": [
66
"packages/*"
77
],
8-
"version": "2.7.4"
8+
"version": "2.7.5"
99
}

packages/bumbag-native-haptic/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bumbag-native/haptic",
3-
"version": "2.7.4",
3+
"version": "2.7.5",
44
"description": "An accessible, composable, and friendly React UI Kit",
55
"main": "lib/index.js",
66
"module": "es/index.js",

website/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "website",
3-
"version": "2.7.4",
3+
"version": "2.7.5",
44
"private": true,
55
"scripts": {
66
"dev": "yarn generate-mdx-manifest && next dev",
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@babel/standalone": "7.15.3",
19-
"@bumbag-native/haptic": "^2.7.4",
19+
"@bumbag-native/haptic": "^2.7.5",
2020
"@bumbag-native/picker": "2.4.1",
2121
"@fortawesome/free-brands-svg-icons": "5.15.2",
2222
"@fortawesome/free-solid-svg-icons": "5.15.2",

0 commit comments

Comments
 (0)