Skip to content

Commit

Permalink
chore: Release v4.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
moeyang13 committed Aug 1, 2023
1 parent 3061ab2 commit 45fd6a2
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.12.3](https://github.com/angular-ui/ui-grid/compare/v4.12.2...v4.12.3) (2023-08-01)


### Bug Fixes

* 🐛 added unit testing for lastRowCol in cellNav and loadData ([3061ab2](https://github.com/angular-ui/ui-grid/commit/3061ab2c0cde6bd4a4c0c2d83352bed136895f76))
* 🐛 don't call needLoadMoreData on last row with cellNav ([5200747](https://github.com/angular-ui/ui-grid/commit/52007476ccd76061d90e30b2eba7dc1978ff2aec))





## [4.12.2](https://github.com/angular-ui/ui-grid/compare/v4.12.1...v4.12.2) (2023-01-23)


Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "angular-ui-grid",
"version": "4.12.2",
"version": "4.12.3",
"homepage": "http://ui-grid.info",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "4.12.2"
"version": "4.12.3"
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ui-grid",
"version": "4.12.2",
"version": "4.12.3",
"description": "A data grid for Angular",
"directories": {
"test": "test"
Expand Down
12 changes: 12 additions & 0 deletions packages/infinite-scroll/CHANGELOG.md
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.12.3](https://github.com/angular-ui/ui-grid/compare/v4.12.2...v4.12.3) (2023-08-01)


### Bug Fixes

* 🐛 added unit testing for lastRowCol in cellNav and loadData ([3061ab2](https://github.com/angular-ui/ui-grid/commit/3061ab2c0cde6bd4a4c0c2d83352bed136895f76))
* 🐛 don't call needLoadMoreData on last row with cellNav ([5200747](https://github.com/angular-ui/ui-grid/commit/52007476ccd76061d90e30b2eba7dc1978ff2aec))





## [4.12.2](https://github.com/angular-ui/ui-grid/compare/v4.12.1...v4.12.2) (2023-01-23)

**Note:** Version bump only for package @ui-grid/infinite-scroll
Expand Down
2 changes: 1 addition & 1 deletion packages/infinite-scroll/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/infinite-scroll/package.json
@@ -1,6 +1,6 @@
{
"name": "@ui-grid/infinite-scroll",
"version": "4.12.2",
"version": "4.12.3",
"description": "This module provides infinite scroll functionality to ui-grid",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 45fd6a2

Please sign in to comment.