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

Commit

Permalink
v2.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Sep 20, 2021
1 parent f91986a commit 6a483b3
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -5,5 +5,5 @@
"packages": [
"packages/*"
],
"version": "2.6.5"
"version": "2.6.6"
}
4 changes: 2 additions & 2 deletions packages/bumbag-addon-highlighted-code/package.json
@@ -1,6 +1,6 @@
{
"name": "bumbag-addon-highlighted-code",
"version": "2.6.5",
"version": "2.6.6",
"description": "An accessible, composable, and friendly React UI Kit",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@testing-library/react": "8.0.7",
"@testing-library/react-hooks": "1.1.0",
"bumbag": "^2.6.5",
"bumbag": "^2.6.6",
"react-test-renderer": "16.8.6"
},
"author": "Jake Moxey",
Expand Down
4 changes: 2 additions & 2 deletions packages/bumbag-addon-markdown/package.json
@@ -1,6 +1,6 @@
{
"name": "bumbag-addon-markdown",
"version": "2.6.5",
"version": "2.6.6",
"description": "An accessible, composable, and friendly React UI Kit",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@testing-library/react": "8.0.7",
"@testing-library/react-hooks": "1.1.0",
"bumbag": "^2.6.5",
"bumbag": "^2.6.6",
"react-test-renderer": "16.8.6"
},
"author": "Jake Moxey",
Expand Down
6 changes: 3 additions & 3 deletions packages/bumbag-native-bottom-sheet/package.json
@@ -1,6 +1,6 @@
{
"name": "@bumbag-native/bottom-sheet",
"version": "2.6.5",
"version": "2.6.6",
"description": "An accessible, composable, and friendly React UI Kit",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -33,8 +33,8 @@
"@gorhom/bottom-sheet": "3.6.6",
"@testing-library/react": "8.0.7",
"@testing-library/react-hooks": "1.1.0",
"bumbag": "^2.6.5",
"bumbag-native": "^2.6.5",
"bumbag": "^2.6.6",
"bumbag-native": "^2.6.6",
"react-test-renderer": "16.8.6"
},
"author": "Jake Moxey",
Expand Down
6 changes: 3 additions & 3 deletions packages/bumbag-native-picker/package.json
@@ -1,6 +1,6 @@
{
"name": "@bumbag-native/picker",
"version": "2.6.5",
"version": "2.6.6",
"description": "An accessible, composable, and friendly React UI Kit",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -33,8 +33,8 @@
"@react-native-picker/picker": "^1.16.1",
"@testing-library/react": "8.0.7",
"@testing-library/react-hooks": "1.1.0",
"bumbag": "^2.6.5",
"bumbag-native": "^2.6.5",
"bumbag": "^2.6.6",
"bumbag-native": "^2.6.6",
"react-test-renderer": "16.8.6"
},
"author": "Jake Moxey",
Expand Down
6 changes: 3 additions & 3 deletions packages/bumbag-native-toast/package.json
@@ -1,6 +1,6 @@
{
"name": "@bumbag-native/toast",
"version": "2.6.5",
"version": "2.6.6",
"description": "An accessible, composable, and friendly React UI Kit",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -30,8 +30,8 @@
"react-native-reanimated": "^2.0.0"
},
"devDependencies": {
"bumbag": "^2.6.5",
"bumbag-native": "^2.6.5",
"bumbag": "^2.6.6",
"bumbag-native": "^2.6.6",
"react-native-reanimated": "^2.2.0"
},
"author": "Jake Moxey",
Expand Down
4 changes: 2 additions & 2 deletions packages/bumbag-native/package.json
@@ -1,6 +1,6 @@
{
"name": "bumbag-native",
"version": "2.6.5",
"version": "2.6.6",
"description": "An accessible, composable, and friendly React UI Kit",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@testing-library/react": "8.0.7",
"@testing-library/react-hooks": "1.1.0",
"@testing-library/react-native": "^7.1.0",
"bumbag": "^2.6.5",
"bumbag": "^2.6.6",
"react-native": "0.65.1",
"react-native-svg": "12.1.0",
"react-native-web": "0.17.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/bumbag-theme-medipass/package.json
@@ -1,6 +1,6 @@
{
"name": "bumbag-theme-medipass",
"version": "2.6.5",
"version": "2.6.6",
"main": "lib/index.js",
"module": "es/index.js",
"types": "ts/index.d.ts",
Expand All @@ -23,7 +23,7 @@
"react-dom": "^16.8.0 || ^17.0.0"
},
"devDependencies": {
"bumbag": "^2.6.5"
"bumbag": "^2.6.6"
},
"author": "Jake Moxey",
"homepage": "https://bumbag.style",
Expand Down
2 changes: 1 addition & 1 deletion packages/bumbag/package.json
@@ -1,6 +1,6 @@
{
"name": "bumbag",
"version": "2.6.5",
"version": "2.6.6",
"description": "An accessible, composable, and friendly React UI Kit",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
12 changes: 6 additions & 6 deletions website/package.json
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "2.6.5",
"version": "2.6.6",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -22,12 +22,12 @@
"babel-plugin-module-resolver": "4.1.0",
"babel-plugin-react-native-web": "0.17.1",
"base64-url": "2.3.3",
"bumbag": "^2.6.5",
"bumbag-addon-highlighted-code": "^2.6.5",
"bumbag-addon-markdown": "^2.6.5",
"bumbag-native": "^2.6.5",
"bumbag": "^2.6.6",
"bumbag-addon-highlighted-code": "^2.6.6",
"bumbag-addon-markdown": "^2.6.6",
"bumbag-native": "^2.6.6",
"bumbag-server": "^2.6.5",
"bumbag-theme-medipass": "^2.6.5",
"bumbag-theme-medipass": "^2.6.6",
"gray-matter": "4.0.3",
"next": "11.1.0",
"next-compose-plugins": "2.2.1",
Expand Down

1 comment on commit 6a483b3

@vercel
Copy link

@vercel vercel bot commented on 6a483b3 Sep 20, 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.