Skip to content

Commit

Permalink
chore(release): publish new version v5.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Aug 31, 2024
1 parent f9db700 commit b0c93bc
Show file tree
Hide file tree
Showing 32 changed files with 88 additions and 18 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.1](https://github.com/ghiscoding/slickgrid-universal/compare/v5.6.0...v5.6.1) (2024-08-31)

### Bug Fixes

* only import `@excel-builder-vanilla/types` for optional dep ([27e983e](https://github.com/ghiscoding/slickgrid-universal/commit/27e983e084dc6854db4af90d32c86e0687c95fe1)) - by @ghiscoding
* **tree:** unflattening tree->flat array multiple times, fixes [#1657](https://github.com/ghiscoding/slickgrid-universal/issues/1657) ([67edd1e](https://github.com/ghiscoding/slickgrid-universal/commit/67edd1e9c0ec1ff28be1b9c55e1e304cd1261351)) - by @ghiscoding

## [5.6.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.5.2...v5.6.0) (2024-08-24)

### Features
Expand Down
4 changes: 4 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,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.6.1](https://github.com/ghiscoding/slickgrid-universal/compare/v5.6.0...v5.6.1) (2024-08-31)

**Note:** Version bump only for package slickgrid-universal-vite-demo

## [5.6.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.5.2...v5.6.0) (2024-08-24)

### Performance Improvements
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.6.0",
"version": "5.6.1",
"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.6.0",
"version": "5.6.1",
"npmClient": "pnpm",
"loglevel": "info",
"command": {
Expand Down
9 changes: 7 additions & 2 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.6.1](https://github.com/ghiscoding/slickgrid-universal/compare/v5.6.0...v5.6.1) (2024-08-31)

### Bug Fixes

* only import `@excel-builder-vanilla/types` for optional dep ([27e983e](https://github.com/ghiscoding/slickgrid-universal/commit/27e983e084dc6854db4af90d32c86e0687c95fe1)) - by @ghiscoding
* **tree:** unflattening tree->flat array multiple times, fixes [#1657](https://github.com/ghiscoding/slickgrid-universal/issues/1657) ([67edd1e](https://github.com/ghiscoding/slickgrid-universal/commit/67edd1e9c0ec1ff28be1b9c55e1e304cd1261351)) - by @ghiscoding

## [5.6.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.5.2...v5.6.0) (2024-08-24)

### Features

* migrate back to Vanilla-Calendar-Pro ([bfcdbd5](https://github.com/ghiscoding/slickgrid-universal/commit/bfcdbd5f827d791a76bcb107b924ec83c43aeca4)) [#1644](https://github.com/ghiscoding/slickgrid-universal/pull/1644) - by @ghiscoding


### Bug Fixes

* calling `preRegisterExternalExtensions` should be added to ext list ([0af5d59](https://github.com/ghiscoding/slickgrid-universal/commit/0af5d59b4c1aca597959143ec9adaa6911f38f41)) [#1647](https://github.com/ghiscoding/slickgrid-universal/pull/1647) - by @ghiscoding
* don't render filter element on hidden column ([559d7de](https://github.com/ghiscoding/slickgrid-universal/commit/559d7de9bd37d12a3741d93866ad5bbeeafd95aa)) - by @ghiscoding
* SlickCellExternalCopyManager should use DataView ([abed483](https://github.com/ghiscoding/slickgrid-universal/commit/abed4834a5f1103a22f0a269f0757b3cfc40576f)) - by @ghiscoding
* SlickCellExternalCopyManager should work w/hidden cols fixes [#1634](https://github.com/ghiscoding/slickgrid-universal/issues/1634) ([b156bfa](https://github.com/ghiscoding/slickgrid-universal/commit/b156bfaf1b0774a5a8d24a42e46aaed77eb94344)) [#1651](https://github.com/ghiscoding/slickgrid-universal/pull/1651) - by @ghiscoding


### Performance Improvements

* add new `rowTopOffsetRenderType` grid option to use "transform" ([cf0a22c](https://github.com/ghiscoding/slickgrid-universal/commit/cf0a22c059191e1bc14b5a6ae1d56a4543389335)) [#1650](https://github.com/ghiscoding/slickgrid-universal/pull/1650) - by @ghiscoding
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.6.0",
"version": "5.6.1",
"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.6.1](https://github.com/ghiscoding/slickgrid-universal/compare/v5.6.0...v5.6.1) (2024-08-31)

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

## [5.6.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.5.2...v5.6.0) (2024-08-24)

**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.6.0",
"version": "5.6.1",
"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.6.1](https://github.com/ghiscoding/slickgrid-universal/compare/v5.6.0...v5.6.1) (2024-08-31)

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

## [5.6.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.5.2...v5.6.0) (2024-08-24)

**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.6.0",
"version": "5.6.1",
"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.6.1](https://github.com/ghiscoding/slickgrid-universal/compare/v5.6.0...v5.6.1) (2024-08-31)

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

## [5.6.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.5.2...v5.6.0) (2024-08-24)

**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.6.0",
"version": "5.6.1",
"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.6.1](https://github.com/ghiscoding/slickgrid-universal/compare/v5.6.0...v5.6.1) (2024-08-31)

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

## [5.6.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.5.2...v5.6.0) (2024-08-24)

**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.6.0",
"version": "5.6.1",
"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
6 changes: 6 additions & 0 deletions packages/excel-export/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.1](https://github.com/ghiscoding/slickgrid-universal/compare/v5.6.0...v5.6.1) (2024-08-31)

### Bug Fixes

* only import `@excel-builder-vanilla/types` for optional dep ([27e983e](https://github.com/ghiscoding/slickgrid-universal/commit/27e983e084dc6854db4af90d32c86e0687c95fe1)) - by @ghiscoding

## [5.6.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.5.2...v5.6.0) (2024-08-24)

**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.6.0",
"version": "5.6.1",
"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.6.1](https://github.com/ghiscoding/slickgrid-universal/compare/v5.6.0...v5.6.1) (2024-08-31)

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

## [5.6.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.5.2...v5.6.0) (2024-08-24)

**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.6.0",
"version": "5.6.1",
"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.6.1](https://github.com/ghiscoding/slickgrid-universal/compare/v5.6.0...v5.6.1) (2024-08-31)

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

## [5.6.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.5.2...v5.6.0) (2024-08-24)

**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.6.0",
"version": "5.6.1",
"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.6.1](https://github.com/ghiscoding/slickgrid-universal/compare/v5.6.0...v5.6.1) (2024-08-31)

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

## [5.6.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.5.2...v5.6.0) (2024-08-24)

**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.6.0",
"version": "5.6.1",
"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.6.1](https://github.com/ghiscoding/slickgrid-universal/compare/v5.6.0...v5.6.1) (2024-08-31)

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

## [5.6.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.5.2...v5.6.0) (2024-08-24)

**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.6.0",
"version": "5.6.1",
"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.6.1](https://github.com/ghiscoding/slickgrid-universal/compare/v5.6.0...v5.6.1) (2024-08-31)

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

## [5.6.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.5.2...v5.6.0) (2024-08-24)

**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.6.0",
"version": "5.6.1",
"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.6.1](https://github.com/ghiscoding/slickgrid-universal/compare/v5.6.0...v5.6.1) (2024-08-31)

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

## [5.6.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.5.2...v5.6.0) (2024-08-24)

**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.6.0",
"version": "5.6.1",
"description": "Export to Text File (csv/txt) Service.",
"main": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/vanilla-bundle/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.6.1](https://github.com/ghiscoding/slickgrid-universal/compare/v5.6.0...v5.6.1) (2024-08-31)

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

## [5.6.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.5.2...v5.6.0) (2024-08-24)

**Note:** Version bump only for package @slickgrid-universal/vanilla-bundle
Expand Down
2 changes: 1 addition & 1 deletion packages/vanilla-bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slickgrid-universal/vanilla-bundle",
"version": "5.6.0",
"version": "5.6.1",
"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",
Expand Down
4 changes: 4 additions & 0 deletions packages/vanilla-force-bundle/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.6.1](https://github.com/ghiscoding/slickgrid-universal/compare/v5.6.0...v5.6.1) (2024-08-31)

**Note:** Version bump only for package @slickgrid-universal/vanilla-force-bundle

## [5.6.0](https://github.com/ghiscoding/slickgrid-universal/compare/v5.5.2...v5.6.0) (2024-08-24)

**Note:** Version bump only for package @slickgrid-universal/vanilla-force-bundle
Expand Down
2 changes: 1 addition & 1 deletion packages/vanilla-force-bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slickgrid-universal/vanilla-force-bundle",
"version": "5.6.0",
"version": "5.6.1",
"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",
Expand Down

0 comments on commit b0c93bc

Please sign in to comment.