Skip to content

Commit

Permalink
chore: 0.0.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
VojtechVidra committed Oct 25, 2023
1 parent dff5fa8 commit bb0f668
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ npm install @rbnd/flows
### Via CDN

```html
<script src="https://cdn.jsdelivr.net/npm/@rbnd/[email protected].7/dist/index.global.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@rbnd/[email protected].7/public/flows.css" />
<script src="https://cdn.jsdelivr.net/npm/@rbnd/[email protected].8/dist/index.global.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@rbnd/[email protected].8/public/flows.css" />
```

### Usage
Expand Down
4 changes: 2 additions & 2 deletions examples/vanilla-js/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<title>Vanilla JS example - Flows JS</title>

<!-- How you would use Flows in your own code -->
<script src="https://cdn.jsdelivr.net/npm/@rbnd/[email protected].7/dist/index.global.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@rbnd/[email protected].7/public/flows.css" />
<script src="https://cdn.jsdelivr.net/npm/@rbnd/[email protected].8/dist/index.global.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@rbnd/[email protected].8/public/flows.css" />

<!-- Development scripts -->
<!-- <script src="node_modules/flows/dist/index.global.js"></script> -->
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rbnd/flows",
"version": "0.0.7",
"version": "0.0.8",
"description": "A better way to onboard users and drive product adoption.",
"repository": {
"type": "git",
Expand Down

0 comments on commit bb0f668

Please sign in to comment.