Skip to content

Commit 355559a

Browse files
chore: Release v4.10.1
1 parent 3b478fa commit 355559a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+267
-75
lines changed

CHANGELOG.md

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

6+
## [4.10.1](https://github.com/angular-ui/ui-grid/compare/v4.10.0...v4.10.1) (2021-05-28)
7+
8+
9+
### Bug Fixes
10+
11+
* 🐛 ensure select all checkbox is announced correctly ([3b478fa](https://github.com/angular-ui/ui-grid/commit/3b478fa22fd6a438bc63331a36b4c0606d0edd36))
12+
* 🐛 remove extra $applyAsync from header-cell ([f9a84ff](https://github.com/angular-ui/ui-grid/commit/f9a84ff8cb314e6823bda53f174157b318b238d7))
13+
* clearSelectedRows should respect enableSelection ([fcad35c](https://github.com/angular-ui/ui-grid/commit/fcad35c432ad26468056451530d21d4a855c69c1))
14+
15+
16+
17+
18+
619
# [4.10.0](https://github.com/angular-ui/ui-grid/compare/v4.9.1...v4.10.0) (2021-02-01)
720

821

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ui-grid",
3-
"version": "4.10.0",
3+
"version": "4.10.1",
44
"homepage": "http://ui-grid.info",
55
"repository": {
66
"type": "git",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "4.10.0"
5+
"version": "4.10.1"
66
}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ui-grid",
3-
"version": "4.10.0",
3+
"version": "4.10.1",
44
"description": "A data grid for Angular",
55
"directories": {
66
"test": "test"

packages/auto-resize/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.10.1](https://github.com/angular-ui/ui-grid/compare/v4.10.0...v4.10.1) (2021-05-28)
7+
8+
**Note:** Version bump only for package @ui-grid/auto-resize
9+
10+
11+
12+
13+
614
## [4.9.1](https://github.com/angular-ui/ui-grid/compare/v4.9.0...v4.9.1) (2020-10-26)
715

816
**Note:** Version bump only for package @ui-grid/auto-resize

packages/auto-resize/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/auto-resize/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@ui-grid/auto-resize",
3-
"version": "4.9.1",
3+
"version": "4.10.1",
44
"description": "This module provides auto-resizing functionality to UI-Grid",
55
"main": "index.js",
66
"dependencies": {
7-
"@ui-grid/core": "^4.9.1",
7+
"@ui-grid/core": "^4.10.1",
88
"angular": ">=1.4.0 1.8.x"
99
},
1010
"publishConfig": {

packages/cellnav/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.10.1](https://github.com/angular-ui/ui-grid/compare/v4.10.0...v4.10.1) (2021-05-28)
7+
8+
**Note:** Version bump only for package @ui-grid/cell-nav
9+
10+
11+
12+
13+
614
## [4.9.1](https://github.com/angular-ui/ui-grid/compare/v4.9.0...v4.9.1) (2020-10-26)
715

816
**Note:** Version bump only for package @ui-grid/cell-nav

packages/cellnav/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)