Skip to content

Commit

Permalink
chore: 0.0.20 release
Browse files Browse the repository at this point in the history
  • Loading branch information
VojtechVidra committed Dec 13, 2023
1 parent 061bf77 commit bf83639
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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/flows@0.0.19/dist/index.global.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@rbnd/flows@0.0.19/public/flows.css" />
<script src="https://cdn.jsdelivr.net/npm/@rbnd/flows@0.0.20/dist/index.global.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@rbnd/flows@0.0.20/public/flows.css" />
```

### Usage
Expand Down
2 changes: 1 addition & 1 deletion examples/react-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@rbnd/flows": "0.0.19",
"@rbnd/flows": "0.0.20",
"next": "14.0.3",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/vanilla-js/cloud/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<title>Cloud</title>

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

<!-- Development scripts -->
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,10 +6,10 @@
<title>Vanilla JS example - Flows JS</title>

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

<!-- Development scripts -->
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.19",
"version": "0.0.20",
"description": "A better way to onboard users and drive product adoption.",
"repository": {
"type": "git",
Expand Down

0 comments on commit bf83639

Please # to comment.