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

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Jul 8, 2021
1 parent 06e0ef5 commit 2af0248
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"packages": [
"packages/*"
],
"version": "2.1.1"
"version": "2.2.0"
}
2 changes: 1 addition & 1 deletion packages/bumbag-addon-highlighted-code/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bumbag-addon-highlighted-code",
"version": "2.1.1",
"version": "2.2.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/bumbag-addon-markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bumbag-addon-markdown",
"version": "2.1.1",
"version": "2.2.0",
"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-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bumbag-native/picker",
"version": "2.0.4",
"version": "2.2.0",
"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.0.4",
"bumbag-native": "^2.0.4",
"bumbag-native": "^2.2.0",
"react-test-renderer": "16.8.6"
},
"author": "Jake Moxey",
Expand Down
2 changes: 1 addition & 1 deletion packages/bumbag-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bumbag-native",
"version": "2.1.1",
"version": "2.2.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/bumbag-theme-medipass/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bumbag-theme-medipass",
"version": "2.0.7",
"version": "2.2.0",
"main": "lib/index.js",
"module": "es/index.js",
"types": "ts/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-bumbag/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-bumbag",
"version": "2.0.0",
"version": "2.2.0",
"main": "lib/index.js",
"module": "es/index.js",
"types": "ts/index.d.ts",
Expand Down
12 changes: 6 additions & 6 deletions packages/website/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "bumbag-website",
"private": true,
"version": "2.1.1",
"version": "2.2.0",
"dependencies": {
"@babel/standalone": "7.11.3",
"@bumbag-native/picker": "^2.0.4",
"@bumbag-native/picker": "^2.2.0",
"@feedback-fish/react": "1.2.0",
"@fortawesome/free-brands-svg-icons": "5.15.2",
"@fortawesome/free-solid-svg-icons": "5.15.2",
Expand All @@ -13,15 +13,15 @@
"@react-native-picker/picker": "^1.16.1",
"base64-url": "2.3.2",
"bumbag": "^2.1.1",
"bumbag-addon-highlighted-code": "^2.1.1",
"bumbag-addon-markdown": "^2.1.1",
"bumbag-addon-highlighted-code": "^2.2.0",
"bumbag-addon-markdown": "^2.2.0",
"bumbag-server": "^2.0.0",
"bumbag-theme-medipass": "^2.0.7",
"bumbag-theme-medipass": "^2.2.0",
"change-case": "3.1.0",
"classnames": "2.2.6",
"gatsby": "^2.21.33",
"gatsby-image": "^2.4.3",
"gatsby-plugin-bumbag": "^2.0.0",
"gatsby-plugin-bumbag": "^2.2.0",
"gatsby-plugin-compile-es6-packages": "^2.1.0",
"gatsby-plugin-google-analytics": "2.3.11",
"gatsby-plugin-manifest": "^2.4.3",
Expand Down

0 comments on commit 2af0248

Please sign in to comment.