Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit aa41813

Browse files
committed
chore: release v6.1.0
1 parent 1b41de5 commit aa41813

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log
22
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
33

4+
# [6.1.0](https://github.com/ghiscoding/angular-slickgrid/compare/v6.0.1...v6.1.0) (2023-07-21)
5+
6+
7+
### Features
8+
9+
* **common:** add `scrollIntoView` to GridService `addItems`, fix [#1201](https://github.com/ghiscoding/angular-slickgrid/issues/1201) ([f93f5bf](https://github.com/ghiscoding/angular-slickgrid/commit/f93f5bf29a7d6f3804e12c58a06e70b01f4cf99f))
10+
411
## [6.0.1](https://github.com/ghiscoding/angular-slickgrid/compare/v6.0.0...v6.0.1) (2023-07-01)
512

613

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-slickgrid",
3-
"version": "6.0.1",
3+
"version": "6.1.0",
44
"description": "Slickgrid components made available in Angular",
55
"keywords": [
66
"angular",

0 commit comments

Comments
 (0)