From 2c77e2fbfffc40cfd58da7e720af556090586ed5 Mon Sep 17 00:00:00 2001 From: Jake Moxey Date: Mon, 23 Aug 2021 17:15:02 +1000 Subject: [PATCH] v2.5.0 --- lerna.json | 2 +- packages/bumbag-addon-highlighted-code/package.json | 4 ++-- packages/bumbag-addon-markdown/package.json | 4 ++-- packages/bumbag-native-bottom-sheet/package.json | 2 +- packages/bumbag-native-picker/package.json | 6 +++--- packages/bumbag-native-toast/package.json | 6 +++--- packages/bumbag-native/package.json | 4 ++-- packages/bumbag-server/package.json | 2 +- packages/bumbag-theme-medipass/package.json | 2 +- packages/bumbag/package.json | 2 +- packages/gatsby-plugin-bumbag/package.json | 2 +- 11 files changed, 18 insertions(+), 18 deletions(-) diff --git a/lerna.json b/lerna.json index 46db46825..0e76d6fc8 100644 --- a/lerna.json +++ b/lerna.json @@ -5,5 +5,5 @@ "packages": [ "packages/*" ], - "version": "2.5.0-next.6" + "version": "2.5.0" } diff --git a/packages/bumbag-addon-highlighted-code/package.json b/packages/bumbag-addon-highlighted-code/package.json index 21de2c6a7..77ed7f895 100644 --- a/packages/bumbag-addon-highlighted-code/package.json +++ b/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", @@ -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", diff --git a/packages/bumbag-addon-markdown/package.json b/packages/bumbag-addon-markdown/package.json index 2631cb3b6..ca65a9214 100644 --- a/packages/bumbag-addon-markdown/package.json +++ b/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", @@ -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", diff --git a/packages/bumbag-native-bottom-sheet/package.json b/packages/bumbag-native-bottom-sheet/package.json index 80964325b..8e073e373 100644 --- a/packages/bumbag-native-bottom-sheet/package.json +++ b/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", diff --git a/packages/bumbag-native-picker/package.json b/packages/bumbag-native-picker/package.json index 71964dcdc..000a3d194 100644 --- a/packages/bumbag-native-picker/package.json +++ b/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", @@ -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", diff --git a/packages/bumbag-native-toast/package.json b/packages/bumbag-native-toast/package.json index d18207643..f80f4ce74 100644 --- a/packages/bumbag-native-toast/package.json +++ b/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", @@ -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", diff --git a/packages/bumbag-native/package.json b/packages/bumbag-native/package.json index 28e0e4b70..37c3981e4 100644 --- a/packages/bumbag-native/package.json +++ b/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", @@ -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", diff --git a/packages/bumbag-server/package.json b/packages/bumbag-server/package.json index 74dbd0be3..002c39356 100644 --- a/packages/bumbag-server/package.json +++ b/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", diff --git a/packages/bumbag-theme-medipass/package.json b/packages/bumbag-theme-medipass/package.json index c962a2cbb..9140c27c6 100644 --- a/packages/bumbag-theme-medipass/package.json +++ b/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", diff --git a/packages/bumbag/package.json b/packages/bumbag/package.json index 976807e22..e51308601 100644 --- a/packages/bumbag/package.json +++ b/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", diff --git a/packages/gatsby-plugin-bumbag/package.json b/packages/gatsby-plugin-bumbag/package.json index 7a32e18ca..2de2887c6 100644 --- a/packages/gatsby-plugin-bumbag/package.json +++ b/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",