-
-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Latest release] Update patch version for new release
- Loading branch information
Showing
10 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,7 +70,7 @@ yarn add danfojs | |
For use directly in HTML files, you can add the latest script tag from [JsDelivr](https://www.jsdelivr.com/package/npm/danfojs) to your HTML file: | ||
|
||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/lib/bundle.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/lib/bundle.js"></script> | ||
``` | ||
See all available versions [here](https://www.jsdelivr.com/package/npm/danfojs) | ||
|
||
|
@@ -85,7 +85,7 @@ See all available versions [here](https://www.jsdelivr.com/package/npm/danfojs) | |
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/lib/bundle.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/lib/bundle.js"></script> | ||
|
||
<title>Document</title> | ||
</head> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "danfo", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"private": true, | ||
"workspaces": [ | ||
"danfojs-node/**", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,7 +71,7 @@ yarn add danfojs | |
For use directly in HTML files, you can add the latest script tag from [JsDelivr](https://www.jsdelivr.com/package/npm/danfojs) to your HTML file: | ||
|
||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/lib/bundle.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/lib/bundle.js"></script> | ||
``` | ||
See all available versions [here](https://www.jsdelivr.com/package/npm/danfojs) | ||
|
||
|
@@ -86,7 +86,7 @@ See all available versions [here](https://www.jsdelivr.com/package/npm/danfojs) | |
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/lib/bundle.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/lib/bundle.js"></script> | ||
|
||
<title>Document</title> | ||
</head> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.