From 0a61e5c503f2fe51af376170567bd905e268c447 Mon Sep 17 00:00:00 2001 From: Devin Fee Date: Mon, 10 Jun 2019 16:46:23 -0700 Subject: [PATCH] updated bulma references to reflect bulma@0.7.5 --- README.md | 2 +- examples/with-customization/README.md | 2 +- src/__docs__/index.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aebbc0ea..12e2b71a 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ ### Features -- up-to-date Bulma implementation (0.7.4) +- up-to-date Bulma implementation (0.7.5) - written with TypeScript 3 for React 16 - well tested and [documented](https://dfee.github.io/rbx) - extensive customization support diff --git a/examples/with-customization/README.md b/examples/with-customization/README.md index a8b6117c..08d91aba 100755 --- a/examples/with-customization/README.md +++ b/examples/with-customization/README.md @@ -19,7 +19,7 @@ Unless you're building `rbx` from scratch, you'll want to follow these instructi ```diff "dependencies": { - "bulma": "^0.7.4", + "bulma": "^0.7.5", - "rbx": "file:../../dist", + "rbx": "^2.0.0", "react": "^16.7.0", diff --git a/src/__docs__/index.mdx b/src/__docs__/index.mdx index 74aff238..db79759e 100644 --- a/src/__docs__/index.mdx +++ b/src/__docs__/index.mdx @@ -43,7 +43,7 @@ Check out the [design principles](/architecture/design) to learn more 🥤. renderable as any other component.

- +

Fully compatible with the latest Bulma.