Skip to content

Commit

Permalink
chore: 0.0.28 release
Browse files Browse the repository at this point in the history
  • Loading branch information
VojtechVidra committed Jan 9, 2024
1 parent 3604216 commit 3a64ae1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.27/dist/index.global.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@rbnd/flows@0.0.27/public/flows.css" />
<script src="https://cdn.jsdelivr.net/npm/@rbnd/flows@0.0.28/dist/index.global.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@rbnd/flows@0.0.28/public/flows.css" />
```

### Usage
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.27/dist/index.global.js"></script>
<!-- <script src="https://cdn.jsdelivr.net/npm/@rbnd/flows@0.0.28/dist/index.global.js"></script>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@rbnd/flows@0.0.27/public/flows.css"
href="https://cdn.jsdelivr.net/npm/@rbnd/flows@0.0.28/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.27/dist/index.global.js"></script>
<!-- <script src="https://cdn.jsdelivr.net/npm/@rbnd/flows@0.0.28/dist/index.global.js"></script>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@rbnd/flows@0.0.27/public/flows.css"
href="https://cdn.jsdelivr.net/npm/@rbnd/flows@0.0.28/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.27",
"version": "0.0.28",
"description": "A better way to onboard users and drive product adoption.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 3a64ae1

Please sign in to comment.