Skip to content

Commit

Permalink
chore(release): publish new version v5.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Jan 21, 2025
1 parent c39fbaa commit d7e892e
Show file tree
Hide file tree
Showing 38 changed files with 140 additions and 19 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.12.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.11.0...v5.12.0) (2025-01-21)

### Features

* add `initialGroupBy` to Draggable Grouping ([#1800](https://github.com/ghiscoding/slickgrid-universal/issues/1800)) ([27ec3d1](https://github.com/ghiscoding/slickgrid-universal/commit/27ec3d139961a016d7d809073d7b829cf9534e74)) - by @ghiscoding
* add a Default Theme to avoid requiring certain Bootstrap styling ([#1806](https://github.com/ghiscoding/slickgrid-universal/issues/1806)) ([f9b2164](https://github.com/ghiscoding/slickgrid-universal/commit/f9b216443b0a7e611da16b9cf874f9810de4d15c)) - by @ghiscoding
* add Custom Global Item Data Provider ([#1794](https://github.com/ghiscoding/slickgrid-universal/issues/1794)) ([8b78201](https://github.com/ghiscoding/slickgrid-universal/commit/8b78201b8119eda300d81dbaf5ba6fe5d36c7b5a)) - by @ghiscoding
* add final rowspan implementation ([#1798](https://github.com/ghiscoding/slickgrid-universal/issues/1798)) ([5d0f58e](https://github.com/ghiscoding/slickgrid-universal/commit/5d0f58e0b914cc1eee2925c37b347822d9d24ff0)) - by @ghiscoding
* **vue:** add rowspan to Slickgrid-Vue ([#1804](https://github.com/ghiscoding/slickgrid-universal/issues/1804)) ([e58c0cb](https://github.com/ghiscoding/slickgrid-universal/commit/e58c0cb9904f8c630b0de4116ebcbeecc40658bb)) - by @ghiscoding

### Bug Fixes

* add missing slick-filter class & flex align header filters ([78478ab](https://github.com/ghiscoding/slickgrid-universal/commit/78478ab2a4e05443cd7d5de260e639092a41162f)) - by @ghiscoding
* **core:** add missing key shortcuts for navigation & cell selections ([#1788](https://github.com/ghiscoding/slickgrid-universal/issues/1788)) ([972783e](https://github.com/ghiscoding/slickgrid-universal/commit/972783e11085780264a0d33a5a7f8e7bd7756d65)) - by @ghiscoding
* **deps:** update vue.js dependencies ([#1781](https://github.com/ghiscoding/slickgrid-universal/issues/1781)) ([eeed5f7](https://github.com/ghiscoding/slickgrid-universal/commit/eeed5f7842b8f14dc75e4b3dd3bf32e9a4e28f31)) - by @renovate-bot
* **deps:** update vue.js dependencies ([#1801](https://github.com/ghiscoding/slickgrid-universal/issues/1801)) ([5a4c3f7](https://github.com/ghiscoding/slickgrid-universal/commit/5a4c3f7398abaf6a4e3f42d04dc8b48c06a53bf9)) - by @renovate-bot
* Group Titles should be aligned in center ([b359fa3](https://github.com/ghiscoding/slickgrid-universal/commit/b359fa32daf80edad4dd670d202c9aa3bc385892)) - by @ghiscoding
* never activate more than 1 cell, clear any previous active CSS class ([#1797](https://github.com/ghiscoding/slickgrid-universal/issues/1797)) ([8b02e06](https://github.com/ghiscoding/slickgrid-universal/commit/8b02e068e00b5bf60c8b52d48ab501f408545895)) - by @ghiscoding
* opening Header Menu shouldn't add Active Header Cell ([#1807](https://github.com/ghiscoding/slickgrid-universal/issues/1807)) ([a7364bb](https://github.com/ghiscoding/slickgrid-universal/commit/a7364bbbbea10acfc9efbdd29bad8fb3775a9a0c)) - by @ghiscoding
* remove "active" CSS classes before navigating to another cell ([#1791](https://github.com/ghiscoding/slickgrid-universal/issues/1791)) ([38a7f81](https://github.com/ghiscoding/slickgrid-universal/commit/38a7f81b831626fa40fc970a3ac8b981b8f36816)) - by @ghiscoding
* shift+mousewheel should scroll horizontally ([#1792](https://github.com/ghiscoding/slickgrid-universal/issues/1792)) ([a04fb21](https://github.com/ghiscoding/slickgrid-universal/commit/a04fb2133577450ad51ed5eb0c713302df373f85)) - by @ghiscoding
* **vue:** add all missing events to Slickgrid-Vue props def ([cbd9e6c](https://github.com/ghiscoding/slickgrid-universal/commit/cbd9e6c138ca792fcad36ea97d89f1a5e44a7f95)) - by @ghiscoding

## [5.11.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.10.2...v5.11.0) (2024-12-14)

### Features
Expand Down
12 changes: 12 additions & 0 deletions examples/vite-demo-vanilla-bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.11.0...v5.12.0) (2025-01-21)

### Features

* add `initialGroupBy` to Draggable Grouping ([#1800](https://github.com/ghiscoding/slickgrid-universal/issues/1800)) ([27ec3d1](https://github.com/ghiscoding/slickgrid-universal/commit/27ec3d139961a016d7d809073d7b829cf9534e74)) - by @ghiscoding
* add final rowspan implementation ([#1798](https://github.com/ghiscoding/slickgrid-universal/issues/1798)) ([5d0f58e](https://github.com/ghiscoding/slickgrid-universal/commit/5d0f58e0b914cc1eee2925c37b347822d9d24ff0)) - by @ghiscoding
* **vue:** add rowspan to Slickgrid-Vue ([#1804](https://github.com/ghiscoding/slickgrid-universal/issues/1804)) ([e58c0cb](https://github.com/ghiscoding/slickgrid-universal/commit/e58c0cb9904f8c630b0de4116ebcbeecc40658bb)) - by @ghiscoding

### Bug Fixes

* add missing slick-filter class & flex align header filters ([78478ab](https://github.com/ghiscoding/slickgrid-universal/commit/78478ab2a4e05443cd7d5de260e639092a41162f)) - by @ghiscoding

## [5.11.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.10.2...v5.11.0) (2024-12-14)

### Features
Expand Down
2 changes: 1 addition & 1 deletion examples/vite-demo-vanilla-bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "slickgrid-universal-vite-demo",
"private": true,
"version": "5.11.0",
"version": "5.12.0",
"scripts": {
"build": "tsc && vite build",
"preview": "vite preview",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"version": "5.11.0",
"version": "5.12.0",
"npmClient": "pnpm",
"loglevel": "info",
"command": {
Expand Down
4 changes: 4 additions & 0 deletions packages/binding/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.11.0...v5.12.0) (2025-01-21)

**Note:** Version bump only for package @slickgrid-universal/binding

## [5.10.2](https://github.com/ghiscoding/slickgrid-universal/compare/v5.10.1...v5.10.2) (2024-11-30)

**Note:** Version bump only for package @slickgrid-universal/binding
Expand Down
2 changes: 1 addition & 1 deletion packages/binding/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slickgrid-universal/binding",
"version": "5.10.2",
"version": "5.12.0",
"description": "Simple Vanilla Implementation of a Binding Engine & Helper to add properties/events 2 way bindings",
"main": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts",
Expand Down
20 changes: 20 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.12.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.11.0...v5.12.0) (2025-01-21)

### Features

* add `initialGroupBy` to Draggable Grouping ([#1800](https://github.com/ghiscoding/slickgrid-universal/issues/1800)) ([27ec3d1](https://github.com/ghiscoding/slickgrid-universal/commit/27ec3d139961a016d7d809073d7b829cf9534e74)) - by @ghiscoding
* add a Default Theme to avoid requiring certain Bootstrap styling ([#1806](https://github.com/ghiscoding/slickgrid-universal/issues/1806)) ([f9b2164](https://github.com/ghiscoding/slickgrid-universal/commit/f9b216443b0a7e611da16b9cf874f9810de4d15c)) - by @ghiscoding
* add Custom Global Item Data Provider ([#1794](https://github.com/ghiscoding/slickgrid-universal/issues/1794)) ([8b78201](https://github.com/ghiscoding/slickgrid-universal/commit/8b78201b8119eda300d81dbaf5ba6fe5d36c7b5a)) - by @ghiscoding
* add final rowspan implementation ([#1798](https://github.com/ghiscoding/slickgrid-universal/issues/1798)) ([5d0f58e](https://github.com/ghiscoding/slickgrid-universal/commit/5d0f58e0b914cc1eee2925c37b347822d9d24ff0)) - by @ghiscoding
* **vue:** add rowspan to Slickgrid-Vue ([#1804](https://github.com/ghiscoding/slickgrid-universal/issues/1804)) ([e58c0cb](https://github.com/ghiscoding/slickgrid-universal/commit/e58c0cb9904f8c630b0de4116ebcbeecc40658bb)) - by @ghiscoding

### Bug Fixes

* add missing slick-filter class & flex align header filters ([78478ab](https://github.com/ghiscoding/slickgrid-universal/commit/78478ab2a4e05443cd7d5de260e639092a41162f)) - by @ghiscoding
* **core:** add missing key shortcuts for navigation & cell selections ([#1788](https://github.com/ghiscoding/slickgrid-universal/issues/1788)) ([972783e](https://github.com/ghiscoding/slickgrid-universal/commit/972783e11085780264a0d33a5a7f8e7bd7756d65)) - by @ghiscoding
* Group Titles should be aligned in center ([b359fa3](https://github.com/ghiscoding/slickgrid-universal/commit/b359fa32daf80edad4dd670d202c9aa3bc385892)) - by @ghiscoding
* never activate more than 1 cell, clear any previous active CSS class ([#1797](https://github.com/ghiscoding/slickgrid-universal/issues/1797)) ([8b02e06](https://github.com/ghiscoding/slickgrid-universal/commit/8b02e068e00b5bf60c8b52d48ab501f408545895)) - by @ghiscoding
* opening Header Menu shouldn't add Active Header Cell ([#1807](https://github.com/ghiscoding/slickgrid-universal/issues/1807)) ([a7364bb](https://github.com/ghiscoding/slickgrid-universal/commit/a7364bbbbea10acfc9efbdd29bad8fb3775a9a0c)) - by @ghiscoding
* remove "active" CSS classes before navigating to another cell ([#1791](https://github.com/ghiscoding/slickgrid-universal/issues/1791)) ([38a7f81](https://github.com/ghiscoding/slickgrid-universal/commit/38a7f81b831626fa40fc970a3ac8b981b8f36816)) - by @ghiscoding
* shift+mousewheel should scroll horizontally ([#1792](https://github.com/ghiscoding/slickgrid-universal/issues/1792)) ([a04fb21](https://github.com/ghiscoding/slickgrid-universal/commit/a04fb2133577450ad51ed5eb0c713302df373f85)) - by @ghiscoding

## [5.11.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.10.2...v5.11.0) (2024-12-14)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slickgrid-universal/common",
"version": "5.11.0",
"version": "5.12.0",
"description": "SlickGrid-Universal Common Code",
"main": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/composite-editor-component/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.11.0...v5.12.0) (2025-01-21)

**Note:** Version bump only for package @slickgrid-universal/composite-editor-component

## [5.11.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.10.2...v5.11.0) (2024-12-14)

**Note:** Version bump only for package @slickgrid-universal/composite-editor-component
Expand Down
2 changes: 1 addition & 1 deletion packages/composite-editor-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slickgrid-universal/composite-editor-component",
"version": "5.11.0",
"version": "5.12.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",
Expand Down
4 changes: 4 additions & 0 deletions packages/custom-footer-component/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.11.0...v5.12.0) (2025-01-21)

**Note:** Version bump only for package @slickgrid-universal/custom-footer-component

## [5.11.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.10.2...v5.11.0) (2024-12-14)

**Note:** Version bump only for package @slickgrid-universal/custom-footer-component
Expand Down
2 changes: 1 addition & 1 deletion packages/custom-footer-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slickgrid-universal/custom-footer-component",
"version": "5.11.0",
"version": "5.12.0",
"description": "Slick Custom Footer Component - Vanilla Implementation of a Custom Footer Component",
"main": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/custom-tooltip-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.11.0...v5.12.0) (2025-01-21)

**Note:** Version bump only for package @slickgrid-universal/custom-tooltip-plugin

## [5.11.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.10.2...v5.11.0) (2024-12-14)

**Note:** Version bump only for package @slickgrid-universal/custom-tooltip-plugin
Expand Down
2 changes: 1 addition & 1 deletion packages/custom-tooltip-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slickgrid-universal/custom-tooltip-plugin",
"version": "5.11.0",
"version": "5.12.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",
Expand Down
4 changes: 4 additions & 0 deletions packages/empty-warning-component/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.11.0...v5.12.0) (2025-01-21)

**Note:** Version bump only for package @slickgrid-universal/empty-warning-component

## [5.11.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.10.2...v5.11.0) (2024-12-14)

**Note:** Version bump only for package @slickgrid-universal/empty-warning-component
Expand Down
2 changes: 1 addition & 1 deletion packages/empty-warning-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slickgrid-universal/empty-warning-component",
"version": "5.11.0",
"version": "5.12.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",
Expand Down
4 changes: 4 additions & 0 deletions packages/event-pub-sub/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.11.0...v5.12.0) (2025-01-21)

**Note:** Version bump only for package @slickgrid-universal/event-pub-sub

## [5.10.2](https://github.com/ghiscoding/slickgrid-universal/compare/v5.10.1...v5.10.2) (2024-11-30)

**Note:** Version bump only for package @slickgrid-universal/event-pub-sub
Expand Down
2 changes: 1 addition & 1 deletion packages/event-pub-sub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slickgrid-universal/event-pub-sub",
"version": "5.10.2",
"version": "5.12.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",
"types": "./dist/types/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/excel-export/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.11.0...v5.12.0) (2025-01-21)

**Note:** Version bump only for package @slickgrid-universal/excel-export

## [5.11.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.10.2...v5.11.0) (2024-12-14)

**Note:** Version bump only for package @slickgrid-universal/excel-export
Expand Down
2 changes: 1 addition & 1 deletion packages/excel-export/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slickgrid-universal/excel-export",
"version": "5.11.0",
"version": "5.12.0",
"description": "Excel Export (xls/xlsx) Service.",
"main": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.11.0...v5.12.0) (2025-01-21)

**Note:** Version bump only for package @slickgrid-universal/graphql

## [5.11.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.10.2...v5.11.0) (2024-12-14)

**Note:** Version bump only for package @slickgrid-universal/graphql
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slickgrid-universal/graphql",
"version": "5.11.0",
"version": "5.12.0",
"description": "GraphQL Service to sync a grid with a GraphQL backend server",
"main": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/odata/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.11.0...v5.12.0) (2025-01-21)

**Note:** Version bump only for package @slickgrid-universal/odata

## [5.11.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.10.2...v5.11.0) (2024-12-14)

**Note:** Version bump only for package @slickgrid-universal/odata
Expand Down
2 changes: 1 addition & 1 deletion packages/odata/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slickgrid-universal/odata",
"version": "5.11.0",
"version": "5.12.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",
Expand Down
4 changes: 4 additions & 0 deletions packages/pagination-component/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.11.0...v5.12.0) (2025-01-21)

**Note:** Version bump only for package @slickgrid-universal/pagination-component

## [5.11.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.10.2...v5.11.0) (2024-12-14)

**Note:** Version bump only for package @slickgrid-universal/pagination-component
Expand Down
2 changes: 1 addition & 1 deletion packages/pagination-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slickgrid-universal/pagination-component",
"version": "5.11.0",
"version": "5.12.0",
"description": "Slick Pagination Component - Vanilla Implementation of a Pagination Component",
"main": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/row-detail-view-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.11.0...v5.12.0) (2025-01-21)

**Note:** Version bump only for package @slickgrid-universal/row-detail-view-plugin

## [5.11.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.10.2...v5.11.0) (2024-12-14)

**Note:** Version bump only for package @slickgrid-universal/row-detail-view-plugin
Expand Down
2 changes: 1 addition & 1 deletion packages/row-detail-view-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slickgrid-universal/row-detail-view-plugin",
"version": "5.11.0",
"version": "5.12.0",
"description": "SlickRowDetail plugin - A plugin to add Row Detail Panel",
"main": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/rxjs-observable/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.11.0...v5.12.0) (2025-01-21)

**Note:** Version bump only for package @slickgrid-universal/rxjs-observable

## [5.11.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.10.2...v5.11.0) (2024-12-14)

**Note:** Version bump only for package @slickgrid-universal/rxjs-observable
Expand Down
2 changes: 1 addition & 1 deletion packages/rxjs-observable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slickgrid-universal/rxjs-observable",
"version": "5.11.0",
"version": "5.12.0",
"description": "RxJS Observable Wrapper",
"main": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/text-export/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.11.0...v5.12.0) (2025-01-21)

**Note:** Version bump only for package @slickgrid-universal/text-export

## [5.11.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.10.2...v5.11.0) (2024-12-14)

**Note:** Version bump only for package @slickgrid-universal/text-export
Expand Down
2 changes: 1 addition & 1 deletion packages/text-export/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slickgrid-universal/text-export",
"version": "5.11.0",
"version": "5.12.0",
"description": "Export to Text File (csv/txt) Service.",
"main": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts",
Expand Down
Loading

0 comments on commit d7e892e

Please sign in to comment.