From fe37f10c83265e22a645e9921e0d880b9b75a180 Mon Sep 17 00:00:00 2001 From: Rising Odegua Date: Wed, 12 Oct 2022 16:20:00 +0100 Subject: [PATCH] update version number for deploy --- README.md | 4 ++-- package.json | 4 ++-- src/danfojs-base/index.ts | 2 +- src/danfojs-base/package.json | 4 ++-- src/danfojs-browser/README.md | 6 +++--- src/danfojs-browser/package.json | 2 +- src/danfojs-node/README.md | 6 +++--- src/danfojs-node/package.json | 2 +- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 59ce0a1b..280c8724 100644 --- a/README.md +++ b/README.md @@ -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 - + ``` See all available versions [here](https://www.jsdelivr.com/package/npm/danfojs) @@ -88,7 +88,7 @@ See all available versions [here](https://www.jsdelivr.com/package/npm/danfojs) - + Document diff --git a/package.json b/package.json index cb65ff3b..5a37c7f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "danfo", - "version": "1.0.4", + "version": "1.1.2", "private": true, "workspaces": [ "danfojs-node/**", @@ -11,4 +11,4 @@ "build": "cd src/danfojs-node && yarn build:clean && cd ../danfojs-browser && yarn build:clean", "test": "cd src/danfojs-base && yarn && cd ../danfojs-node && yarn && yarn test:clean && cd ../danfojs-browser && yarn && yarn test:clean" } -} \ No newline at end of file +} diff --git a/src/danfojs-base/index.ts b/src/danfojs-base/index.ts index c18f48c2..6bdaa757 100644 --- a/src/danfojs-base/index.ts +++ b/src/danfojs-base/index.ts @@ -29,7 +29,7 @@ import merge from "./transformers/merge" import dateRange from "./core/daterange" import tensorflow from "./shared/tensorflowlib" -const __version = "1.1.1"; +const __version = "1.1.2"; export { NDframe, diff --git a/src/danfojs-base/package.json b/src/danfojs-base/package.json index d81a31db..ae6570d6 100644 --- a/src/danfojs-base/package.json +++ b/src/danfojs-base/package.json @@ -1,6 +1,6 @@ { "name": "danfojs-base", - "version": "1.1.1", + "version": "1.1.2", "description": "Base package used in danfojs-node and danfojs-browser", "main": "index.ts", "scripts": { @@ -59,4 +59,4 @@ "webpack-cli": "4.5.0", "yarn": "^1.22.10" } -} \ No newline at end of file +} diff --git a/src/danfojs-browser/README.md b/src/danfojs-browser/README.md index 11b4f67a..7e1520f0 100644 --- a/src/danfojs-browser/README.md +++ b/src/danfojs-browser/README.md @@ -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 - + ``` 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) - + Document @@ -218,4 +218,4 @@ All contributions, bug reports, bug fixes, documentation improvements, enhanceme #### Created by [Rising Odegua](https://github.com/risenW) and [Stephen Oni](https://github.com/steveoni) -Danfo.js - Open Source JavaScript library for manipulating data. | Product Hunt Embed \ No newline at end of file +Danfo.js - Open Source JavaScript library for manipulating data. | Product Hunt Embed diff --git a/src/danfojs-browser/package.json b/src/danfojs-browser/package.json index 1e293294..8d987629 100644 --- a/src/danfojs-browser/package.json +++ b/src/danfojs-browser/package.json @@ -1,6 +1,6 @@ { "name": "danfojs", - "version": "1.1.1", + "version": "1.1.2", "description": "JavaScript library providing high performance, intuitive, and easy to use data structures for manipulating and processing structured data.", "main": "dist/danfojs-browser/src/index.js", "types": "dist/danfojs-browser/src/index.d.ts", diff --git a/src/danfojs-node/README.md b/src/danfojs-node/README.md index 11b4f67a..7e1520f0 100644 --- a/src/danfojs-node/README.md +++ b/src/danfojs-node/README.md @@ -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 - + ``` 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) - + Document @@ -218,4 +218,4 @@ All contributions, bug reports, bug fixes, documentation improvements, enhanceme #### Created by [Rising Odegua](https://github.com/risenW) and [Stephen Oni](https://github.com/steveoni) -Danfo.js - Open Source JavaScript library for manipulating data. | Product Hunt Embed \ No newline at end of file +Danfo.js - Open Source JavaScript library for manipulating data. | Product Hunt Embed diff --git a/src/danfojs-node/package.json b/src/danfojs-node/package.json index ca3b7297..6872f7de 100644 --- a/src/danfojs-node/package.json +++ b/src/danfojs-node/package.json @@ -1,6 +1,6 @@ { "name": "danfojs-node", - "version": "1.1.1", + "version": "1.1.2", "description": "JavaScript library providing high performance, intuitive, and easy to use data structures for manipulating and processing structured data.", "main": "dist/danfojs-node/src/index.js", "types": "dist/danfojs-node/src/index.d.ts",