Skip to content

Commit 3a8c055

Browse files
committed
chore: Release v4.12.7
1 parent 5517031 commit 3a8c055

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

+317
-75
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.7](https://github.com/angular-ui/ui-grid/compare/v4.12.6...v4.12.7) (2024-04-12)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** remove upper limit for AngularJs ([5517031](https://github.com/angular-ui/ui-grid/commit/5517031a433630dc3f2f70df444e265d6f1af520))
12+
13+
14+
15+
16+
617
## [4.12.6](https://github.com/angular-ui/ui-grid/compare/v4.12.5...v4.12.6) (2024-04-12)
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.6",
3+
"version": "4.12.7",
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.6"
5+
"version": "4.12.7"
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.6",
3+
"version": "4.12.7",
44
"description": "A data grid for Angular",
55
"directories": {
66
"test": "test"

packages/auto-resize/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.7](https://github.com/angular-ui/ui-grid/compare/v4.12.6...v4.12.7) (2024-04-12)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** remove upper limit for AngularJs ([5517031](https://github.com/angular-ui/ui-grid/commit/5517031a433630dc3f2f70df444e265d6f1af520))
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/auto-resize

packages/auto-resize/package-lock.json

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

packages/auto-resize/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@ui-grid/auto-resize",
3-
"version": "4.12.5",
3+
"version": "4.12.7",
44
"description": "This module provides auto-resizing functionality to UI-Grid",
55
"main": "index.js",
66
"scripts": {
77
"build": "webpack"
88
},
99
"dependencies": {
10-
"@ui-grid/core": "^4.12.5",
10+
"@ui-grid/core": "^4.12.7",
1111
"angular": ">=1.4.0"
1212
},
1313
"publishConfig": {

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.7](https://github.com/angular-ui/ui-grid/compare/v4.12.6...v4.12.7) (2024-04-12)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** remove upper limit for AngularJs ([5517031](https://github.com/angular-ui/ui-grid/commit/5517031a433630dc3f2f70df444e265d6f1af520))
12+
13+
14+
15+
16+
617
## [4.12.6](https://github.com/angular-ui/ui-grid/compare/v4.12.5...v4.12.6) (2024-04-12)
718

819

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@ui-grid/cell-nav",
3-
"version": "4.12.6",
3+
"version": "4.12.7",
44
"description": "This module provides cell navigation functionality to UI-Grid",
55
"main": "index.js",
66
"scripts": {
77
"build": "webpack"
88
},
99
"dependencies": {
10-
"@ui-grid/core": "^4.12.5",
10+
"@ui-grid/core": "^4.12.7",
1111
"angular": ">=1.4.0"
1212
},
1313
"publishConfig": {

packages/core/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.7](https://github.com/angular-ui/ui-grid/compare/v4.12.6...v4.12.7) (2024-04-12)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** remove upper limit for AngularJs ([5517031](https://github.com/angular-ui/ui-grid/commit/5517031a433630dc3f2f70df444e265d6f1af520))
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

packages/core/package-lock.json

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

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui-grid/core",
3-
"version": "4.12.5",
3+
"version": "4.12.7",
44
"description": "A data grid for Angular",
55
"main": "index.js",
66
"scripts": {

packages/edit/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.7](https://github.com/angular-ui/ui-grid/compare/v4.12.6...v4.12.7) (2024-04-12)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** remove upper limit for AngularJs ([5517031](https://github.com/angular-ui/ui-grid/commit/5517031a433630dc3f2f70df444e265d6f1af520))
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/edit

packages/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/edit/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@ui-grid/edit",
3-
"version": "4.12.5",
3+
"version": "4.12.7",
44
"description": "This module provides cell editing capability to ui.grid",
55
"main": "index.js",
66
"scripts": {
77
"build": "webpack"
88
},
99
"dependencies": {
10-
"@ui-grid/core": "^4.12.5",
10+
"@ui-grid/core": "^4.12.7",
1111
"angular": ">=1.4.0"
1212
},
1313
"publishConfig": {

packages/empty-base-layer/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.7](https://github.com/angular-ui/ui-grid/compare/v4.12.6...v4.12.7) (2024-04-12)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** remove upper limit for AngularJs ([5517031](https://github.com/angular-ui/ui-grid/commit/5517031a433630dc3f2f70df444e265d6f1af520))
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/empty-base-layer

packages/empty-base-layer/package-lock.json

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

packages/empty-base-layer/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@ui-grid/empty-base-layer",
3-
"version": "4.12.5",
3+
"version": "4.12.7",
44
"description": "This module provides the ability to have the background of the ui-grid be empty rows",
55
"main": "index.js",
66
"scripts": {
77
"build": "webpack"
88
},
99
"dependencies": {
10-
"@ui-grid/core": "^4.12.5",
10+
"@ui-grid/core": "^4.12.7",
1111
"angular": ">=1.4.0"
1212
},
1313
"publishConfig": {

packages/expandable/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.7](https://github.com/angular-ui/ui-grid/compare/v4.12.6...v4.12.7) (2024-04-12)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** remove upper limit for AngularJs ([5517031](https://github.com/angular-ui/ui-grid/commit/5517031a433630dc3f2f70df444e265d6f1af520))
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/expandable

packages/expandable/package-lock.json

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

packages/expandable/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@ui-grid/expandable",
3-
"version": "4.12.5",
3+
"version": "4.12.7",
44
"description": "This module provides the ability to create subgrids inside ui-grid",
55
"main": "index.js",
66
"scripts": {
77
"build": "webpack"
88
},
99
"dependencies": {
10-
"@ui-grid/core": "^4.12.5",
10+
"@ui-grid/core": "^4.12.7",
1111
"angular": ">=1.4.0"
1212
},
1313
"publishConfig": {

packages/exporter/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.7](https://github.com/angular-ui/ui-grid/compare/v4.12.6...v4.12.7) (2024-04-12)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** remove upper limit for AngularJs ([5517031](https://github.com/angular-ui/ui-grid/commit/5517031a433630dc3f2f70df444e265d6f1af520))
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/exporter

packages/exporter/package-lock.json

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

packages/exporter/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@ui-grid/exporter",
3-
"version": "4.12.5",
3+
"version": "4.12.7",
44
"description": "This module provides the ability to export data from ui-grid",
55
"main": "index.js",
66
"scripts": {
77
"build": "webpack"
88
},
99
"dependencies": {
10-
"@ui-grid/core": "^4.12.5",
10+
"@ui-grid/core": "^4.12.7",
1111
"angular": ">=1.4.0",
1212
"csv-js": "~1.0.0",
1313
"excel-builder": "~2.0.2",

packages/grouping/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.7](https://github.com/angular-ui/ui-grid/compare/v4.12.6...v4.12.7) (2024-04-12)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** remove upper limit for AngularJs ([5517031](https://github.com/angular-ui/ui-grid/commit/5517031a433630dc3f2f70df444e265d6f1af520))
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/grouping

packages/grouping/package-lock.json

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

packages/grouping/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@ui-grid/grouping",
3-
"version": "4.12.5",
3+
"version": "4.12.7",
44
"description": "This module provides ui-grid with grouping of rows based on the data in them",
55
"main": "index.js",
66
"scripts": {
77
"build": "webpack"
88
},
99
"dependencies": {
10-
"@ui-grid/core": "^4.12.5",
11-
"@ui-grid/tree-base": "^4.12.5",
10+
"@ui-grid/core": "^4.12.7",
11+
"@ui-grid/tree-base": "^4.12.7",
1212
"angular": ">=1.4.0"
1313
},
1414
"publishConfig": {

packages/i18n/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.7](https://github.com/angular-ui/ui-grid/compare/v4.12.6...v4.12.7) (2024-04-12)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** remove upper limit for AngularJs ([5517031](https://github.com/angular-ui/ui-grid/commit/5517031a433630dc3f2f70df444e265d6f1af520))
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/i18n

0 commit comments

Comments
 (0)