From fbe08050bee79e0d7849c720d836859cf92e6a08 Mon Sep 17 00:00:00 2001 From: ghiscoding Date: Tue, 5 Mar 2024 06:02:48 +0000 Subject: [PATCH] chore(release): publish new version 7.5.0 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/aurelia-slickgrid/CHANGELOG.md | 11 +++++++++++ packages/aurelia-slickgrid/package.json | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9f340f23..1a2f6edbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [7.5.0](https://github.com/ghiscoding/aurelia-slickgrid/compare/v7.4.1...v7.5.0) (2024-03-05) + +### Bug Fixes + +* remove width style on grid container for CSP safe ([03acd4a](https://github.com/ghiscoding/aurelia-slickgrid/commit/03acd4a7c3874734f7f6de72b27c2f5c39034a0c)) - by @ghiscoding +* switch to `isomorphic-dompurify` for SSR support ([#1164](https://github.com/ghiscoding/aurelia-slickgrid/issues/1164)) ([8ebeed2](https://github.com/ghiscoding/aurelia-slickgrid/commit/8ebeed25252d49b50bbe0ef512d486d33f253028)), closes [/github.com/ghiscoding/Angular-Slickgrid/discussions/838#discussioncomment-8574215](https://github.com//github.com/ghiscoding/Angular-Slickgrid/discussions/838/issues/discussioncomment-8574215) - by @ghiscoding + +### Features + +* add Dark Mode grid option ([#1163](https://github.com/ghiscoding/aurelia-slickgrid/issues/1163)) ([2dc9e1d](https://github.com/ghiscoding/aurelia-slickgrid/commit/2dc9e1d5ed160cab5d4f67318e866ed0fc551e9f)) - by @ghiscoding + ## [7.4.1](https://github.com/ghiscoding/aurelia-slickgrid/compare/v7.4.0...v7.4.1) (2024-02-13) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 5ebdeadaf..ca2689c99 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json", - "version": "7.4.1", + "version": "7.5.0", "npmClient": "pnpm", "loglevel": "info", "command": { diff --git a/packages/aurelia-slickgrid/CHANGELOG.md b/packages/aurelia-slickgrid/CHANGELOG.md index c76d1645e..1567dc1f3 100644 --- a/packages/aurelia-slickgrid/CHANGELOG.md +++ b/packages/aurelia-slickgrid/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [7.5.0](https://github.com/ghiscoding/aurelia-slickgrid/compare/v7.4.1...v7.5.0) (2024-03-05) + +### Bug Fixes + +* remove width style on grid container for CSP safe ([03acd4a](https://github.com/ghiscoding/aurelia-slickgrid/commit/03acd4a7c3874734f7f6de72b27c2f5c39034a0c)) - by @ghiscoding +* switch to `isomorphic-dompurify` for SSR support ([#1164](https://github.com/ghiscoding/aurelia-slickgrid/issues/1164)) ([8ebeed2](https://github.com/ghiscoding/aurelia-slickgrid/commit/8ebeed25252d49b50bbe0ef512d486d33f253028)), closes [/github.com/ghiscoding/Angular-Slickgrid/discussions/838#discussioncomment-8574215](https://github.com//github.com/ghiscoding/Angular-Slickgrid/discussions/838/issues/discussioncomment-8574215) - by @ghiscoding + +### Features + +* add Dark Mode grid option ([#1163](https://github.com/ghiscoding/aurelia-slickgrid/issues/1163)) ([2dc9e1d](https://github.com/ghiscoding/aurelia-slickgrid/commit/2dc9e1d5ed160cab5d4f67318e866ed0fc551e9f)) - by @ghiscoding + ## [7.4.1](https://github.com/ghiscoding/aurelia-slickgrid/compare/v7.4.0...v7.4.1) (2024-02-13) ### Bug Fixes diff --git a/packages/aurelia-slickgrid/package.json b/packages/aurelia-slickgrid/package.json index 6005f247c..cd1f68b21 100644 --- a/packages/aurelia-slickgrid/package.json +++ b/packages/aurelia-slickgrid/package.json @@ -1,7 +1,7 @@ { "name": "aurelia-slickgrid", "description": "Slickgrid components made available in Aurelia", - "version": "7.4.1", + "version": "7.5.0", "keywords": [ "aurelia", "datagrid",