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

Commit

Permalink
v5.0.0-alpha.18
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Feb 29, 2020
1 parent e6c4b52 commit d77551e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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": "5.0.0-alpha.17"
"version": "5.0.0-alpha.18"
}
4 changes: 2 additions & 2 deletions packages/fannypack-addon-highlighted-code/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fannypack-addon-highlighted-code",
"version": "5.0.0-alpha.17",
"version": "5.0.0-alpha.18",
"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-hooks": "1.1.0",
"@types/react": "16.8.23",
"@types/react-dom": "16.8.5",
"fannypack": "^5.0.0-alpha.17",
"fannypack": "^5.0.0-alpha.18",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-test-renderer": "16.8.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/fannypack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fannypack",
"version": "5.0.0-alpha.17",
"version": "5.0.0-alpha.18",
"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/website/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "fannypack-website",
"private": true,
"version": "5.0.0-alpha.17",
"version": "5.0.0-alpha.18",
"dependencies": {
"@fortawesome/free-solid-svg-icons": "5.12.1",
"@mdx-js/mdx": "1.1.0",
"@mdx-js/react": "1.0.27",
"base64-url": "2.3.2",
"change-case": "3.1.0",
"classnames": "2.2.6",
"fannypack": "^5.0.0-alpha.17",
"fannypack-addon-highlighted-code": "^5.0.0-alpha.17",
"fannypack": "^5.0.0-alpha.18",
"fannypack-addon-highlighted-code": "^5.0.0-alpha.18",
"gatsby": "^2.15.36",
"gatsby-image": "^2.2.7",
"gatsby-plugin-emotion": "4.1.10",
Expand Down

0 comments on commit d77551e

Please sign in to comment.