Skip to content

Commit e6c9afa

Browse files
committed
chore: Release v4.12.6
1 parent 9f0ddb2 commit e6c9afa

File tree

14 files changed

+50
-12
lines changed

14 files changed

+50
-12
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.6](https://github.com/angular-ui/ui-grid/compare/v4.12.5...v4.12.6) (2024-04-12)
7+
8+
9+
### Bug Fixes
10+
11+
* **cellnav:** remove unused inputs ([9f0ddb2](https://github.com/angular-ui/ui-grid/commit/9f0ddb2bac06582ad29be74a1b5bf6a5b2483bb3))
12+
13+
14+
15+
16+
617
## [4.12.5](https://github.com/angular-ui/ui-grid/compare/v4.12.4...v4.12.5) (2024-04-11)
718

819

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.12.5",
3+
"version": "4.12.6",
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.12.5"
5+
"version": "4.12.6"
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.12.5",
3+
"version": "4.12.6",
44
"description": "A data grid for Angular",
55
"directories": {
66
"test": "test"

packages/cellnav/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.6](https://github.com/angular-ui/ui-grid/compare/v4.12.5...v4.12.6) (2024-04-12)
7+
8+
9+
### Bug Fixes
10+
11+
* **cellnav:** remove unused inputs ([9f0ddb2](https://github.com/angular-ui/ui-grid/commit/9f0ddb2bac06582ad29be74a1b5bf6a5b2483bb3))
12+
13+
14+
15+
16+
617
## [4.12.5](https://github.com/angular-ui/ui-grid/compare/v4.12.4...v4.12.5) (2024-04-11)
718

819
**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.

packages/cellnav/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/cell-nav",
3-
"version": "4.12.5",
3+
"version": "4.12.6",
44
"description": "This module provides cell navigation functionality to UI-Grid",
55
"main": "index.js",
66
"scripts": {

packages/row-edit/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.12.6](https://github.com/angular-ui/ui-grid/compare/v4.12.5...v4.12.6) (2024-04-12)
7+
8+
**Note:** Version bump only for package @ui-grid/row-edit
9+
10+
11+
12+
13+
614
## [4.12.5](https://github.com/angular-ui/ui-grid/compare/v4.12.4...v4.12.5) (2024-04-11)
715

816
**Note:** Version bump only for package @ui-grid/row-edit

packages/row-edit/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)