Skip to content

Commit

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

### Usage
Expand Down
1 change: 0 additions & 1 deletion workspaces/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "e2e",
"version": "0.0.0",
"private": true,
"scripts": {
"serve:test": "vite",
Expand Down
2 changes: 1 addition & 1 deletion workspaces/js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@flows/js",
"description": "A better way to onboard users and drive product adoption.",
"version": "0.0.29",
"version": "0.0.30",
"repository": {
"type": "git",
"url": "git+https://github.com/RBND-studio/flows-js.git"
Expand Down

0 comments on commit 37272a6

Please # to comment.