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

Commit

Permalink
v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Aug 23, 2021
1 parent 211b6e3 commit 2c77e2f
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -5,5 +5,5 @@
"packages": [
"packages/*"
],
"version": "2.5.0-next.6"
"version": "2.5.0"
}
4 changes: 2 additions & 2 deletions packages/bumbag-addon-highlighted-code/package.json
@@ -1,6 +1,6 @@
{
"name": "bumbag-addon-highlighted-code",
"version": "2.5.0-next.6",
"version": "2.5.0",
"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.5.0-next.6",
"bumbag": "^2.5.0",
"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.5.0-next.6",
"version": "2.5.0",
"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.5.0-next.6",
"bumbag": "^2.5.0",
"react-test-renderer": "16.8.6"
},
"author": "Jake Moxey",
Expand Down
2 changes: 1 addition & 1 deletion packages/bumbag-native-bottom-sheet/package.json
@@ -1,6 +1,6 @@
{
"name": "@bumbag-native/bottom-sheet",
"version": "2.5.0-next.6",
"version": "2.5.0",
"description": "An accessible, composable, and friendly React UI Kit",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/bumbag-native-picker/package.json
@@ -1,6 +1,6 @@
{
"name": "@bumbag-native/picker",
"version": "2.5.0-next.6",
"version": "2.5.0",
"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.5.0-next.6",
"bumbag-native": "^2.5.0-next.6",
"bumbag": "^2.5.0",
"bumbag-native": "^2.5.0",
"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.5.0-next.6",
"version": "2.5.0",
"description": "An accessible, composable, and friendly React UI Kit",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -26,8 +26,8 @@
"react-native-reanimated": "^2.0.0"
},
"devDependencies": {
"bumbag": "^2.5.0-next.6",
"bumbag-native": "^2.5.0-next.6",
"bumbag": "^2.5.0",
"bumbag-native": "^2.5.0",
"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.5.0-next.6",
"version": "2.5.0",
"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.5.0-next.6",
"bumbag": "^2.5.0",
"react-test-renderer": "16.8.6"
},
"author": "Jake Moxey",
Expand Down
2 changes: 1 addition & 1 deletion packages/bumbag-server/package.json
@@ -1,6 +1,6 @@
{
"name": "bumbag-server",
"version": "2.5.0-next.6",
"version": "2.5.0",
"main": "lib/index.js",
"module": "es/index.js",
"types": "ts/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/bumbag-theme-medipass/package.json
@@ -1,6 +1,6 @@
{
"name": "bumbag-theme-medipass",
"version": "2.5.0-next.6",
"version": "2.5.0",
"main": "lib/index.js",
"module": "es/index.js",
"types": "ts/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/bumbag/package.json
@@ -1,6 +1,6 @@
{
"name": "bumbag",
"version": "2.5.0-next.6",
"version": "2.5.0",
"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/gatsby-plugin-bumbag/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-bumbag",
"version": "2.5.0-next.6",
"version": "2.5.0",
"main": "lib/index.js",
"module": "es/index.js",
"types": "ts/index.d.ts",
Expand Down

1 comment on commit 2c77e2f

@vercel
Copy link

@vercel vercel bot commented on 2c77e2f Aug 23, 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.