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

Commit

Permalink
v1.3.23
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Nov 2, 2020
1 parent e4c3e0c commit 180749d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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": "1.3.22"
"version": "1.3.23"
}
4 changes: 2 additions & 2 deletions 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": "1.3.22",
"version": "1.3.23",
"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": "^1.3.22",
"bumbag": "^1.3.23",
"react-test-renderer": "16.8.6"
},
"author": "Jake Moxey",
Expand Down
4 changes: 2 additions & 2 deletions 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": "1.3.22",
"version": "1.3.23",
"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": "^1.3.22",
"bumbag": "^1.3.23",
"react-test-renderer": "16.8.6"
},
"author": "Jake Moxey",
Expand Down
2 changes: 1 addition & 1 deletion packages/bumbag/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bumbag",
"version": "1.3.22",
"version": "1.3.23",
"description": "An accessible, composable, and friendly React UI Kit",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/website/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "bumbag-website",
"private": true,
"version": "1.3.22",
"version": "1.3.23",
"dependencies": {
"@babel/standalone": "7.11.3",
"@fortawesome/free-brands-svg-icons": "5.14.0",
"@fortawesome/free-solid-svg-icons": "5.13.1",
"@mdx-js/mdx": "1.1.0",
"@mdx-js/react": "1.0.27",
"base64-url": "2.3.2",
"bumbag": "^1.3.22",
"bumbag-addon-highlighted-code": "^1.3.22",
"bumbag-addon-markdown": "^1.3.22",
"bumbag": "^1.3.23",
"bumbag-addon-highlighted-code": "^1.3.23",
"bumbag-addon-markdown": "^1.3.23",
"bumbag-server": "^1.1.16",
"bumbag-theme-medipass": "^1.3.20",
"change-case": "3.1.0",
Expand Down

0 comments on commit 180749d

Please sign in to comment.