Skip to content

Commit e6c9afa

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

14 files changed

+50
-12
lines changed

CHANGELOG.md

+11
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

+1-1
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

+1-1
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

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

packages/cellnav/CHANGELOG.md

+11
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

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

packages/cellnav/package.json

+1-1
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

+8
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

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

packages/row-edit/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@ui-grid/row-edit",
3-
"version": "4.12.5",
3+
"version": "4.12.6",
44
"description": "This ui-grid module extends the edit feature to provide tracking and saving of rows of data",
55
"main": "index.js",
66
"scripts": {
77
"build": "webpack"
88
},
99
"dependencies": {
10-
"@ui-grid/cell-nav": "^4.12.5",
10+
"@ui-grid/cell-nav": "^4.12.6",
1111
"@ui-grid/core": "^4.12.5",
1212
"@ui-grid/edit": "^4.12.5",
1313
"angular": ">=1.4.0 1.8.x"

packages/saveState/CHANGELOG.md

+8
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/save-state
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/save-state

packages/saveState/package-lock.json

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

packages/saveState/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@ui-grid/save-state",
3-
"version": "4.12.5",
3+
"version": "4.12.6",
44
"description": "This ui-grid module provides the ability to save and restore the grid state",
55
"main": "index.js",
66
"scripts": {
77
"build": "webpack"
88
},
99
"dependencies": {
10-
"@ui-grid/cell-nav": "^4.12.5",
10+
"@ui-grid/cell-nav": "^4.12.6",
1111
"@ui-grid/core": "^4.12.5",
1212
"@ui-grid/grouping": "^4.12.5",
1313
"@ui-grid/selection": "^4.12.5",

0 commit comments

Comments
 (0)