From 1540867c4157c9457e3663c8d1bbe20de45a25c6 Mon Sep 17 00:00:00 2001 From: ghiscoding Date: Sat, 2 Nov 2024 19:14:00 +0000 Subject: [PATCH] chore(release): publish new version v5.10.0 --- CHANGELOG.md | 12 ++++++++++++ examples/vite-demo-vanilla-bundle/CHANGELOG.md | 10 ++++++++++ examples/vite-demo-vanilla-bundle/package.json | 2 +- lerna.json | 2 +- packages/common/CHANGELOG.md | 12 ++++++++++++ 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/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/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 +- 32 files changed, 102 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8009265d..6e02a665f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.10.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.9.0...v5.10.0) (2024-11-02) + +### Features + +* switch to SASS `[@use](https://github.com/use)` and remove any `[@import](https://github.com/import)` to fix deprecations ([ba58eab](https://github.com/ghiscoding/slickgrid-universal/commit/ba58eabe97e2b2e09f91a42c0ae49561ed36e124)) - by @ghiscoding + +### Bug Fixes + +* add more SASS styling fixes & fix box-shadow w/filled filters ([2fc5dad](https://github.com/ghiscoding/slickgrid-universal/commit/2fc5dad0b99eb1539002eccc118f7157980b4938)) - by @ghiscoding +* couple of SASS styling fixes ([d87912b](https://github.com/ghiscoding/slickgrid-universal/commit/d87912bc25c2cad103487bb55225edb6675c8222)) - by @ghiscoding +* decrease ColumnPicker/GridMenu min-height to 150px ([5041c95](https://github.com/ghiscoding/slickgrid-universal/commit/5041c95de1400a0a670fd1fdda49a14d5c9fb739)) - by @ghiscoding + ## [5.9.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.8.0...v5.9.0) (2024-10-19) ### Features diff --git a/examples/vite-demo-vanilla-bundle/CHANGELOG.md b/examples/vite-demo-vanilla-bundle/CHANGELOG.md index f4f09cb4e..7352c21c8 100644 --- a/examples/vite-demo-vanilla-bundle/CHANGELOG.md +++ b/examples/vite-demo-vanilla-bundle/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.10.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.9.0...v5.10.0) (2024-11-02) + +### Features + +* switch to SASS `[@use](https://github.com/use)` and remove any `[@import](https://github.com/import)` to fix deprecations ([ba58eab](https://github.com/ghiscoding/slickgrid-universal/commit/ba58eabe97e2b2e09f91a42c0ae49561ed36e124)) - by @ghiscoding + +### Bug Fixes + +* add more SASS styling fixes & fix box-shadow w/filled filters ([2fc5dad](https://github.com/ghiscoding/slickgrid-universal/commit/2fc5dad0b99eb1539002eccc118f7157980b4938)) - by @ghiscoding + ## [5.9.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.8.0...v5.9.0) (2024-10-19) ### Features diff --git a/examples/vite-demo-vanilla-bundle/package.json b/examples/vite-demo-vanilla-bundle/package.json index 7efe89bcc..6caa6f34a 100644 --- a/examples/vite-demo-vanilla-bundle/package.json +++ b/examples/vite-demo-vanilla-bundle/package.json @@ -1,7 +1,7 @@ { "name": "slickgrid-universal-vite-demo", "private": true, - "version": "5.9.0", + "version": "5.10.0", "scripts": { "build": "tsc && vite build", "preview": "vite preview", diff --git a/lerna.json b/lerna.json index 126daf0d2..eaaba2e53 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json", - "version": "5.9.0", + "version": "5.10.0", "npmClient": "pnpm", "loglevel": "info", "command": { diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index 30f833dfd..26859c6a3 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.10.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.9.0...v5.10.0) (2024-11-02) + +### Features + +* switch to SASS `[@use](https://github.com/use)` and remove any `[@import](https://github.com/import)` to fix deprecations ([ba58eab](https://github.com/ghiscoding/slickgrid-universal/commit/ba58eabe97e2b2e09f91a42c0ae49561ed36e124)) - by @ghiscoding + +### Bug Fixes + +* add more SASS styling fixes & fix box-shadow w/filled filters ([2fc5dad](https://github.com/ghiscoding/slickgrid-universal/commit/2fc5dad0b99eb1539002eccc118f7157980b4938)) - by @ghiscoding +* couple of SASS styling fixes ([d87912b](https://github.com/ghiscoding/slickgrid-universal/commit/d87912bc25c2cad103487bb55225edb6675c8222)) - by @ghiscoding +* decrease ColumnPicker/GridMenu min-height to 150px ([5041c95](https://github.com/ghiscoding/slickgrid-universal/commit/5041c95de1400a0a670fd1fdda49a14d5c9fb739)) - by @ghiscoding + ## [5.9.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.8.0...v5.9.0) (2024-10-19) ### Features diff --git a/packages/common/package.json b/packages/common/package.json index 3015de558..4f16a05c2 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/common", - "version": "5.9.0", + "version": "5.10.0", "description": "SlickGrid-Universal Common Code", "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/packages/composite-editor-component/CHANGELOG.md b/packages/composite-editor-component/CHANGELOG.md index 50481dd3f..9457d5b98 100644 --- a/packages/composite-editor-component/CHANGELOG.md +++ b/packages/composite-editor-component/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.10.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.9.0...v5.10.0) (2024-11-02) + +**Note:** Version bump only for package @slickgrid-universal/composite-editor-component + ## [5.9.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.8.0...v5.9.0) (2024-10-19) **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 b585d7c2f..4c36fef11 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": "5.9.0", + "version": "5.10.0", "description": "Slick Composite Editor Component - Vanilla Implementation of a Composite Editor Modal Window Component", "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/packages/custom-footer-component/CHANGELOG.md b/packages/custom-footer-component/CHANGELOG.md index d988fd447..e51ecaa86 100644 --- a/packages/custom-footer-component/CHANGELOG.md +++ b/packages/custom-footer-component/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.10.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.9.0...v5.10.0) (2024-11-02) + +**Note:** Version bump only for package @slickgrid-universal/custom-footer-component + ## [5.9.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.8.0...v5.9.0) (2024-10-19) **Note:** Version bump only for package @slickgrid-universal/custom-footer-component diff --git a/packages/custom-footer-component/package.json b/packages/custom-footer-component/package.json index de9669d68..950762721 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": "5.9.0", + "version": "5.10.0", "description": "Slick Custom Footer Component - Vanilla Implementation of a Custom Footer Component", "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/packages/custom-tooltip-plugin/CHANGELOG.md b/packages/custom-tooltip-plugin/CHANGELOG.md index c195e2461..35f03db4e 100644 --- a/packages/custom-tooltip-plugin/CHANGELOG.md +++ b/packages/custom-tooltip-plugin/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.10.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.9.0...v5.10.0) (2024-11-02) + +**Note:** Version bump only for package @slickgrid-universal/custom-tooltip-plugin + ## [5.9.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.8.0...v5.9.0) (2024-10-19) **Note:** Version bump only for package @slickgrid-universal/custom-tooltip-plugin diff --git a/packages/custom-tooltip-plugin/package.json b/packages/custom-tooltip-plugin/package.json index 5cd3f58b6..3fa95f832 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": "5.9.0", + "version": "5.10.0", "description": "A plugin to add Custom Tooltip when hovering a cell, it subscribes to the cell", "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/packages/empty-warning-component/CHANGELOG.md b/packages/empty-warning-component/CHANGELOG.md index 77d8d2da1..f2b92f964 100644 --- a/packages/empty-warning-component/CHANGELOG.md +++ b/packages/empty-warning-component/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.10.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.9.0...v5.10.0) (2024-11-02) + +**Note:** Version bump only for package @slickgrid-universal/empty-warning-component + ## [5.9.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.8.0...v5.9.0) (2024-10-19) **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 3bd885f8a..c8d8a9092 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": "5.9.0", + "version": "5.10.0", "description": "Slick Empty Warning Component - Vanilla Implementation of an Empty Dataset Warning Component", "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/packages/excel-export/CHANGELOG.md b/packages/excel-export/CHANGELOG.md index a24ee9ac6..3ffbd53bb 100644 --- a/packages/excel-export/CHANGELOG.md +++ b/packages/excel-export/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.10.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.9.0...v5.10.0) (2024-11-02) + +**Note:** Version bump only for package @slickgrid-universal/excel-export + ## [5.9.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.8.0...v5.9.0) (2024-10-19) ### Bug Fixes diff --git a/packages/excel-export/package.json b/packages/excel-export/package.json index a86804758..9d8896325 100644 --- a/packages/excel-export/package.json +++ b/packages/excel-export/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/excel-export", - "version": "5.9.0", + "version": "5.10.0", "description": "Excel Export (xls/xlsx) Service.", "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/packages/graphql/CHANGELOG.md b/packages/graphql/CHANGELOG.md index 8e57a3e79..feefe6b8a 100644 --- a/packages/graphql/CHANGELOG.md +++ b/packages/graphql/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.10.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.9.0...v5.10.0) (2024-11-02) + +**Note:** Version bump only for package @slickgrid-universal/graphql + ## [5.9.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.8.0...v5.9.0) (2024-10-19) **Note:** Version bump only for package @slickgrid-universal/graphql diff --git a/packages/graphql/package.json b/packages/graphql/package.json index c7d42c730..dc5516cba 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/graphql", - "version": "5.9.0", + "version": "5.10.0", "description": "GraphQL Service to sync a grid with a GraphQL backend server", "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/packages/odata/CHANGELOG.md b/packages/odata/CHANGELOG.md index 5a72514e1..dc312c76e 100644 --- a/packages/odata/CHANGELOG.md +++ b/packages/odata/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.10.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.9.0...v5.10.0) (2024-11-02) + +**Note:** Version bump only for package @slickgrid-universal/odata + ## [5.9.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.8.0...v5.9.0) (2024-10-19) **Note:** Version bump only for package @slickgrid-universal/odata diff --git a/packages/odata/package.json b/packages/odata/package.json index 0f0b6c3cb..5e433c237 100644 --- a/packages/odata/package.json +++ b/packages/odata/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/odata", - "version": "5.9.0", + "version": "5.10.0", "description": "Grid OData Service to sync a grid with an OData backend server", "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/packages/pagination-component/CHANGELOG.md b/packages/pagination-component/CHANGELOG.md index 950e42643..2828fe005 100644 --- a/packages/pagination-component/CHANGELOG.md +++ b/packages/pagination-component/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.10.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.9.0...v5.10.0) (2024-11-02) + +**Note:** Version bump only for package @slickgrid-universal/pagination-component + ## [5.9.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.8.0...v5.9.0) (2024-10-19) ### Features diff --git a/packages/pagination-component/package.json b/packages/pagination-component/package.json index 2fb2f8866..c0bc949c9 100644 --- a/packages/pagination-component/package.json +++ b/packages/pagination-component/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/pagination-component", - "version": "5.9.0", + "version": "5.10.0", "description": "Slick Pagination Component - Vanilla Implementation of a Pagination Component", "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/packages/row-detail-view-plugin/CHANGELOG.md b/packages/row-detail-view-plugin/CHANGELOG.md index 1e4ae68ee..3cba0288d 100644 --- a/packages/row-detail-view-plugin/CHANGELOG.md +++ b/packages/row-detail-view-plugin/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.10.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.9.0...v5.10.0) (2024-11-02) + +**Note:** Version bump only for package @slickgrid-universal/row-detail-view-plugin + ## [5.9.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.8.0...v5.9.0) (2024-10-19) **Note:** Version bump only for package @slickgrid-universal/row-detail-view-plugin diff --git a/packages/row-detail-view-plugin/package.json b/packages/row-detail-view-plugin/package.json index 2d90f8e01..472e9b7c8 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": "5.9.0", + "version": "5.10.0", "description": "SlickRowDetail plugin - A plugin to add Row Detail Panel", "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/packages/rxjs-observable/CHANGELOG.md b/packages/rxjs-observable/CHANGELOG.md index 06a4ae3a8..1045c20c9 100644 --- a/packages/rxjs-observable/CHANGELOG.md +++ b/packages/rxjs-observable/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.10.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.9.0...v5.10.0) (2024-11-02) + +**Note:** Version bump only for package @slickgrid-universal/rxjs-observable + ## [5.9.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.8.0...v5.9.0) (2024-10-19) **Note:** Version bump only for package @slickgrid-universal/rxjs-observable diff --git a/packages/rxjs-observable/package.json b/packages/rxjs-observable/package.json index 3cc4b5ffd..749398a17 100644 --- a/packages/rxjs-observable/package.json +++ b/packages/rxjs-observable/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/rxjs-observable", - "version": "5.9.0", + "version": "5.10.0", "description": "RxJS Observable Wrapper", "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/packages/text-export/CHANGELOG.md b/packages/text-export/CHANGELOG.md index 54f747ee7..aeb837f01 100644 --- a/packages/text-export/CHANGELOG.md +++ b/packages/text-export/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.10.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.9.0...v5.10.0) (2024-11-02) + +**Note:** Version bump only for package @slickgrid-universal/text-export + ## [5.9.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.8.0...v5.9.0) (2024-10-19) **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 581ba67d0..d545ed9ad 100644 --- a/packages/text-export/package.json +++ b/packages/text-export/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/text-export", - "version": "5.9.0", + "version": "5.10.0", "description": "Export to Text File (csv/txt) Service.", "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/packages/vanilla-bundle/CHANGELOG.md b/packages/vanilla-bundle/CHANGELOG.md index fd1d6e5eb..78fddc833 100644 --- a/packages/vanilla-bundle/CHANGELOG.md +++ b/packages/vanilla-bundle/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.10.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.9.0...v5.10.0) (2024-11-02) + +**Note:** Version bump only for package @slickgrid-universal/vanilla-bundle + ## [5.9.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.8.0...v5.9.0) (2024-10-19) ### Features diff --git a/packages/vanilla-bundle/package.json b/packages/vanilla-bundle/package.json index b965b28b7..5e238a897 100644 --- a/packages/vanilla-bundle/package.json +++ b/packages/vanilla-bundle/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/vanilla-bundle", - "version": "5.9.0", + "version": "5.10.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 Vite to bundle everything into a single JS file.", "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/packages/vanilla-force-bundle/CHANGELOG.md b/packages/vanilla-force-bundle/CHANGELOG.md index 747689d06..21119aa66 100644 --- a/packages/vanilla-force-bundle/CHANGELOG.md +++ b/packages/vanilla-force-bundle/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.10.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.9.0...v5.10.0) (2024-11-02) + +**Note:** Version bump only for package @slickgrid-universal/vanilla-force-bundle + ## [5.9.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.8.0...v5.9.0) (2024-10-19) ### Bug Fixes diff --git a/packages/vanilla-force-bundle/package.json b/packages/vanilla-force-bundle/package.json index 0c6d3f434..880962e84 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": "5.9.0", + "version": "5.10.0", "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/cjs/index.js", "types": "./dist/types/index.d.ts",