From b1db972221380e216925d4d95d252efe1846050c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojte=CC=8Cch=20Vidra?= Date: Fri, 24 Nov 2023 15:55:56 +0100 Subject: [PATCH] chore: 0.0.17 --- README.md | 4 ++-- examples/react-nextjs/package.json | 2 +- examples/vanilla-js/index.html | 4 ++-- package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d028187..61a5a4f 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ npm install @rbnd/flows ### Via CDN ```html - - + + ``` ### Usage diff --git a/examples/react-nextjs/package.json b/examples/react-nextjs/package.json index 12f3f11..eb0318f 100644 --- a/examples/react-nextjs/package.json +++ b/examples/react-nextjs/package.json @@ -9,7 +9,7 @@ "lint": "next lint" }, "dependencies": { - "@rbnd/flows": "0.0.16", + "@rbnd/flows": "0.0.17", "next": "13.5.4", "react": "^18", "react-dom": "^18" diff --git a/examples/vanilla-js/index.html b/examples/vanilla-js/index.html index 6dd3150..e432a56 100644 --- a/examples/vanilla-js/index.html +++ b/examples/vanilla-js/index.html @@ -6,10 +6,10 @@ Vanilla JS example - Flows JS - + diff --git a/package.json b/package.json index 3d26928..cbba2a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rbnd/flows", - "version": "0.0.16", + "version": "0.0.17", "description": "A better way to onboard users and drive product adoption.", "repository": { "type": "git",