From 7dd2bc26ec056e2772e1ec9f84c86b7e89e442ee Mon Sep 17 00:00:00 2001 From: ghiscoding Date: Fri, 28 Jun 2024 18:08:51 +0000 Subject: [PATCH] chore(release): publish new version v5.3.0 --- CHANGELOG.md | 13 +++++++++++++ examples/vite-demo-vanilla-bundle/CHANGELOG.md | 7 +++++++ examples/vite-demo-vanilla-bundle/package.json | 2 +- lerna.json | 2 +- packages/binding/CHANGELOG.md | 6 ++++++ packages/binding/package.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 | 6 ++++++ packages/custom-footer-component/package.json | 2 +- packages/custom-tooltip-plugin/CHANGELOG.md | 6 ++++++ 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 | 4 ++++ packages/utils/package.json | 2 +- packages/vanilla-bundle/CHANGELOG.md | 4 ++++ packages/vanilla-bundle/package.json | 2 +- packages/vanilla-force-bundle/CHANGELOG.md | 6 ++++++ packages/vanilla-force-bundle/package.json | 2 +- 38 files changed, 123 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6592e918d..fff29ec7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.3.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.2.0...v5.3.0) (2024-06-28) + +### Features + +* **grouping:** add onPreHeaderContextMenu for Column Picker usage ([#1580](https://github.com/ghiscoding/slickgrid-universal/issues/1580)) ([c742a83](https://github.com/ghiscoding/slickgrid-universal/commit/c742a83adaf8d7af9485005bbd76a37bc52fea9b)) - by @ghiscoding + +### Bug Fixes + +* **deps:** update all non-major dependencies ([#1581](https://github.com/ghiscoding/slickgrid-universal/issues/1581)) ([e89d1ad](https://github.com/ghiscoding/slickgrid-universal/commit/e89d1ad8d8573b3faef9bc9d312ecac199461c81)) - by @renovate-bot +* **filters:** setting date picker should always work, fixes [#1582](https://github.com/ghiscoding/slickgrid-universal/issues/1582) ([#1583](https://github.com/ghiscoding/slickgrid-universal/issues/1583)) ([92f6164](https://github.com/ghiscoding/slickgrid-universal/commit/92f6164ec275c204739b8e56426934a5ad82c1be)) - by @ghiscoding +* **styling:** Column Header should always be on top of grid container ([#1578](https://github.com/ghiscoding/slickgrid-universal/issues/1578)) ([2f97dbb](https://github.com/ghiscoding/slickgrid-universal/commit/2f97dbb27e070eb29bbc95666dd64993d0a5818c)) - by @ghiscoding +* **tooltip:** Slider Filter should auto update tooltip whenever sliding ([#1584](https://github.com/ghiscoding/slickgrid-universal/issues/1584)) ([4d56dfb](https://github.com/ghiscoding/slickgrid-universal/commit/4d56dfbe27399a4933c83eb2b1984ae4c0f2f858)) - by @ghiscoding + ## [5.2.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.1.0...v5.2.0) (2024-06-18) ### Features diff --git a/examples/vite-demo-vanilla-bundle/CHANGELOG.md b/examples/vite-demo-vanilla-bundle/CHANGELOG.md index ef1153d12..ee64d57f6 100644 --- a/examples/vite-demo-vanilla-bundle/CHANGELOG.md +++ b/examples/vite-demo-vanilla-bundle/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. +## [5.3.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.2.0...v5.3.0) (2024-06-28) + +### Bug Fixes + +* **deps:** update all non-major dependencies ([#1581](https://github.com/ghiscoding/slickgrid-universal/issues/1581)) ([e89d1ad](https://github.com/ghiscoding/slickgrid-universal/commit/e89d1ad8d8573b3faef9bc9d312ecac199461c81)) - by @renovate-bot +* **filters:** setting date picker should always work, fixes [#1582](https://github.com/ghiscoding/slickgrid-universal/issues/1582) ([#1583](https://github.com/ghiscoding/slickgrid-universal/issues/1583)) ([92f6164](https://github.com/ghiscoding/slickgrid-universal/commit/92f6164ec275c204739b8e56426934a5ad82c1be)) - by @ghiscoding + ## [5.2.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.1.0...v5.2.0) (2024-06-18) ### Features diff --git a/examples/vite-demo-vanilla-bundle/package.json b/examples/vite-demo-vanilla-bundle/package.json index c760b52ea..be6e3a728 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.2.0", + "version": "5.3.0", "scripts": { "build": "tsc && vite build", "preview": "vite preview", diff --git a/lerna.json b/lerna.json index 2f6912dc3..b68cb57b5 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json", - "version": "5.2.0", + "version": "5.3.0", "npmClient": "pnpm", "loglevel": "info", "command": { diff --git a/packages/binding/CHANGELOG.md b/packages/binding/CHANGELOG.md index 7fe2541b9..27556f793 100644 --- a/packages/binding/CHANGELOG.md +++ b/packages/binding/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.3.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.2.0...v5.3.0) (2024-06-28) + +### Features + +* **grouping:** add onPreHeaderContextMenu for Column Picker usage ([#1580](https://github.com/ghiscoding/slickgrid-universal/issues/1580)) ([c742a83](https://github.com/ghiscoding/slickgrid-universal/commit/c742a83adaf8d7af9485005bbd76a37bc52fea9b)) - by @ghiscoding + ## [5.2.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.1.0...v5.2.0) (2024-06-18) **Note:** Version bump only for package @slickgrid-universal/binding diff --git a/packages/binding/package.json b/packages/binding/package.json index 9d3173163..172f1a6c1 100644 --- a/packages/binding/package.json +++ b/packages/binding/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/binding", - "version": "5.2.0", + "version": "5.3.0", "description": "Simple Vanilla Implementation of a Binding Engine & Helper to add properties/events 2 way bindings", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index 69b458d24..315268744 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.3.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.2.0...v5.3.0) (2024-06-28) + +### Features + +* **grouping:** add onPreHeaderContextMenu for Column Picker usage ([#1580](https://github.com/ghiscoding/slickgrid-universal/issues/1580)) ([c742a83](https://github.com/ghiscoding/slickgrid-universal/commit/c742a83adaf8d7af9485005bbd76a37bc52fea9b)) - by @ghiscoding + +### Bug Fixes + +* **deps:** update all non-major dependencies ([#1581](https://github.com/ghiscoding/slickgrid-universal/issues/1581)) ([e89d1ad](https://github.com/ghiscoding/slickgrid-universal/commit/e89d1ad8d8573b3faef9bc9d312ecac199461c81)) - by @renovate-bot +* **filters:** setting date picker should always work, fixes [#1582](https://github.com/ghiscoding/slickgrid-universal/issues/1582) ([#1583](https://github.com/ghiscoding/slickgrid-universal/issues/1583)) ([92f6164](https://github.com/ghiscoding/slickgrid-universal/commit/92f6164ec275c204739b8e56426934a5ad82c1be)) - by @ghiscoding +* **styling:** Column Header should always be on top of grid container ([#1578](https://github.com/ghiscoding/slickgrid-universal/issues/1578)) ([2f97dbb](https://github.com/ghiscoding/slickgrid-universal/commit/2f97dbb27e070eb29bbc95666dd64993d0a5818c)) - by @ghiscoding + ## [5.2.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.1.0...v5.2.0) (2024-06-18) ### Features diff --git a/packages/common/package.json b/packages/common/package.json index 4a1b5b090..fed1a0fa8 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/common", - "version": "5.2.0", + "version": "5.3.0", "description": "SlickGrid-Universal Common Code", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", diff --git a/packages/composite-editor-component/CHANGELOG.md b/packages/composite-editor-component/CHANGELOG.md index c2d211008..8b70ee966 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.3.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.2.0...v5.3.0) (2024-06-28) + +**Note:** Version bump only for package @slickgrid-universal/composite-editor-component + ## [5.2.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.1.0...v5.2.0) (2024-06-18) **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 fff91db72..1120852ff 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.2.0", + "version": "5.3.0", "description": "Slick Composite Editor Component - Vanilla Implementation of a Composite Editor Modal Window Component", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", diff --git a/packages/custom-footer-component/CHANGELOG.md b/packages/custom-footer-component/CHANGELOG.md index 194a647d9..2de397312 100644 --- a/packages/custom-footer-component/CHANGELOG.md +++ b/packages/custom-footer-component/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.3.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.2.0...v5.3.0) (2024-06-28) + +### Bug Fixes + +* **deps:** update all non-major dependencies ([#1581](https://github.com/ghiscoding/slickgrid-universal/issues/1581)) ([e89d1ad](https://github.com/ghiscoding/slickgrid-universal/commit/e89d1ad8d8573b3faef9bc9d312ecac199461c81)) - by @renovate-bot + ## [5.2.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.1.0...v5.2.0) (2024-06-18) **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 71eb0154a..739ad4237 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.2.0", + "version": "5.3.0", "description": "Slick Custom Footer Component - Vanilla Implementation of a Custom Footer Component", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", diff --git a/packages/custom-tooltip-plugin/CHANGELOG.md b/packages/custom-tooltip-plugin/CHANGELOG.md index b65f581aa..94a24273d 100644 --- a/packages/custom-tooltip-plugin/CHANGELOG.md +++ b/packages/custom-tooltip-plugin/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.3.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.2.0...v5.3.0) (2024-06-28) + +### Bug Fixes + +* **tooltip:** Slider Filter should auto update tooltip whenever sliding ([#1584](https://github.com/ghiscoding/slickgrid-universal/issues/1584)) ([4d56dfb](https://github.com/ghiscoding/slickgrid-universal/commit/4d56dfbe27399a4933c83eb2b1984ae4c0f2f858)) - by @ghiscoding + ## [5.2.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.1.0...v5.2.0) (2024-06-18) **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 df16bd2b8..e3f546ae5 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.2.0", + "version": "5.3.0", "description": "A plugin to add Custom Tooltip when hovering a cell, it subscribes to the cell", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", diff --git a/packages/empty-warning-component/CHANGELOG.md b/packages/empty-warning-component/CHANGELOG.md index 994864276..f9d7c480d 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.3.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.2.0...v5.3.0) (2024-06-28) + +**Note:** Version bump only for package @slickgrid-universal/empty-warning-component + ## [5.2.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.1.0...v5.2.0) (2024-06-18) **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 dc06c1c81..1dc6b5684 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.2.0", + "version": "5.3.0", "description": "Slick Empty Warning Component - Vanilla Implementation of an Empty Dataset Warning Component", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", diff --git a/packages/event-pub-sub/CHANGELOG.md b/packages/event-pub-sub/CHANGELOG.md index b7de895e4..8ef97392f 100644 --- a/packages/event-pub-sub/CHANGELOG.md +++ b/packages/event-pub-sub/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.3.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.2.0...v5.3.0) (2024-06-28) + +**Note:** Version bump only for package @slickgrid-universal/event-pub-sub + ## [5.2.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.1.0...v5.2.0) (2024-06-18) **Note:** Version bump only for package @slickgrid-universal/event-pub-sub diff --git a/packages/event-pub-sub/package.json b/packages/event-pub-sub/package.json index de0c2f3d2..3f50bc733 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": "5.2.0", + "version": "5.3.0", "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/cjs/index.js", "module": "./dist/esm/index.js", diff --git a/packages/excel-export/CHANGELOG.md b/packages/excel-export/CHANGELOG.md index 405ccf39e..8c3d37178 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.3.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.2.0...v5.3.0) (2024-06-28) + +**Note:** Version bump only for package @slickgrid-universal/excel-export + ## [5.2.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.1.0...v5.2.0) (2024-06-18) **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 e85906a9c..5490edf81 100644 --- a/packages/excel-export/package.json +++ b/packages/excel-export/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/excel-export", - "version": "5.2.0", + "version": "5.3.0", "description": "Excel Export (xls/xlsx) Service.", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", diff --git a/packages/graphql/CHANGELOG.md b/packages/graphql/CHANGELOG.md index 0d443b229..e3c3a5860 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.3.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.2.0...v5.3.0) (2024-06-28) + +**Note:** Version bump only for package @slickgrid-universal/graphql + ## [5.2.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.1.0...v5.2.0) (2024-06-18) ### Bug Fixes diff --git a/packages/graphql/package.json b/packages/graphql/package.json index fb9a27a80..cfce7f6bc 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/graphql", - "version": "5.2.0", + "version": "5.3.0", "description": "GraphQL Service to sync a grid with a GraphQL backend server", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", diff --git a/packages/odata/CHANGELOG.md b/packages/odata/CHANGELOG.md index 3c65b0435..37cbeb710 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.3.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.2.0...v5.3.0) (2024-06-28) + +**Note:** Version bump only for package @slickgrid-universal/odata + ## [5.2.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.1.0...v5.2.0) (2024-06-18) **Note:** Version bump only for package @slickgrid-universal/odata diff --git a/packages/odata/package.json b/packages/odata/package.json index bbbab8408..e4077a448 100644 --- a/packages/odata/package.json +++ b/packages/odata/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/odata", - "version": "5.2.0", + "version": "5.3.0", "description": "Grid OData Service to sync a grid with an OData backend server", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", diff --git a/packages/pagination-component/CHANGELOG.md b/packages/pagination-component/CHANGELOG.md index e3756d49d..9a11eec16 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.3.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.2.0...v5.3.0) (2024-06-28) + +**Note:** Version bump only for package @slickgrid-universal/pagination-component + ## [5.2.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.1.0...v5.2.0) (2024-06-18) **Note:** Version bump only for package @slickgrid-universal/pagination-component diff --git a/packages/pagination-component/package.json b/packages/pagination-component/package.json index e2c828845..86fba32d3 100644 --- a/packages/pagination-component/package.json +++ b/packages/pagination-component/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/pagination-component", - "version": "5.2.0", + "version": "5.3.0", "description": "Slick Pagination Component - Vanilla Implementation of a Pagination Component", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", diff --git a/packages/row-detail-view-plugin/CHANGELOG.md b/packages/row-detail-view-plugin/CHANGELOG.md index 5c9a7e8e9..8f6eda2e3 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.3.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.2.0...v5.3.0) (2024-06-28) + +**Note:** Version bump only for package @slickgrid-universal/row-detail-view-plugin + ## [5.2.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.1.0...v5.2.0) (2024-06-18) **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 cb7fb28cf..a57b2e48e 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.2.0", + "version": "5.3.0", "description": "SlickRowDetail plugin - A plugin to add Row Detail Panel", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", diff --git a/packages/rxjs-observable/CHANGELOG.md b/packages/rxjs-observable/CHANGELOG.md index 8ea481e5a..0f911f432 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.3.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.2.0...v5.3.0) (2024-06-28) + +**Note:** Version bump only for package @slickgrid-universal/rxjs-observable + ## [5.2.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.1.0...v5.2.0) (2024-06-18) **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 91f213568..32175fdac 100644 --- a/packages/rxjs-observable/package.json +++ b/packages/rxjs-observable/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/rxjs-observable", - "version": "5.2.0", + "version": "5.3.0", "description": "RxJS Observable Wrapper", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", diff --git a/packages/text-export/CHANGELOG.md b/packages/text-export/CHANGELOG.md index 411d0f91a..b1bb4a824 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.3.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.2.0...v5.3.0) (2024-06-28) + +**Note:** Version bump only for package @slickgrid-universal/text-export + ## [5.2.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.1.0...v5.2.0) (2024-06-18) **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 6cf130650..c6dbf6ac2 100644 --- a/packages/text-export/package.json +++ b/packages/text-export/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/text-export", - "version": "5.2.0", + "version": "5.3.0", "description": "Export to Text File (csv/txt) Service.", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index a18a4fccd..0541992bd 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/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.3.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.2.0...v5.3.0) (2024-06-28) + +**Note:** Version bump only for package @slickgrid-universal/utils + ## [5.2.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.1.0...v5.2.0) (2024-06-18) ### Features diff --git a/packages/utils/package.json b/packages/utils/package.json index d681d0818..276d77cae 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/utils", - "version": "5.2.0", + "version": "5.3.0", "description": "Common set of small utilities", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", diff --git a/packages/vanilla-bundle/CHANGELOG.md b/packages/vanilla-bundle/CHANGELOG.md index ab1d07690..bbdb903b0 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.3.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.2.0...v5.3.0) (2024-06-28) + +**Note:** Version bump only for package @slickgrid-universal/vanilla-bundle + ## [5.2.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.1.0...v5.2.0) (2024-06-18) **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 3e9c5716c..15252622a 100644 --- a/packages/vanilla-bundle/package.json +++ b/packages/vanilla-bundle/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/vanilla-bundle", - "version": "5.2.0", + "version": "5.3.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", "module": "./dist/esm/index.js", diff --git a/packages/vanilla-force-bundle/CHANGELOG.md b/packages/vanilla-force-bundle/CHANGELOG.md index f3861395e..97f9a7884 100644 --- a/packages/vanilla-force-bundle/CHANGELOG.md +++ b/packages/vanilla-force-bundle/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.3.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.2.0...v5.3.0) (2024-06-28) + +### Bug Fixes + +* **deps:** update all non-major dependencies ([#1581](https://github.com/ghiscoding/slickgrid-universal/issues/1581)) ([e89d1ad](https://github.com/ghiscoding/slickgrid-universal/commit/e89d1ad8d8573b3faef9bc9d312ecac199461c81)) - by @renovate-bot + ## [5.2.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.1.0...v5.2.0) (2024-06-18) **Note:** Version bump only for package @slickgrid-universal/vanilla-force-bundle diff --git a/packages/vanilla-force-bundle/package.json b/packages/vanilla-force-bundle/package.json index 6d09424d1..090b21ba6 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.2.0", + "version": "5.3.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", "module": "./dist/esm/index.js",