Skip to content

Commit 45fd6a2

Browse files
author
moeyang13
committed
chore: Release v4.12.3
1 parent 3061ab2 commit 45fd6a2

8 files changed

+30
-6
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.12.3](https://github.com/angular-ui/ui-grid/compare/v4.12.2...v4.12.3) (2023-08-01)
7+
8+
9+
### Bug Fixes
10+
11+
* 🐛 added unit testing for lastRowCol in cellNav and loadData ([3061ab2](https://github.com/angular-ui/ui-grid/commit/3061ab2c0cde6bd4a4c0c2d83352bed136895f76))
12+
* 🐛 don't call needLoadMoreData on last row with cellNav ([5200747](https://github.com/angular-ui/ui-grid/commit/52007476ccd76061d90e30b2eba7dc1978ff2aec))
13+
14+
15+
16+
17+
618
## [4.12.2](https://github.com/angular-ui/ui-grid/compare/v4.12.1...v4.12.2) (2023-01-23)
719

820

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ui-grid",
3-
"version": "4.12.2",
3+
"version": "4.12.3",
44
"homepage": "http://ui-grid.info",
55
"repository": {
66
"type": "git",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "4.12.2"
5+
"version": "4.12.3"
66
}

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ui-grid",
3-
"version": "4.12.2",
3+
"version": "4.12.3",
44
"description": "A data grid for Angular",
55
"directories": {
66
"test": "test"

packages/infinite-scroll/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.12.3](https://github.com/angular-ui/ui-grid/compare/v4.12.2...v4.12.3) (2023-08-01)
7+
8+
9+
### Bug Fixes
10+
11+
* 🐛 added unit testing for lastRowCol in cellNav and loadData ([3061ab2](https://github.com/angular-ui/ui-grid/commit/3061ab2c0cde6bd4a4c0c2d83352bed136895f76))
12+
* 🐛 don't call needLoadMoreData on last row with cellNav ([5200747](https://github.com/angular-ui/ui-grid/commit/52007476ccd76061d90e30b2eba7dc1978ff2aec))
13+
14+
15+
16+
17+
618
## [4.12.2](https://github.com/angular-ui/ui-grid/compare/v4.12.1...v4.12.2) (2023-01-23)
719

820
**Note:** Version bump only for package @ui-grid/infinite-scroll

packages/infinite-scroll/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/infinite-scroll/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui-grid/infinite-scroll",
3-
"version": "4.12.2",
3+
"version": "4.12.3",
44
"description": "This module provides infinite scroll functionality to ui-grid",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)