Skip to content

Commit

Permalink
chore: Release v4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelo-portugal committed Feb 1, 2021
1 parent 2677f67 commit 715e59b
Show file tree
Hide file tree
Showing 20 changed files with 106 additions and 18 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.10.0](https://github.com/angular-ui/ui-grid/compare/v4.9.1...v4.10.0) (2021-02-01)


### Bug Fixes

* **tree-base:** grouping showing duplicate rows ([685d3c7](https://github.com/angular-ui/ui-grid/commit/685d3c798a3417a1963241e1c7763dc9e60f9d8d))
* **tree-base:** if parent exists in cache ([cf7a5bc](https://github.com/angular-ui/ui-grid/commit/cf7a5bc8ef4d592c0907a35df7779be00ba7feac))


### Features

* 🎸 add 'aria-expanded' to expand buttons for accessibility ([2677f67](https://github.com/angular-ui/ui-grid/commit/2677f675c33d0584d6647d2f3903cd06ce36a659))


### Reverts

* Revert "chore: update changelog" and "chore: Release v4.9.2" ([3a4a27f](https://github.com/angular-ui/ui-grid/commit/3a4a27f6f1283f9b785287a53c2acc3539de170b))





## [4.9.1](https://github.com/angular-ui/ui-grid/compare/v4.9.0...v4.9.1) (2020-10-26)


Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-ui-grid",
"version": "4.9.1",
"version": "4.10.0",
"homepage": "http://ui-grid.info",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "4.9.1"
"version": "4.10.0"
}
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui-grid",
"version": "4.9.1",
"version": "4.10.0",
"description": "A data grid for Angular",
"directories": {
"test": "test"
Expand Down
16 changes: 16 additions & 0 deletions packages/expandable/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.10.0](https://github.com/angular-ui/ui-grid/compare/v4.9.1...v4.10.0) (2021-02-01)


### Features

* 🎸 add 'aria-expanded' to expand buttons for accessibility ([2677f67](https://github.com/angular-ui/ui-grid/commit/2677f675c33d0584d6647d2f3903cd06ce36a659))


### Reverts

* Revert "chore: update changelog" and "chore: Release v4.9.2" ([3a4a27f](https://github.com/angular-ui/ui-grid/commit/3a4a27f6f1283f9b785287a53c2acc3539de170b))





## [4.9.1](https://github.com/angular-ui/ui-grid/compare/v4.9.0...v4.9.1) (2020-10-26)

**Note:** Version bump only for package @ui-grid/expandable
Expand Down
2 changes: 1 addition & 1 deletion packages/expandable/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/expandable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui-grid/expandable",
"version": "4.9.1",
"version": "4.10.0",
"description": "This module provides the ability to create subgrids inside ui-grid",
"main": "index.js",
"dependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/grouping/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.10.0](https://github.com/angular-ui/ui-grid/compare/v4.9.1...v4.10.0) (2021-02-01)


### Reverts

* Revert "chore: update changelog" and "chore: Release v4.9.2" ([3a4a27f](https://github.com/angular-ui/ui-grid/commit/3a4a27f6f1283f9b785287a53c2acc3539de170b))





## [4.9.1](https://github.com/angular-ui/ui-grid/compare/v4.9.0...v4.9.1) (2020-10-26)

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

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

4 changes: 2 additions & 2 deletions packages/grouping/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@ui-grid/grouping",
"version": "4.9.1",
"version": "4.10.0",
"description": "This module provides ui-grid with grouping of rows based on the data in them",
"main": "index.js",
"dependencies": {
"@ui-grid/core": "^4.9.1",
"@ui-grid/tree-base": "^4.9.1",
"@ui-grid/tree-base": "^4.10.0",
"angular": ">=1.4.0 1.8.x"
},
"publishConfig": {
Expand Down
11 changes: 11 additions & 0 deletions packages/saveState/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.10.0](https://github.com/angular-ui/ui-grid/compare/v4.9.1...v4.10.0) (2021-02-01)


### Reverts

* Revert "chore: update changelog" and "chore: Release v4.9.2" ([3a4a27f](https://github.com/angular-ui/ui-grid/commit/3a4a27f6f1283f9b785287a53c2acc3539de170b))





## [4.9.1](https://github.com/angular-ui/ui-grid/compare/v4.9.0...v4.9.1) (2020-10-26)

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

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

6 changes: 3 additions & 3 deletions packages/saveState/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@ui-grid/save-state",
"version": "4.9.1",
"version": "4.10.0",
"description": "This ui-grid module provides the ability to save and restore the grid state",
"main": "index.js",
"dependencies": {
"@ui-grid/cell-nav": "^4.9.1",
"@ui-grid/core": "^4.9.1",
"@ui-grid/grouping": "^4.9.1",
"@ui-grid/grouping": "^4.10.0",
"@ui-grid/selection": "^4.9.1",
"@ui-grid/tree-view": "^4.9.1",
"@ui-grid/tree-view": "^4.10.0",
"angular": ">=1.4.0 1.8.x"
},
"publishConfig": {
Expand Down
17 changes: 17 additions & 0 deletions packages/tree-base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.10.0](https://github.com/angular-ui/ui-grid/compare/v4.9.1...v4.10.0) (2021-02-01)


### Bug Fixes

* **tree-base:** grouping showing duplicate rows ([685d3c7](https://github.com/angular-ui/ui-grid/commit/685d3c798a3417a1963241e1c7763dc9e60f9d8d))
* **tree-base:** if parent exists in cache ([cf7a5bc](https://github.com/angular-ui/ui-grid/commit/cf7a5bc8ef4d592c0907a35df7779be00ba7feac))


### Reverts

* Revert "chore: update changelog" and "chore: Release v4.9.2" ([3a4a27f](https://github.com/angular-ui/ui-grid/commit/3a4a27f6f1283f9b785287a53c2acc3539de170b))





## [4.9.1](https://github.com/angular-ui/ui-grid/compare/v4.9.0...v4.9.1) (2020-10-26)

**Note:** Version bump only for package @ui-grid/tree-base
Expand Down
2 changes: 1 addition & 1 deletion packages/tree-base/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/tree-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui-grid/tree-base",
"version": "4.9.1",
"version": "4.10.0",
"description": "This ui-grid module provides a tree view of the data, with nodes and leaves",
"main": "index.js",
"dependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/tree-view/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.10.0](https://github.com/angular-ui/ui-grid/compare/v4.9.1...v4.10.0) (2021-02-01)


### Reverts

* Revert "chore: update changelog" and "chore: Release v4.9.2" ([3a4a27f](https://github.com/angular-ui/ui-grid/commit/3a4a27f6f1283f9b785287a53c2acc3539de170b))





## [4.9.1](https://github.com/angular-ui/ui-grid/compare/v4.9.0...v4.9.1) (2020-10-26)

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

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

4 changes: 2 additions & 2 deletions packages/tree-view/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@ui-grid/tree-view",
"version": "4.9.1",
"version": "4.10.0",
"description": "This ui-grid module provides a tree view of the data, with nodes and leaves",
"main": "index.js",
"dependencies": {
"@ui-grid/core": "^4.9.1",
"@ui-grid/tree-base": "^4.9.1",
"@ui-grid/tree-base": "^4.10.0",
"angular": ">=1.4.0 1.8.x"
},
"publishConfig": {
Expand Down

0 comments on commit 715e59b

Please sign in to comment.