Skip to content

Commit 715e59b

Browse files
chore: Release v4.10.0
1 parent 2677f67 commit 715e59b

20 files changed

+106
-18
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
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.10.0](https://github.com/angular-ui/ui-grid/compare/v4.9.1...v4.10.0) (2021-02-01)
7+
8+
9+
### Bug Fixes
10+
11+
* **tree-base:** grouping showing duplicate rows ([685d3c7](https://github.com/angular-ui/ui-grid/commit/685d3c798a3417a1963241e1c7763dc9e60f9d8d))
12+
* **tree-base:** if parent exists in cache ([cf7a5bc](https://github.com/angular-ui/ui-grid/commit/cf7a5bc8ef4d592c0907a35df7779be00ba7feac))
13+
14+
15+
### Features
16+
17+
* 🎸 add 'aria-expanded' to expand buttons for accessibility ([2677f67](https://github.com/angular-ui/ui-grid/commit/2677f675c33d0584d6647d2f3903cd06ce36a659))
18+
19+
20+
### Reverts
21+
22+
* Revert "chore: update changelog" and "chore: Release v4.9.2" ([3a4a27f](https://github.com/angular-ui/ui-grid/commit/3a4a27f6f1283f9b785287a53c2acc3539de170b))
23+
24+
25+
26+
27+
628
## [4.9.1](https://github.com/angular-ui/ui-grid/compare/v4.9.0...v4.9.1) (2020-10-26)
729

830

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

packages/expandable/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.10.0](https://github.com/angular-ui/ui-grid/compare/v4.9.1...v4.10.0) (2021-02-01)
7+
8+
9+
### Features
10+
11+
* 🎸 add 'aria-expanded' to expand buttons for accessibility ([2677f67](https://github.com/angular-ui/ui-grid/commit/2677f675c33d0584d6647d2f3903cd06ce36a659))
12+
13+
14+
### Reverts
15+
16+
* Revert "chore: update changelog" and "chore: Release v4.9.2" ([3a4a27f](https://github.com/angular-ui/ui-grid/commit/3a4a27f6f1283f9b785287a53c2acc3539de170b))
17+
18+
19+
20+
21+
622
## [4.9.1](https://github.com/angular-ui/ui-grid/compare/v4.9.0...v4.9.1) (2020-10-26)
723

824
**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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui-grid/expandable",
3-
"version": "4.9.1",
3+
"version": "4.10.0",
44
"description": "This module provides the ability to create subgrids inside ui-grid",
55
"main": "index.js",
66
"dependencies": {

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.10.0](https://github.com/angular-ui/ui-grid/compare/v4.9.1...v4.10.0) (2021-02-01)
7+
8+
9+
### Reverts
10+
11+
* Revert "chore: update changelog" and "chore: Release v4.9.2" ([3a4a27f](https://github.com/angular-ui/ui-grid/commit/3a4a27f6f1283f9b785287a53c2acc3539de170b))
12+
13+
14+
15+
16+
617
## [4.9.1](https://github.com/angular-ui/ui-grid/compare/v4.9.0...v4.9.1) (2020-10-26)
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@ui-grid/grouping",
3-
"version": "4.9.1",
3+
"version": "4.10.0",
44
"description": "This module provides ui-grid with grouping of rows based on the data in them",
55
"main": "index.js",
66
"dependencies": {
77
"@ui-grid/core": "^4.9.1",
8-
"@ui-grid/tree-base": "^4.9.1",
8+
"@ui-grid/tree-base": "^4.10.0",
99
"angular": ">=1.4.0 1.8.x"
1010
},
1111
"publishConfig": {

packages/saveState/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.10.0](https://github.com/angular-ui/ui-grid/compare/v4.9.1...v4.10.0) (2021-02-01)
7+
8+
9+
### Reverts
10+
11+
* Revert "chore: update changelog" and "chore: Release v4.9.2" ([3a4a27f](https://github.com/angular-ui/ui-grid/commit/3a4a27f6f1283f9b785287a53c2acc3539de170b))
12+
13+
14+
15+
16+
617
## [4.9.1](https://github.com/angular-ui/ui-grid/compare/v4.9.0...v4.9.1) (2020-10-26)
718

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@ui-grid/save-state",
3-
"version": "4.9.1",
3+
"version": "4.10.0",
44
"description": "This ui-grid module provides the ability to save and restore the grid state",
55
"main": "index.js",
66
"dependencies": {
77
"@ui-grid/cell-nav": "^4.9.1",
88
"@ui-grid/core": "^4.9.1",
9-
"@ui-grid/grouping": "^4.9.1",
9+
"@ui-grid/grouping": "^4.10.0",
1010
"@ui-grid/selection": "^4.9.1",
11-
"@ui-grid/tree-view": "^4.9.1",
11+
"@ui-grid/tree-view": "^4.10.0",
1212
"angular": ">=1.4.0 1.8.x"
1313
},
1414
"publishConfig": {

packages/tree-base/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.10.0](https://github.com/angular-ui/ui-grid/compare/v4.9.1...v4.10.0) (2021-02-01)
7+
8+
9+
### Bug Fixes
10+
11+
* **tree-base:** grouping showing duplicate rows ([685d3c7](https://github.com/angular-ui/ui-grid/commit/685d3c798a3417a1963241e1c7763dc9e60f9d8d))
12+
* **tree-base:** if parent exists in cache ([cf7a5bc](https://github.com/angular-ui/ui-grid/commit/cf7a5bc8ef4d592c0907a35df7779be00ba7feac))
13+
14+
15+
### Reverts
16+
17+
* Revert "chore: update changelog" and "chore: Release v4.9.2" ([3a4a27f](https://github.com/angular-ui/ui-grid/commit/3a4a27f6f1283f9b785287a53c2acc3539de170b))
18+
19+
20+
21+
22+
623
## [4.9.1](https://github.com/angular-ui/ui-grid/compare/v4.9.0...v4.9.1) (2020-10-26)
724

825
**Note:** Version bump only for package @ui-grid/tree-base

packages/tree-base/package-lock.json

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

packages/tree-base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui-grid/tree-base",
3-
"version": "4.9.1",
3+
"version": "4.10.0",
44
"description": "This ui-grid module provides a tree view of the data, with nodes and leaves",
55
"main": "index.js",
66
"dependencies": {

packages/tree-view/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.10.0](https://github.com/angular-ui/ui-grid/compare/v4.9.1...v4.10.0) (2021-02-01)
7+
8+
9+
### Reverts
10+
11+
* Revert "chore: update changelog" and "chore: Release v4.9.2" ([3a4a27f](https://github.com/angular-ui/ui-grid/commit/3a4a27f6f1283f9b785287a53c2acc3539de170b))
12+
13+
14+
15+
16+
617
## [4.9.1](https://github.com/angular-ui/ui-grid/compare/v4.9.0...v4.9.1) (2020-10-26)
718

819
**Note:** Version bump only for package @ui-grid/tree-view

packages/tree-view/package-lock.json

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

packages/tree-view/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@ui-grid/tree-view",
3-
"version": "4.9.1",
3+
"version": "4.10.0",
44
"description": "This ui-grid module provides a tree view of the data, with nodes and leaves",
55
"main": "index.js",
66
"dependencies": {
77
"@ui-grid/core": "^4.9.1",
8-
"@ui-grid/tree-base": "^4.9.1",
8+
"@ui-grid/tree-base": "^4.10.0",
99
"angular": ">=1.4.0 1.8.x"
1010
},
1111
"publishConfig": {

0 commit comments

Comments
 (0)