From 6789e25454bb01c2fb9e013984aa47f765132e3d Mon Sep 17 00:00:00 2001 From: ghiscoding Date: Mon, 14 Dec 2020 17:00:21 -0500 Subject: [PATCH] chore(release): publish new version --- CHANGELOG.md | 21 +++++++++++++++++++ .../webpack-demo-vanilla-bundle/CHANGELOG.md | 17 +++++++++++++++ .../webpack-demo-vanilla-bundle/package.json | 10 ++++----- lerna.json | 2 +- packages/common/CHANGELOG.md | 20 ++++++++++++++++++ packages/common/package.json | 2 +- .../composite-editor-component/CHANGELOG.md | 12 +++++++++++ .../composite-editor-component/package.json | 4 ++-- packages/empty-warning-component/CHANGELOG.md | 8 +++++++ packages/empty-warning-component/package.json | 4 ++-- packages/excel-export/CHANGELOG.md | 12 +++++++++++ packages/excel-export/package.json | 4 ++-- packages/graphql/CHANGELOG.md | 8 +++++++ packages/graphql/package.json | 4 ++-- packages/odata/CHANGELOG.md | 11 ++++++++++ packages/odata/package.json | 4 ++-- packages/text-export/CHANGELOG.md | 12 +++++++++++ packages/text-export/package.json | 4 ++-- packages/vanilla-bundle/CHANGELOG.md | 18 ++++++++++++++++ packages/vanilla-bundle/package.json | 12 +++++------ 20 files changed, 164 insertions(+), 25 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3148c96db..b4487c406 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.6.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.5.1...v0.6.0) (2020-12-14) + + +### Bug Fixes + +* **core:** add console error if any of column def id includes dot ([#198](https://github.com/ghiscoding/slickgrid-universal/issues/198)) ([6ee40af](https://github.com/ghiscoding/slickgrid-universal/commit/6ee40af507b066602c39e057349b5ead6e7952f3)) +* **demo:** changing page should remove unsaved cell styling ([17fa349](https://github.com/ghiscoding/slickgrid-universal/commit/17fa3499e298798fdeccf908feb0f0e5ee40436e)) +* **stylings:** composite editor styling fixes for BS4 ([#195](https://github.com/ghiscoding/slickgrid-universal/issues/195)) ([305eb90](https://github.com/ghiscoding/slickgrid-universal/commit/305eb90c75e6a4aa076c62b5364b904dc5c6518e)) +* **stylings:** re-align the svg icons & single/multiple-select icon+text ([#194](https://github.com/ghiscoding/slickgrid-universal/issues/194)) ([b730be7](https://github.com/ghiscoding/slickgrid-universal/commit/b730be7a75b3035c01aa7ca8f48a88df447ad461)) + + +### Features + +* **core:** add registerExternalResources for Components/Services ([#196](https://github.com/ghiscoding/slickgrid-universal/issues/196)) ([ee02f1d](https://github.com/ghiscoding/slickgrid-universal/commit/ee02f1d62d1a0601421352e43d17bd8c89e4348c)) +* **core:** refactor code using the container service everywhere ([#197](https://github.com/ghiscoding/slickgrid-universal/issues/197)) ([96ce9bd](https://github.com/ghiscoding/slickgrid-universal/commit/96ce9bdbf18330e522dad0cbb0eda09c41f6a3df)) +* **formatters:** add numberPrefix & Suffix to Decimal Formatter ([#193](https://github.com/ghiscoding/slickgrid-universal/issues/193)) ([0e4d30c](https://github.com/ghiscoding/slickgrid-universal/commit/0e4d30c0ee23bc598206fbba4e5ed406e4aeecfe)) + + + + + ## [0.5.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.5.0...v0.5.1) (2020-12-10) **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 e7ef47c1e..fbf808bb1 100644 --- a/examples/webpack-demo-vanilla-bundle/CHANGELOG.md +++ b/examples/webpack-demo-vanilla-bundle/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.6.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.5.1...v0.6.0) (2020-12-14) + + +### Bug Fixes + +* **demo:** changing page should remove unsaved cell styling ([17fa349](https://github.com/ghiscoding/slickgrid-universal/commit/17fa3499e298798fdeccf908feb0f0e5ee40436e)) +* **stylings:** re-align the svg icons & single/multiple-select icon+text ([#194](https://github.com/ghiscoding/slickgrid-universal/issues/194)) ([b730be7](https://github.com/ghiscoding/slickgrid-universal/commit/b730be7a75b3035c01aa7ca8f48a88df447ad461)) + + +### Features + +* **core:** add registerExternalResources for Components/Services ([#196](https://github.com/ghiscoding/slickgrid-universal/issues/196)) ([ee02f1d](https://github.com/ghiscoding/slickgrid-universal/commit/ee02f1d62d1a0601421352e43d17bd8c89e4348c)) + + + + + ## [0.5.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.5.0...v0.5.1) (2020-12-10) **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 bf2e2a724..c2f2aec83 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.5.1", + "version": "0.6.0", "private": true, "description": "SlickGrid-Universal demo", "directories": { @@ -25,10 +25,10 @@ "not dead" ], "dependencies": { - "@slickgrid-universal/common": "^0.5.1", - "@slickgrid-universal/excel-export": "^0.5.1", - "@slickgrid-universal/text-export": "^0.5.1", - "@slickgrid-universal/vanilla-bundle": "^0.5.1", + "@slickgrid-universal/common": "^0.6.0", + "@slickgrid-universal/excel-export": "^0.6.0", + "@slickgrid-universal/text-export": "^0.6.0", + "@slickgrid-universal/vanilla-bundle": "^0.6.0", "bulma": "^0.9.1", "moment-mini": "^2.24.0" }, diff --git a/lerna.json b/lerna.json index 47d5da9d0..8ddbeeb0a 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "0.5.1", + "version": "0.6.0", "command": { "publish": { "conventionalCommits": true diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index de833c2ba..0b496b4ff 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.6.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.5.1...v0.6.0) (2020-12-14) + + +### Bug Fixes + +* **core:** add console error if any of column def id includes dot ([#198](https://github.com/ghiscoding/slickgrid-universal/issues/198)) ([6ee40af](https://github.com/ghiscoding/slickgrid-universal/commit/6ee40af507b066602c39e057349b5ead6e7952f3)) +* **stylings:** composite editor styling fixes for BS4 ([#195](https://github.com/ghiscoding/slickgrid-universal/issues/195)) ([305eb90](https://github.com/ghiscoding/slickgrid-universal/commit/305eb90c75e6a4aa076c62b5364b904dc5c6518e)) +* **stylings:** re-align the svg icons & single/multiple-select icon+text ([#194](https://github.com/ghiscoding/slickgrid-universal/issues/194)) ([b730be7](https://github.com/ghiscoding/slickgrid-universal/commit/b730be7a75b3035c01aa7ca8f48a88df447ad461)) + + +### Features + +* **core:** add registerExternalResources for Components/Services ([#196](https://github.com/ghiscoding/slickgrid-universal/issues/196)) ([ee02f1d](https://github.com/ghiscoding/slickgrid-universal/commit/ee02f1d62d1a0601421352e43d17bd8c89e4348c)) +* **core:** refactor code using the container service everywhere ([#197](https://github.com/ghiscoding/slickgrid-universal/issues/197)) ([96ce9bd](https://github.com/ghiscoding/slickgrid-universal/commit/96ce9bdbf18330e522dad0cbb0eda09c41f6a3df)) +* **formatters:** add numberPrefix & Suffix to Decimal Formatter ([#193](https://github.com/ghiscoding/slickgrid-universal/issues/193)) ([0e4d30c](https://github.com/ghiscoding/slickgrid-universal/commit/0e4d30c0ee23bc598206fbba4e5ed406e4aeecfe)) + + + + + ## [0.5.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.5.0...v0.5.1) (2020-12-10) **Note:** Version bump only for package @slickgrid-universal/common diff --git a/packages/common/package.json b/packages/common/package.json index cfbad0465..24962a761 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/common", - "version": "0.5.1", + "version": "0.6.0", "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 afcb31c78..6a37d7aac 100644 --- a/packages/composite-editor-component/CHANGELOG.md +++ b/packages/composite-editor-component/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.6.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.5.1...v0.6.0) (2020-12-14) + + +### Features + +* **core:** add registerExternalResources for Components/Services ([#196](https://github.com/ghiscoding/slickgrid-universal/issues/196)) ([ee02f1d](https://github.com/ghiscoding/slickgrid-universal/commit/ee02f1d62d1a0601421352e43d17bd8c89e4348c)) +* **core:** refactor code using the container service everywhere ([#197](https://github.com/ghiscoding/slickgrid-universal/issues/197)) ([96ce9bd](https://github.com/ghiscoding/slickgrid-universal/commit/96ce9bdbf18330e522dad0cbb0eda09c41f6a3df)) + + + + + ## [0.5.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.5.0...v0.5.1) (2020-12-10) **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 f857e04ac..1f34c9035 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.5.1", + "version": "0.6.0", "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.5.1", + "@slickgrid-universal/common": "^0.6.0", "dompurify": "^2.2.3" }, "devDependencies": { diff --git a/packages/empty-warning-component/CHANGELOG.md b/packages/empty-warning-component/CHANGELOG.md index 4b123bceb..1475068aa 100644 --- a/packages/empty-warning-component/CHANGELOG.md +++ b/packages/empty-warning-component/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.6.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.5.1...v0.6.0) (2020-12-14) + +**Note:** Version bump only for package @slickgrid-universal/empty-warning-component + + + + + ## [0.5.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.5.0...v0.5.1) (2020-12-10) **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 40bb2c091..6b0566ac3 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.5.1", + "version": "0.6.0", "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.5.1", + "@slickgrid-universal/common": "^0.6.0", "dompurify": "^2.2.3" }, "devDependencies": { diff --git a/packages/excel-export/CHANGELOG.md b/packages/excel-export/CHANGELOG.md index fb95ab5ae..275ff6acf 100644 --- a/packages/excel-export/CHANGELOG.md +++ b/packages/excel-export/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.6.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.5.1...v0.6.0) (2020-12-14) + + +### Features + +* **core:** add registerExternalResources for Components/Services ([#196](https://github.com/ghiscoding/slickgrid-universal/issues/196)) ([ee02f1d](https://github.com/ghiscoding/slickgrid-universal/commit/ee02f1d62d1a0601421352e43d17bd8c89e4348c)) +* **core:** refactor code using the container service everywhere ([#197](https://github.com/ghiscoding/slickgrid-universal/issues/197)) ([96ce9bd](https://github.com/ghiscoding/slickgrid-universal/commit/96ce9bdbf18330e522dad0cbb0eda09c41f6a3df)) + + + + + ## [0.5.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.5.0...v0.5.1) (2020-12-10) **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 27f4b0d98..9c86c94fe 100644 --- a/packages/excel-export/package.json +++ b/packages/excel-export/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/excel-export", - "version": "0.5.1", + "version": "0.6.0", "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.5.1", + "@slickgrid-universal/common": "^0.6.0", "excel-builder-webpacker": "^2.0.1", "moment-mini": "^2.24.0" }, diff --git a/packages/graphql/CHANGELOG.md b/packages/graphql/CHANGELOG.md index ef9c1a3d6..57e6f75c5 100644 --- a/packages/graphql/CHANGELOG.md +++ b/packages/graphql/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.6.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.5.1...v0.6.0) (2020-12-14) + +**Note:** Version bump only for package @slickgrid-universal/graphql + + + + + ## [0.5.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.5.0...v0.5.1) (2020-12-10) **Note:** Version bump only for package @slickgrid-universal/graphql diff --git a/packages/graphql/package.json b/packages/graphql/package.json index b4abab36d..c68e6239a 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/graphql", - "version": "0.5.1", + "version": "0.6.0", "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.5.1" + "@slickgrid-universal/common": "^0.6.0" }, "devDependencies": { "moment-mini": "^2.24.0" diff --git a/packages/odata/CHANGELOG.md b/packages/odata/CHANGELOG.md index f3a56ef4d..8cef2ca1e 100644 --- a/packages/odata/CHANGELOG.md +++ b/packages/odata/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.6.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.5.1...v0.6.0) (2020-12-14) + + +### Features + +* **core:** add registerExternalResources for Components/Services ([#196](https://github.com/ghiscoding/slickgrid-universal/issues/196)) ([ee02f1d](https://github.com/ghiscoding/slickgrid-universal/commit/ee02f1d62d1a0601421352e43d17bd8c89e4348c)) + + + + + ## [0.5.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.5.0...v0.5.1) (2020-12-10) **Note:** Version bump only for package @slickgrid-universal/odata diff --git a/packages/odata/package.json b/packages/odata/package.json index ce8bbbc58..0f65586a8 100644 --- a/packages/odata/package.json +++ b/packages/odata/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/odata", - "version": "0.5.1", + "version": "0.6.0", "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.5.1" + "@slickgrid-universal/common": "^0.6.0" } } diff --git a/packages/text-export/CHANGELOG.md b/packages/text-export/CHANGELOG.md index b7a381785..c857bb30b 100644 --- a/packages/text-export/CHANGELOG.md +++ b/packages/text-export/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.6.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.5.1...v0.6.0) (2020-12-14) + + +### Features + +* **core:** add registerExternalResources for Components/Services ([#196](https://github.com/ghiscoding/slickgrid-universal/issues/196)) ([ee02f1d](https://github.com/ghiscoding/slickgrid-universal/commit/ee02f1d62d1a0601421352e43d17bd8c89e4348c)) +* **core:** refactor code using the container service everywhere ([#197](https://github.com/ghiscoding/slickgrid-universal/issues/197)) ([96ce9bd](https://github.com/ghiscoding/slickgrid-universal/commit/96ce9bdbf18330e522dad0cbb0eda09c41f6a3df)) + + + + + ## [0.5.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.5.0...v0.5.1) (2020-12-10) **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 bc17e8913..e037a582e 100644 --- a/packages/text-export/package.json +++ b/packages/text-export/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/text-export", - "version": "0.5.1", + "version": "0.6.0", "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.5.1", + "@slickgrid-universal/common": "^0.6.0", "text-encoding-utf-8": "^1.0.2" }, "devDependencies": { diff --git a/packages/vanilla-bundle/CHANGELOG.md b/packages/vanilla-bundle/CHANGELOG.md index 4dc4b6916..6de490697 100644 --- a/packages/vanilla-bundle/CHANGELOG.md +++ b/packages/vanilla-bundle/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.6.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.5.1...v0.6.0) (2020-12-14) + + +### Bug Fixes + +* **core:** add console error if any of column def id includes dot ([#198](https://github.com/ghiscoding/slickgrid-universal/issues/198)) ([6ee40af](https://github.com/ghiscoding/slickgrid-universal/commit/6ee40af507b066602c39e057349b5ead6e7952f3)) +* **stylings:** re-align the svg icons & single/multiple-select icon+text ([#194](https://github.com/ghiscoding/slickgrid-universal/issues/194)) ([b730be7](https://github.com/ghiscoding/slickgrid-universal/commit/b730be7a75b3035c01aa7ca8f48a88df447ad461)) + + +### Features + +* **core:** add registerExternalResources for Components/Services ([#196](https://github.com/ghiscoding/slickgrid-universal/issues/196)) ([ee02f1d](https://github.com/ghiscoding/slickgrid-universal/commit/ee02f1d62d1a0601421352e43d17bd8c89e4348c)) +* **core:** refactor code using the container service everywhere ([#197](https://github.com/ghiscoding/slickgrid-universal/issues/197)) ([96ce9bd](https://github.com/ghiscoding/slickgrid-universal/commit/96ce9bdbf18330e522dad0cbb0eda09c41f6a3df)) + + + + + ## [0.5.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.5.0...v0.5.1) (2020-12-10) **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 6383fcf78..b640dcb26 100644 --- a/packages/vanilla-bundle/package.json +++ b/packages/vanilla-bundle/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/vanilla-bundle", - "version": "0.5.1", + "version": "0.6.0", "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.5.1", - "@slickgrid-universal/composite-editor-component": "^0.5.1", - "@slickgrid-universal/empty-warning-component": "^0.5.1", - "@slickgrid-universal/excel-export": "^0.5.1", - "@slickgrid-universal/text-export": "^0.5.1", + "@slickgrid-universal/common": "^0.6.0", + "@slickgrid-universal/composite-editor-component": "^0.6.0", + "@slickgrid-universal/empty-warning-component": "^0.6.0", + "@slickgrid-universal/excel-export": "^0.6.0", + "@slickgrid-universal/text-export": "^0.6.0", "dompurify": "^2.2.2", "es6-promise": "^4.2.8", "isomorphic-fetch": "^3.0.0"