Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfe37f10

Browse files
committed
update version number for deploy
1 parent0d28968 commitfe37f10

File tree

8 files changed

+15
-15
lines changed

8 files changed

+15
-15
lines changed

‎README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ yarn add danfojs
7070
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:
7171

7272
```html
73-
<scriptsrc="https://cdn.jsdelivr.net/npm/danfojs@1.1.1/lib/bundle.js"></script>
73+
<scriptsrc="https://cdn.jsdelivr.net/npm/danfojs@1.1.2/lib/bundle.js"></script>
7474
```
7575
See all available versions[here](https://www.jsdelivr.com/package/npm/danfojs)
7676

@@ -88,7 +88,7 @@ See all available versions [here](https://www.jsdelivr.com/package/npm/danfojs)
8888
<head>
8989
<metacharset="UTF-8" />
9090
<metaname="viewport"content="width=device-width, initial-scale=1.0" />
91-
<scriptsrc="https://cdn.jsdelivr.net/npm/danfojs@1.1.1/lib/bundle.js"></script>
91+
<scriptsrc="https://cdn.jsdelivr.net/npm/danfojs@1.1.2/lib/bundle.js"></script>
9292

9393
<title>Document</title>
9494
</head>

‎package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"danfo",
3-
"version":"1.0.4",
3+
"version":"1.1.2",
44
"private":true,
55
"workspaces": [
66
"danfojs-node/**",
@@ -11,4 +11,4 @@
1111
"build":"cd src/danfojs-node && yarn build:clean && cd ../danfojs-browser && yarn build:clean",
1212
"test":"cd src/danfojs-base && yarn && cd ../danfojs-node && yarn && yarn test:clean && cd ../danfojs-browser && yarn && yarn test:clean"
1313
}
14-
}
14+
}

‎src/danfojs-base/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import merge from "./transformers/merge"
2929
importdateRangefrom"./core/daterange"
3030
importtensorflowfrom"./shared/tensorflowlib"
3131

32-
const__version="1.1.1";
32+
const__version="1.1.2";
3333

3434
export{
3535
NDframe,

‎src/danfojs-base/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"danfojs-base",
3-
"version":"1.1.1",
3+
"version":"1.1.2",
44
"description":"Base package used in danfojs-node and danfojs-browser",
55
"main":"index.ts",
66
"scripts": {
@@ -59,4 +59,4 @@
5959
"webpack-cli":"4.5.0",
6060
"yarn":"^1.22.10"
6161
}
62-
}
62+
}

‎src/danfojs-browser/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ yarn add danfojs
7171
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:
7272

7373
```html
74-
<scriptsrc="https://cdn.jsdelivr.net/npm/danfojs@1.1.1/lib/bundle.js"></script>
74+
<scriptsrc="https://cdn.jsdelivr.net/npm/danfojs@1.1.2/lib/bundle.js"></script>
7575
```
7676
See all available versions[here](https://www.jsdelivr.com/package/npm/danfojs)
7777

@@ -86,7 +86,7 @@ See all available versions [here](https://www.jsdelivr.com/package/npm/danfojs)
8686
<head>
8787
<metacharset="UTF-8" />
8888
<metaname="viewport"content="width=device-width, initial-scale=1.0" />
89-
<scriptsrc="https://cdn.jsdelivr.net/npm/danfojs@1.1.1/lib/bundle.js"></script>
89+
<scriptsrc="https://cdn.jsdelivr.net/npm/danfojs@1.1.2/lib/bundle.js"></script>
9090

9191
<title>Document</title>
9292
</head>
@@ -218,4 +218,4 @@ All contributions, bug reports, bug fixes, documentation improvements, enhanceme
218218

219219
####Created by[Rising Odegua](https://github.com/risenW) and[Stephen Oni](https://github.com/steveoni)
220220

221-
<ahref="https://www.producthunt.com/posts/danfo-js?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-danfo-js"target="_blank"><imgsrc="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=233871&theme=light"alt="Danfo.js - Open Source JavaScript library for manipulating data. | Product Hunt Embed"style="width:250px;height:54px;"width="250px"height="54px" /></a>
221+
<ahref="https://www.producthunt.com/posts/danfo-js?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-danfo-js"target="_blank"><imgsrc="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=233871&theme=light"alt="Danfo.js - Open Source JavaScript library for manipulating data. | Product Hunt Embed"style="width:250px;height:54px;"width="250px"height="54px" /></a>

‎src/danfojs-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"danfojs",
3-
"version":"1.1.1",
3+
"version":"1.1.2",
44
"description":"JavaScript library providing high performance, intuitive, and easy to use data structures for manipulating and processing structured data.",
55
"main":"dist/danfojs-browser/src/index.js",
66
"types":"dist/danfojs-browser/src/index.d.ts",

‎src/danfojs-node/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ yarn add danfojs
7171
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:
7272

7373
```html
74-
<scriptsrc="https://cdn.jsdelivr.net/npm/danfojs@1.1.1/lib/bundle.js"></script>
74+
<scriptsrc="https://cdn.jsdelivr.net/npm/danfojs@1.1.2/lib/bundle.js"></script>
7575
```
7676
See all available versions[here](https://www.jsdelivr.com/package/npm/danfojs)
7777

@@ -86,7 +86,7 @@ See all available versions [here](https://www.jsdelivr.com/package/npm/danfojs)
8686
<head>
8787
<metacharset="UTF-8" />
8888
<metaname="viewport"content="width=device-width, initial-scale=1.0" />
89-
<scriptsrc="https://cdn.jsdelivr.net/npm/danfojs@1.1.1/lib/bundle.js"></script>
89+
<scriptsrc="https://cdn.jsdelivr.net/npm/danfojs@1.1.2/lib/bundle.js"></script>
9090

9191
<title>Document</title>
9292
</head>
@@ -218,4 +218,4 @@ All contributions, bug reports, bug fixes, documentation improvements, enhanceme
218218

219219
####Created by[Rising Odegua](https://github.com/risenW) and[Stephen Oni](https://github.com/steveoni)
220220

221-
<ahref="https://www.producthunt.com/posts/danfo-js?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-danfo-js"target="_blank"><imgsrc="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=233871&theme=light"alt="Danfo.js - Open Source JavaScript library for manipulating data. | Product Hunt Embed"style="width:250px;height:54px;"width="250px"height="54px" /></a>
221+
<ahref="https://www.producthunt.com/posts/danfo-js?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-danfo-js"target="_blank"><imgsrc="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=233871&theme=light"alt="Danfo.js - Open Source JavaScript library for manipulating data. | Product Hunt Embed"style="width:250px;height:54px;"width="250px"height="54px" /></a>

‎src/danfojs-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"danfojs-node",
3-
"version":"1.1.1",
3+
"version":"1.1.2",
44
"description":"JavaScript library providing high performance, intuitive, and easy to use data structures for manipulating and processing structured data.",
55
"main":"dist/danfojs-node/src/index.js",
66
"types":"dist/danfojs-node/src/index.d.ts",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp