From 7bd8203e076005690a5321321c64ebea2811aa5b Mon Sep 17 00:00:00 2001 From: ghiscoding Date: Tue, 2 Aug 2022 15:18:59 -0400 Subject: [PATCH] chore(release): publish new version 1.3.7 --- CHANGELOG.md | 7 +++++++ examples/webpack-demo-vanilla-bundle/CHANGELOG.md | 4 ++++ examples/webpack-demo-vanilla-bundle/package.json | 2 +- lerna.json | 2 +- packages/common/CHANGELOG.md | 6 ++++++ packages/common/package.json | 2 +- packages/composite-editor-component/CHANGELOG.md | 4 ++++ packages/composite-editor-component/package.json | 2 +- packages/custom-footer-component/CHANGELOG.md | 4 ++++ packages/custom-footer-component/package.json | 2 +- packages/custom-tooltip-plugin/CHANGELOG.md | 4 ++++ packages/custom-tooltip-plugin/package.json | 2 +- packages/empty-warning-component/CHANGELOG.md | 4 ++++ packages/empty-warning-component/package.json | 2 +- packages/event-pub-sub/CHANGELOG.md | 4 ++++ packages/event-pub-sub/package.json | 2 +- packages/excel-export/CHANGELOG.md | 4 ++++ packages/excel-export/package.json | 2 +- packages/graphql/CHANGELOG.md | 4 ++++ packages/graphql/package.json | 2 +- packages/odata/CHANGELOG.md | 4 ++++ packages/odata/package.json | 2 +- packages/pagination-component/CHANGELOG.md | 4 ++++ packages/pagination-component/package.json | 2 +- packages/row-detail-view-plugin/CHANGELOG.md | 4 ++++ packages/row-detail-view-plugin/package.json | 2 +- packages/rxjs-observable/CHANGELOG.md | 4 ++++ packages/rxjs-observable/package.json | 2 +- packages/text-export/CHANGELOG.md | 4 ++++ packages/text-export/package.json | 2 +- packages/utils/CHANGELOG.md | 6 ++++++ packages/utils/package.json | 2 +- packages/vanilla-bundle/CHANGELOG.md | 4 ++++ packages/vanilla-bundle/package.json | 2 +- packages/vanilla-force-bundle/CHANGELOG.md | 4 ++++ packages/vanilla-force-bundle/package.json | 2 +- 36 files changed, 97 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9c8bcba6..258489494 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.7](https://github.com/ghiscoding/slickgrid-universal/compare/v1.3.6...v1.3.7) (2022-08-02) + +### Bug Fixes + +* **service:** should be able to update dataview item not shown in grid ([#730](https://github.com/ghiscoding/slickgrid-universal/issues/730)) ([dc88c87](https://github.com/ghiscoding/slickgrid-universal/commit/dc88c870e046e904b160546239ab2d403237d98a)) - by @ghiscoding +* **uilts:** able to use setDeepValue on undefined/empty object ([#732](https://github.com/ghiscoding/slickgrid-universal/issues/732)) ([e370eef](https://github.com/ghiscoding/slickgrid-universal/commit/e370eef758a7e5fe20e87729bc407ca2bdd55504)) - by @ghiscoding + ## [1.3.6](https://github.com/ghiscoding/slickgrid-universal/compare/v1.3.5...v1.3.6) (2022-07-28) ### Bug Fixes diff --git a/examples/webpack-demo-vanilla-bundle/CHANGELOG.md b/examples/webpack-demo-vanilla-bundle/CHANGELOG.md index 3518ade40..0cfe91ecf 100644 --- a/examples/webpack-demo-vanilla-bundle/CHANGELOG.md +++ b/examples/webpack-demo-vanilla-bundle/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.7](https://github.com/ghiscoding/slickgrid-universal/compare/v1.3.6...v1.3.7) (2022-08-02) + +**Note:** Version bump only for package webpack-demo-vanilla-bundle + ## [1.3.6](https://github.com/ghiscoding/slickgrid-universal/compare/v1.3.5...v1.3.6) (2022-07-28) **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 8f598172f..576f5a83f 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": "1.3.6", + "version": "1.3.7", "private": true, "description": "SlickGrid-Universal demo", "directories": { diff --git a/lerna.json b/lerna.json index 1b6691771..a9e7e577f 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.3.6", + "version": "1.3.7", "npmClient": "pnpm", "loglevel": "info", "command": { diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index 9cf9b9468..b0132b059 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.7](https://github.com/ghiscoding/slickgrid-universal/compare/v1.3.6...v1.3.7) (2022-08-02) + +### Bug Fixes + +* **service:** should be able to update dataview item not shown in grid ([#730](https://github.com/ghiscoding/slickgrid-universal/issues/730)) ([dc88c87](https://github.com/ghiscoding/slickgrid-universal/commit/dc88c870e046e904b160546239ab2d403237d98a)) - by @ghiscoding + ## [1.3.5](https://github.com/ghiscoding/slickgrid-universal/compare/v1.3.4...v1.3.5) (2022-07-28) ### Bug Fixes diff --git a/packages/common/package.json b/packages/common/package.json index ace13b232..f876bcdd6 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/common", - "version": "1.3.5", + "version": "1.3.7", "description": "SlickGrid-Universal Common Code", "main": "dist/commonjs/index.js", "browser": "src/index.ts", diff --git a/packages/composite-editor-component/CHANGELOG.md b/packages/composite-editor-component/CHANGELOG.md index 3b189c894..fa1bc564a 100644 --- a/packages/composite-editor-component/CHANGELOG.md +++ b/packages/composite-editor-component/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.7](https://github.com/ghiscoding/slickgrid-universal/compare/v1.3.6...v1.3.7) (2022-08-02) + +**Note:** Version bump only for package @slickgrid-universal/composite-editor-component + ## [1.3.5](https://github.com/ghiscoding/slickgrid-universal/compare/v1.3.4...v1.3.5) (2022-07-28) ### Bug Fixes diff --git a/packages/composite-editor-component/package.json b/packages/composite-editor-component/package.json index 7dca94fe2..3ee373554 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": "1.3.5", + "version": "1.3.7", "description": "Slick Composite Editor Component - Vanilla Implementation of a Composite Editor Modal Window Component", "main": "dist/commonjs/index.js", "browser": "src/index.ts", diff --git a/packages/custom-footer-component/CHANGELOG.md b/packages/custom-footer-component/CHANGELOG.md index 1b376c656..0d720ae61 100644 --- a/packages/custom-footer-component/CHANGELOG.md +++ b/packages/custom-footer-component/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.7](https://github.com/ghiscoding/slickgrid-universal/compare/v1.3.6...v1.3.7) (2022-08-02) + +**Note:** Version bump only for package @slickgrid-universal/custom-footer-component + ## [1.3.5](https://github.com/ghiscoding/slickgrid-universal/compare/v1.3.4...v1.3.5) (2022-07-28) ### Bug Fixes diff --git a/packages/custom-footer-component/package.json b/packages/custom-footer-component/package.json index eeddfb5b6..07a9b629d 100644 --- a/packages/custom-footer-component/package.json +++ b/packages/custom-footer-component/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/custom-footer-component", - "version": "1.3.5", + "version": "1.3.7", "description": "Slick Custom Footer Component - Vanilla Implementation of a Custom Footer Component", "main": "dist/commonjs/index.js", "browser": "src/index.ts", diff --git a/packages/custom-tooltip-plugin/CHANGELOG.md b/packages/custom-tooltip-plugin/CHANGELOG.md index eacdd5177..ed1b4f3b0 100644 --- a/packages/custom-tooltip-plugin/CHANGELOG.md +++ b/packages/custom-tooltip-plugin/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.7](https://github.com/ghiscoding/slickgrid-universal/compare/v1.3.6...v1.3.7) (2022-08-02) + +**Note:** Version bump only for package @slickgrid-universal/custom-tooltip-plugin + ## [1.3.5](https://github.com/ghiscoding/slickgrid-universal/compare/v1.3.4...v1.3.5) (2022-07-28) ### Bug Fixes diff --git a/packages/custom-tooltip-plugin/package.json b/packages/custom-tooltip-plugin/package.json index e0b283218..4393cbb41 100644 --- a/packages/custom-tooltip-plugin/package.json +++ b/packages/custom-tooltip-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/custom-tooltip-plugin", - "version": "1.3.5", + "version": "1.3.7", "description": "A plugin to add Custom Tooltip when hovering a cell, it subscribes to the cell", "main": "dist/commonjs/index.js", "browser": "src/index.ts", diff --git a/packages/empty-warning-component/CHANGELOG.md b/packages/empty-warning-component/CHANGELOG.md index 7ecbb907d..cac5acc30 100644 --- a/packages/empty-warning-component/CHANGELOG.md +++ b/packages/empty-warning-component/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.7](https://github.com/ghiscoding/slickgrid-universal/compare/v1.3.6...v1.3.7) (2022-08-02) + +**Note:** Version bump only for package @slickgrid-universal/empty-warning-component + ## [1.3.5](https://github.com/ghiscoding/slickgrid-universal/compare/v1.3.4...v1.3.5) (2022-07-28) ### Bug Fixes diff --git a/packages/empty-warning-component/package.json b/packages/empty-warning-component/package.json index 178ad61e4..24d27963f 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": "1.3.5", + "version": "1.3.7", "description": "Slick Empty Warning Component - Vanilla Implementation of an Empty Dataset Warning Component", "main": "dist/commonjs/index.js", "browser": "src/index.ts", diff --git a/packages/event-pub-sub/CHANGELOG.md b/packages/event-pub-sub/CHANGELOG.md index 85c66b2cc..be328178f 100644 --- a/packages/event-pub-sub/CHANGELOG.md +++ b/packages/event-pub-sub/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.7](https://github.com/ghiscoding/slickgrid-universal/compare/v1.3.6...v1.3.7) (2022-08-02) + +**Note:** Version bump only for package @slickgrid-universal/event-pub-sub + ## [1.3.5](https://github.com/ghiscoding/slickgrid-universal/compare/v1.3.4...v1.3.5) (2022-07-28) ### Bug Fixes diff --git a/packages/event-pub-sub/package.json b/packages/event-pub-sub/package.json index a9afb284b..b52ff8593 100644 --- a/packages/event-pub-sub/package.json +++ b/packages/event-pub-sub/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/event-pub-sub", - "version": "1.3.5", + "version": "1.3.7", "description": "Simple Vanilla Implementation of an Event PubSub Service to do simply publish/subscribe inter-communication while optionally providing data in the event", "main": "dist/commonjs/index.js", "browser": "src/index.ts", diff --git a/packages/excel-export/CHANGELOG.md b/packages/excel-export/CHANGELOG.md index 4e895d80e..31deb92a5 100644 --- a/packages/excel-export/CHANGELOG.md +++ b/packages/excel-export/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.7](https://github.com/ghiscoding/slickgrid-universal/compare/v1.3.6...v1.3.7) (2022-08-02) + +**Note:** Version bump only for package @slickgrid-universal/excel-export + ## [1.3.5](https://github.com/ghiscoding/slickgrid-universal/compare/v1.3.4...v1.3.5) (2022-07-28) ### Bug Fixes diff --git a/packages/excel-export/package.json b/packages/excel-export/package.json index a4ca84ff4..cdce08780 100644 --- a/packages/excel-export/package.json +++ b/packages/excel-export/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/excel-export", - "version": "1.3.5", + "version": "1.3.7", "description": "Excel Export (xls/xlsx) Service.", "main": "dist/commonjs/index.js", "browser": "src/index.ts", diff --git a/packages/graphql/CHANGELOG.md b/packages/graphql/CHANGELOG.md index 996008197..4a5125150 100644 --- a/packages/graphql/CHANGELOG.md +++ b/packages/graphql/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.7](https://github.com/ghiscoding/slickgrid-universal/compare/v1.3.6...v1.3.7) (2022-08-02) + +**Note:** Version bump only for package @slickgrid-universal/graphql + ## [1.3.5](https://github.com/ghiscoding/slickgrid-universal/compare/v1.3.4...v1.3.5) (2022-07-28) ### Bug Fixes diff --git a/packages/graphql/package.json b/packages/graphql/package.json index 8cd3e846e..f487da5e2 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/graphql", - "version": "1.3.5", + "version": "1.3.7", "description": "GraphQL Service to sync a grid with a GraphQL backend server", "main": "dist/commonjs/index.js", "browser": "src/index.ts", diff --git a/packages/odata/CHANGELOG.md b/packages/odata/CHANGELOG.md index f12a5fd0c..acb7ec709 100644 --- a/packages/odata/CHANGELOG.md +++ b/packages/odata/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.7](https://github.com/ghiscoding/slickgrid-universal/compare/v1.3.6...v1.3.7) (2022-08-02) + +**Note:** Version bump only for package @slickgrid-universal/odata + ## [1.3.5](https://github.com/ghiscoding/slickgrid-universal/compare/v1.3.4...v1.3.5) (2022-07-28) ### Bug Fixes diff --git a/packages/odata/package.json b/packages/odata/package.json index 3c5ff68fb..4f7470943 100644 --- a/packages/odata/package.json +++ b/packages/odata/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/odata", - "version": "1.3.5", + "version": "1.3.7", "description": "Grid OData Service to sync a grid with an OData backend server", "main": "dist/commonjs/index.js", "browser": "src/index.ts", diff --git a/packages/pagination-component/CHANGELOG.md b/packages/pagination-component/CHANGELOG.md index 6b0ec911a..82721317b 100644 --- a/packages/pagination-component/CHANGELOG.md +++ b/packages/pagination-component/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.7](https://github.com/ghiscoding/slickgrid-universal/compare/v1.3.6...v1.3.7) (2022-08-02) + +**Note:** Version bump only for package @slickgrid-universal/pagination-component + ## [1.3.5](https://github.com/ghiscoding/slickgrid-universal/compare/v1.3.4...v1.3.5) (2022-07-28) ### Bug Fixes diff --git a/packages/pagination-component/package.json b/packages/pagination-component/package.json index 35a5db5ce..e2f1ba8e9 100644 --- a/packages/pagination-component/package.json +++ b/packages/pagination-component/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/pagination-component", - "version": "1.3.5", + "version": "1.3.7", "description": "Slick Pagination Component - Vanilla Implementation of a Pagination Component", "main": "dist/commonjs/index.js", "browser": "src/index.ts", diff --git a/packages/row-detail-view-plugin/CHANGELOG.md b/packages/row-detail-view-plugin/CHANGELOG.md index 6eb816a6f..5dbecff9e 100644 --- a/packages/row-detail-view-plugin/CHANGELOG.md +++ b/packages/row-detail-view-plugin/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.7](https://github.com/ghiscoding/slickgrid-universal/compare/v1.3.6...v1.3.7) (2022-08-02) + +**Note:** Version bump only for package @slickgrid-universal/row-detail-view-plugin + ## [1.3.5](https://github.com/ghiscoding/slickgrid-universal/compare/v1.3.4...v1.3.5) (2022-07-28) ### Bug Fixes diff --git a/packages/row-detail-view-plugin/package.json b/packages/row-detail-view-plugin/package.json index fec3481e4..18ebb6fd8 100644 --- a/packages/row-detail-view-plugin/package.json +++ b/packages/row-detail-view-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/row-detail-view-plugin", - "version": "1.3.5", + "version": "1.3.7", "description": "SlickRowDetail plugin - A plugin to add Row Detail Panel", "main": "dist/commonjs/index.js", "browser": "src/index.ts", diff --git a/packages/rxjs-observable/CHANGELOG.md b/packages/rxjs-observable/CHANGELOG.md index 53dad7df2..a05a8781b 100644 --- a/packages/rxjs-observable/CHANGELOG.md +++ b/packages/rxjs-observable/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.7](https://github.com/ghiscoding/slickgrid-universal/compare/v1.3.6...v1.3.7) (2022-08-02) + +**Note:** Version bump only for package @slickgrid-universal/rxjs-observable + ## [1.3.6](https://github.com/ghiscoding/slickgrid-universal/compare/v1.3.5...v1.3.6) (2022-07-28) ### Bug Fixes diff --git a/packages/rxjs-observable/package.json b/packages/rxjs-observable/package.json index 56d17c526..ea1456f50 100644 --- a/packages/rxjs-observable/package.json +++ b/packages/rxjs-observable/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/rxjs-observable", - "version": "1.3.6", + "version": "1.3.7", "description": "RxJS Observable Wrapper", "main": "dist/commonjs/index.js", "browser": "src/index.ts", diff --git a/packages/text-export/CHANGELOG.md b/packages/text-export/CHANGELOG.md index 873e0bb13..bb3a7f08f 100644 --- a/packages/text-export/CHANGELOG.md +++ b/packages/text-export/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.7](https://github.com/ghiscoding/slickgrid-universal/compare/v1.3.6...v1.3.7) (2022-08-02) + +**Note:** Version bump only for package @slickgrid-universal/text-export + ## [1.3.5](https://github.com/ghiscoding/slickgrid-universal/compare/v1.3.4...v1.3.5) (2022-07-28) ### Bug Fixes diff --git a/packages/text-export/package.json b/packages/text-export/package.json index ca601c79b..46e7e6aa1 100644 --- a/packages/text-export/package.json +++ b/packages/text-export/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/text-export", - "version": "1.3.5", + "version": "1.3.7", "description": "Export to Text File (csv/txt) Service.", "main": "dist/commonjs/index.js", "browser": "src/index.ts", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 9ecc9569e..ccef9a636 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.7](https://github.com/ghiscoding/slickgrid-universal/compare/v1.3.6...v1.3.7) (2022-08-02) + +### Bug Fixes + +* **uilts:** able to use setDeepValue on undefined/empty object ([#732](https://github.com/ghiscoding/slickgrid-universal/issues/732)) ([e370eef](https://github.com/ghiscoding/slickgrid-universal/commit/e370eef758a7e5fe20e87729bc407ca2bdd55504)) - by @ghiscoding + ## [1.3.5](https://github.com/ghiscoding/slickgrid-universal/compare/v1.3.4...v1.3.5) (2022-07-28) ### Bug Fixes diff --git a/packages/utils/package.json b/packages/utils/package.json index 83e24113e..ad3dc1786 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/utils", - "version": "1.3.5", + "version": "1.3.7", "description": "Common set of small utilities", "main": "dist/commonjs/index.js", "browser": "src/index.ts", diff --git a/packages/vanilla-bundle/CHANGELOG.md b/packages/vanilla-bundle/CHANGELOG.md index 1d921e148..df502e4f4 100644 --- a/packages/vanilla-bundle/CHANGELOG.md +++ b/packages/vanilla-bundle/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.7](https://github.com/ghiscoding/slickgrid-universal/compare/v1.3.6...v1.3.7) (2022-08-02) + +**Note:** Version bump only for package @slickgrid-universal/vanilla-bundle + ## [1.3.5](https://github.com/ghiscoding/slickgrid-universal/compare/v1.3.4...v1.3.5) (2022-07-28) ### Bug Fixes diff --git a/packages/vanilla-bundle/package.json b/packages/vanilla-bundle/package.json index 7d27fd388..bf074148f 100644 --- a/packages/vanilla-bundle/package.json +++ b/packages/vanilla-bundle/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/vanilla-bundle", - "version": "1.3.5", + "version": "1.3.7", "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.", "main": "dist/commonjs/index.js", "browser": "src/index.ts", diff --git a/packages/vanilla-force-bundle/CHANGELOG.md b/packages/vanilla-force-bundle/CHANGELOG.md index b3e11f57d..614b5cbca 100644 --- a/packages/vanilla-force-bundle/CHANGELOG.md +++ b/packages/vanilla-force-bundle/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.7](https://github.com/ghiscoding/slickgrid-universal/compare/v1.3.6...v1.3.7) (2022-08-02) + +**Note:** Version bump only for package @slickgrid-universal/vanilla-force-bundle + ## [1.3.5](https://github.com/ghiscoding/slickgrid-universal/compare/v1.3.4...v1.3.5) (2022-07-28) ### Bug Fixes diff --git a/packages/vanilla-force-bundle/package.json b/packages/vanilla-force-bundle/package.json index 61f550287..03fea6ad2 100644 --- a/packages/vanilla-force-bundle/package.json +++ b/packages/vanilla-force-bundle/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/vanilla-force-bundle", - "version": "1.3.5", + "version": "1.3.7", "description": "Vanilla Slick Grid Bundle (mostly exist for our Salesforce implementation) - Similar to Vanilla Bundle, the only difference is that it adds extra packages within its bundle (CustomTooltip, CompositeEditor & TextExport)", "main": "dist/commonjs/index.js", "browser": "src/index.ts",