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

Commit

Permalink
v2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Aug 27, 2021
1 parent 2e59c87 commit 6e45785
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -5,5 +5,5 @@
"packages": [
"packages/*"
],
"version": "2.6.0"
"version": "2.6.1"
}
2 changes: 1 addition & 1 deletion packages/bumbag-addon-highlighted-code/package.json
@@ -1,6 +1,6 @@
{
"name": "bumbag-addon-highlighted-code",
"version": "2.6.0",
"version": "2.6.1",
"description": "An accessible, composable, and friendly React UI Kit",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/bumbag-addon-markdown/package.json
@@ -1,6 +1,6 @@
{
"name": "bumbag-addon-markdown",
"version": "2.6.0",
"version": "2.6.1",
"description": "An accessible, composable, and friendly React UI Kit",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/bumbag-native-bottom-sheet/package.json
@@ -1,6 +1,6 @@
{
"name": "@bumbag-native/bottom-sheet",
"version": "2.6.0",
"version": "2.6.1",
"description": "An accessible, composable, and friendly React UI Kit",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@testing-library/react": "8.0.7",
"@testing-library/react-hooks": "1.1.0",
"bumbag": "^2.6.0",
"bumbag-native": "^2.6.0",
"bumbag-native": "^2.6.1",
"react-test-renderer": "16.8.6"
},
"author": "Jake Moxey",
Expand Down
4 changes: 2 additions & 2 deletions packages/bumbag-native-picker/package.json
@@ -1,6 +1,6 @@
{
"name": "@bumbag-native/picker",
"version": "2.6.0",
"version": "2.6.1",
"description": "An accessible, composable, and friendly React UI Kit",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@testing-library/react": "8.0.7",
"@testing-library/react-hooks": "1.1.0",
"bumbag": "^2.6.0",
"bumbag-native": "^2.6.0",
"bumbag-native": "^2.6.1",
"react-test-renderer": "16.8.6"
},
"author": "Jake Moxey",
Expand Down
4 changes: 2 additions & 2 deletions packages/bumbag-native-toast/package.json
@@ -1,6 +1,6 @@
{
"name": "@bumbag-native/toast",
"version": "2.6.0",
"version": "2.6.1",
"description": "An accessible, composable, and friendly React UI Kit",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"bumbag": "^2.6.0",
"bumbag-native": "^2.6.0",
"bumbag-native": "^2.6.1",
"react-native-reanimated": "^2.2.0"
},
"author": "Jake Moxey",
Expand Down
2 changes: 1 addition & 1 deletion packages/bumbag-native/package.json
@@ -1,6 +1,6 @@
{
"name": "bumbag-native",
"version": "2.6.0",
"version": "2.6.1",
"description": "An accessible, composable, and friendly React UI Kit",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down

1 comment on commit 6e45785

@vercel
Copy link

@vercel vercel bot commented on 6e45785 Aug 27, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.