From b7ff862e8f6c426ff4f8b874b448c81849ff3e48 Mon Sep 17 00:00:00 2001 From: ghiscoding Date: Thu, 17 Dec 2020 17:17:14 -0500 Subject: [PATCH] chore(release): publish new version --- CHANGELOG.md | 14 ++++++++++++++ examples/webpack-demo-vanilla-bundle/CHANGELOG.md | 9 +++++++++ examples/webpack-demo-vanilla-bundle/package.json | 10 +++++----- lerna.json | 2 +- packages/common/CHANGELOG.md | 14 ++++++++++++++ packages/common/package.json | 2 +- packages/composite-editor-component/CHANGELOG.md | 9 +++++++++ packages/composite-editor-component/package.json | 4 ++-- packages/empty-warning-component/CHANGELOG.md | 9 +++++++++ packages/empty-warning-component/package.json | 4 ++-- packages/excel-export/CHANGELOG.md | 9 +++++++++ packages/excel-export/package.json | 4 ++-- packages/graphql/CHANGELOG.md | 12 ++++++++++++ packages/graphql/package.json | 4 ++-- packages/odata/CHANGELOG.md | 12 ++++++++++++ packages/odata/package.json | 4 ++-- packages/text-export/CHANGELOG.md | 9 +++++++++ packages/text-export/package.json | 4 ++-- packages/vanilla-bundle/CHANGELOG.md | 13 +++++++++++++ packages/vanilla-bundle/package.json | 12 ++++++------ 20 files changed, 135 insertions(+), 25 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f821af4e5..d78c3a19e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.7.2](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.1...v0.7.2) (2020-12-17) + + +### Bug Fixes + +* **core:** range default should be inclusive instead of exclusive ([#203](https://github.com/ghiscoding/slickgrid-universal/issues/203)) ([b7f74ad](https://github.com/ghiscoding/slickgrid-universal/commit/b7f74ad8a1539aed32ac643b4fe395fbdecf4459)) +* **sorting:** add cellValueCouldBeUndefined in grid option for sorting ([#202](https://github.com/ghiscoding/slickgrid-universal/issues/202)) ([865256e](https://github.com/ghiscoding/slickgrid-universal/commit/865256efe927a5715840963cb2945f16a402789b)) +* **stylings:** small alignment issue with the slider value elm height ([5a453b8](https://github.com/ghiscoding/slickgrid-universal/commit/5a453b8739c07e07f835e111d7d3ca5d627a0c2f)) + + + + + + ## [0.7.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.0...v0.7.1) (2020-12-17) **Note:** Version bump only for package slickgrid-universal diff --git a/examples/webpack-demo-vanilla-bundle/CHANGELOG.md b/examples/webpack-demo-vanilla-bundle/CHANGELOG.md index 759fca768..dd4b0883a 100644 --- a/examples/webpack-demo-vanilla-bundle/CHANGELOG.md +++ b/examples/webpack-demo-vanilla-bundle/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.7.2](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.1...v0.7.2) (2020-12-17) + +**Note:** Version bump only for package webpack-demo-vanilla-bundle + + + + + + ## [0.7.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.0...v0.7.1) (2020-12-17) **Note:** Version bump only for package webpack-demo-vanilla-bundle diff --git a/examples/webpack-demo-vanilla-bundle/package.json b/examples/webpack-demo-vanilla-bundle/package.json index 16967e28f..a33846c83 100644 --- a/examples/webpack-demo-vanilla-bundle/package.json +++ b/examples/webpack-demo-vanilla-bundle/package.json @@ -1,6 +1,6 @@ { "name": "webpack-demo-vanilla-bundle", - "version": "0.7.1", + "version": "0.7.2", "private": true, "description": "SlickGrid-Universal demo", "directories": { @@ -25,10 +25,10 @@ "not dead" ], "dependencies": { - "@slickgrid-universal/common": "^0.7.1", - "@slickgrid-universal/excel-export": "^0.7.1", - "@slickgrid-universal/text-export": "^0.7.1", - "@slickgrid-universal/vanilla-bundle": "^0.7.1", + "@slickgrid-universal/common": "^0.7.2", + "@slickgrid-universal/excel-export": "^0.7.2", + "@slickgrid-universal/text-export": "^0.7.2", + "@slickgrid-universal/vanilla-bundle": "^0.7.2", "bulma": "^0.9.1", "moment-mini": "^2.24.0" }, diff --git a/lerna.json b/lerna.json index 5ca5afc0a..9ed7da5f5 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "0.7.1", + "version": "0.7.2", "command": { "publish": { "conventionalCommits": true diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index 497b9f63e..62ad7f5aa 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.7.2](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.1...v0.7.2) (2020-12-17) + + +### Bug Fixes + +* **core:** range default should be inclusive instead of exclusive ([#203](https://github.com/ghiscoding/slickgrid-universal/issues/203)) ([b7f74ad](https://github.com/ghiscoding/slickgrid-universal/commit/b7f74ad8a1539aed32ac643b4fe395fbdecf4459)) +* **sorting:** add cellValueCouldBeUndefined in grid option for sorting ([#202](https://github.com/ghiscoding/slickgrid-universal/issues/202)) ([865256e](https://github.com/ghiscoding/slickgrid-universal/commit/865256efe927a5715840963cb2945f16a402789b)) +* **stylings:** small alignment issue with the slider value elm height ([5a453b8](https://github.com/ghiscoding/slickgrid-universal/commit/5a453b8739c07e07f835e111d7d3ca5d627a0c2f)) + + + + + + ## [0.7.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.0...v0.7.1) (2020-12-17) **Note:** Version bump only for package @slickgrid-universal/common diff --git a/packages/common/package.json b/packages/common/package.json index f3600db8e..dbd0e5b1a 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/common", - "version": "0.7.1", + "version": "0.7.2", "description": "SlickGrid-Universal Common Code", "browser": "src/index.ts", "main": "dist/commonjs/index.js", diff --git a/packages/composite-editor-component/CHANGELOG.md b/packages/composite-editor-component/CHANGELOG.md index 6de6ce196..9aae7f5de 100644 --- a/packages/composite-editor-component/CHANGELOG.md +++ b/packages/composite-editor-component/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.7.2](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.1...v0.7.2) (2020-12-17) + +**Note:** Version bump only for package @slickgrid-universal/composite-editor-component + + + + + + ## [0.7.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.0...v0.7.1) (2020-12-17) **Note:** Version bump only for package @slickgrid-universal/composite-editor-component diff --git a/packages/composite-editor-component/package.json b/packages/composite-editor-component/package.json index 274db3bb8..6dfc431cb 100644 --- a/packages/composite-editor-component/package.json +++ b/packages/composite-editor-component/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/composite-editor-component", - "version": "0.7.1", + "version": "0.7.2", "description": "Slick Composite Editor Component - Vanilla Implementation of a Composite Editor Modal Window Component", "browser": "src/index.ts", "main": "dist/commonjs/index.js", @@ -36,7 +36,7 @@ "not dead" ], "dependencies": { - "@slickgrid-universal/common": "^0.7.1", + "@slickgrid-universal/common": "^0.7.2", "dompurify": "^2.2.4" }, "devDependencies": { diff --git a/packages/empty-warning-component/CHANGELOG.md b/packages/empty-warning-component/CHANGELOG.md index c87704f7a..3305dc480 100644 --- a/packages/empty-warning-component/CHANGELOG.md +++ b/packages/empty-warning-component/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.7.2](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.1...v0.7.2) (2020-12-17) + +**Note:** Version bump only for package @slickgrid-universal/empty-warning-component + + + + + + ## [0.7.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.0...v0.7.1) (2020-12-17) **Note:** Version bump only for package @slickgrid-universal/empty-warning-component diff --git a/packages/empty-warning-component/package.json b/packages/empty-warning-component/package.json index e28632905..867c944a5 100644 --- a/packages/empty-warning-component/package.json +++ b/packages/empty-warning-component/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/empty-warning-component", - "version": "0.7.1", + "version": "0.7.2", "description": "Slick Empty Warning Component - Vanilla Implementation of an Empty Dataset Warning Component", "browser": "src/index.ts", "main": "dist/commonjs/index.js", @@ -36,7 +36,7 @@ "not dead" ], "dependencies": { - "@slickgrid-universal/common": "^0.7.1", + "@slickgrid-universal/common": "^0.7.2", "dompurify": "^2.2.4" }, "devDependencies": { diff --git a/packages/excel-export/CHANGELOG.md b/packages/excel-export/CHANGELOG.md index e2e77342c..0a2a29561 100644 --- a/packages/excel-export/CHANGELOG.md +++ b/packages/excel-export/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.7.2](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.1...v0.7.2) (2020-12-17) + +**Note:** Version bump only for package @slickgrid-universal/excel-export + + + + + + ## [0.7.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.0...v0.7.1) (2020-12-17) **Note:** Version bump only for package @slickgrid-universal/excel-export diff --git a/packages/excel-export/package.json b/packages/excel-export/package.json index b228b189c..86bafef69 100644 --- a/packages/excel-export/package.json +++ b/packages/excel-export/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/excel-export", - "version": "0.7.1", + "version": "0.7.2", "description": "Excel Export (xls/xlsx) Service.", "browser": "src/index.ts", "main": "dist/commonjs/index.js", @@ -36,7 +36,7 @@ "not dead" ], "dependencies": { - "@slickgrid-universal/common": "^0.7.1", + "@slickgrid-universal/common": "^0.7.2", "excel-builder-webpacker": "^2.0.1", "moment-mini": "^2.24.0" }, diff --git a/packages/graphql/CHANGELOG.md b/packages/graphql/CHANGELOG.md index 3250e1138..989d7b9cc 100644 --- a/packages/graphql/CHANGELOG.md +++ b/packages/graphql/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.7.2](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.1...v0.7.2) (2020-12-17) + + +### Bug Fixes + +* **core:** range default should be inclusive instead of exclusive ([#203](https://github.com/ghiscoding/slickgrid-universal/issues/203)) ([b7f74ad](https://github.com/ghiscoding/slickgrid-universal/commit/b7f74ad8a1539aed32ac643b4fe395fbdecf4459)) + + + + + + ## [0.7.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.0...v0.7.1) (2020-12-17) **Note:** Version bump only for package @slickgrid-universal/graphql diff --git a/packages/graphql/package.json b/packages/graphql/package.json index 8b2c37ff6..1c67313d9 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/graphql", - "version": "0.7.1", + "version": "0.7.2", "description": "GraphQL Service to sync a grid with a GraphQL backend server", "browser": "src/index.ts", "main": "dist/commonjs/index.js", @@ -36,7 +36,7 @@ "not dead" ], "dependencies": { - "@slickgrid-universal/common": "^0.7.1" + "@slickgrid-universal/common": "^0.7.2" }, "devDependencies": { "moment-mini": "^2.24.0" diff --git a/packages/odata/CHANGELOG.md b/packages/odata/CHANGELOG.md index c3f04b145..3e79d8d20 100644 --- a/packages/odata/CHANGELOG.md +++ b/packages/odata/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.7.2](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.1...v0.7.2) (2020-12-17) + + +### Bug Fixes + +* **core:** range default should be inclusive instead of exclusive ([#203](https://github.com/ghiscoding/slickgrid-universal/issues/203)) ([b7f74ad](https://github.com/ghiscoding/slickgrid-universal/commit/b7f74ad8a1539aed32ac643b4fe395fbdecf4459)) + + + + + + ## [0.7.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.0...v0.7.1) (2020-12-17) **Note:** Version bump only for package @slickgrid-universal/odata diff --git a/packages/odata/package.json b/packages/odata/package.json index 9b64069a3..95c2d9964 100644 --- a/packages/odata/package.json +++ b/packages/odata/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/odata", - "version": "0.7.1", + "version": "0.7.2", "description": "Grid OData Service to sync a grid with an OData backend server", "browser": "src/index.ts", "main": "dist/commonjs/index.js", @@ -36,6 +36,6 @@ "not dead" ], "dependencies": { - "@slickgrid-universal/common": "^0.7.1" + "@slickgrid-universal/common": "^0.7.2" } } diff --git a/packages/text-export/CHANGELOG.md b/packages/text-export/CHANGELOG.md index 2923af9d3..a9808ce21 100644 --- a/packages/text-export/CHANGELOG.md +++ b/packages/text-export/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.7.2](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.1...v0.7.2) (2020-12-17) + +**Note:** Version bump only for package @slickgrid-universal/text-export + + + + + + ## [0.7.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.0...v0.7.1) (2020-12-17) **Note:** Version bump only for package @slickgrid-universal/text-export diff --git a/packages/text-export/package.json b/packages/text-export/package.json index 2975376a7..9b57b6f37 100644 --- a/packages/text-export/package.json +++ b/packages/text-export/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/text-export", - "version": "0.7.1", + "version": "0.7.2", "description": "Export to Text File (csv/txt) Service.", "browser": "src/index.ts", "main": "dist/commonjs/index.js", @@ -36,7 +36,7 @@ "not dead" ], "dependencies": { - "@slickgrid-universal/common": "^0.7.1", + "@slickgrid-universal/common": "^0.7.2", "text-encoding-utf-8": "^1.0.2" }, "devDependencies": { diff --git a/packages/vanilla-bundle/CHANGELOG.md b/packages/vanilla-bundle/CHANGELOG.md index bf920a1ab..99c642f79 100644 --- a/packages/vanilla-bundle/CHANGELOG.md +++ b/packages/vanilla-bundle/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.7.2](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.1...v0.7.2) (2020-12-17) + + +### Bug Fixes + +* **sorting:** add cellValueCouldBeUndefined in grid option for sorting ([#202](https://github.com/ghiscoding/slickgrid-universal/issues/202)) ([865256e](https://github.com/ghiscoding/slickgrid-universal/commit/865256efe927a5715840963cb2945f16a402789b)) +* **stylings:** small alignment issue with the slider value elm height ([5a453b8](https://github.com/ghiscoding/slickgrid-universal/commit/5a453b8739c07e07f835e111d7d3ca5d627a0c2f)) + + + + + + ## [0.7.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.0...v0.7.1) (2020-12-17) **Note:** Version bump only for package @slickgrid-universal/vanilla-bundle diff --git a/packages/vanilla-bundle/package.json b/packages/vanilla-bundle/package.json index 989fe6242..8b5c229ea 100644 --- a/packages/vanilla-bundle/package.json +++ b/packages/vanilla-bundle/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/vanilla-bundle", - "version": "0.7.1", + "version": "0.7.2", "description": "Vanilla Slick Grid Bundle - Framework agnostic the output is to be used in vanilla JS/TS - Written in TypeScript and we also use WebPack to bundle everything into 1 JS file.", "browser": "src/index.ts", "main": "dist/commonjs/index.js", @@ -44,11 +44,11 @@ "not dead" ], "dependencies": { - "@slickgrid-universal/common": "^0.7.1", - "@slickgrid-universal/composite-editor-component": "^0.7.1", - "@slickgrid-universal/empty-warning-component": "^0.7.1", - "@slickgrid-universal/excel-export": "^0.7.1", - "@slickgrid-universal/text-export": "^0.7.1", + "@slickgrid-universal/common": "^0.7.2", + "@slickgrid-universal/composite-editor-component": "^0.7.2", + "@slickgrid-universal/empty-warning-component": "^0.7.2", + "@slickgrid-universal/excel-export": "^0.7.2", + "@slickgrid-universal/text-export": "^0.7.2", "dompurify": "^2.2.4", "es6-promise": "^4.2.8", "isomorphic-fetch": "^3.0.0"