Skip to content

Commit

Permalink
chore: update CHANGELOGs for releave v4.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Portugal, Marcelo authored and Portugal, Marcelo committed Oct 21, 2019
1 parent 9854f69 commit 9567f21
Show file tree
Hide file tree
Showing 13 changed files with 69 additions and 12 deletions.
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.8.2"
"version": "4.8.3"
}
11 changes: 11 additions & 0 deletions packages/exporter/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.8.3](https://github.com/angular-ui/ui-grid/compare/v4.8.2...v4.8.3) (2019-10-21)


### Bug Fixes

* **exporter:** remove extra double quotes in excel export ([29c4fb1](https://github.com/angular-ui/ui-grid/commit/29c4fb1))





## [4.8.2](https://github.com/angular-ui/ui-grid/compare/v4.8.1...v4.8.2) (2019-10-07)

**Note:** Version bump only for package @ui-grid/exporter
Expand Down
2 changes: 1 addition & 1 deletion packages/exporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui-grid/exporter",
"version": "4.8.2",
"version": "4.8.3",
"description": "This module provides the ability to export data from ui-grid",
"main": "index.js",
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/grouping/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.8.3](https://github.com/angular-ui/ui-grid/compare/v4.8.2...v4.8.3) (2019-10-21)

**Note:** Version bump only for package @ui-grid/grouping





## [4.8.2](https://github.com/angular-ui/ui-grid/compare/v4.8.1...v4.8.2) (2019-10-07)

**Note:** Version bump only for package @ui-grid/grouping
Expand Down
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.8.2",
"version": "4.8.3",
"description": "This module provides ui-grid with grouping of rows based on the data in them",
"main": "index.js",
"dependencies": {
"@ui-grid/core": "^4.8.2",
"@ui-grid/tree-base": "^4.8.2",
"@ui-grid/tree-base": "^4.8.3",
"angular": ">=1.4.0 1.7.x"
},
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/saveState/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.8.3](https://github.com/angular-ui/ui-grid/compare/v4.8.2...v4.8.3) (2019-10-21)

**Note:** Version bump only for package @ui-grid/save-state





## [4.8.2](https://github.com/angular-ui/ui-grid/compare/v4.8.1...v4.8.2) (2019-10-07)

**Note:** Version bump only for package @ui-grid/save-state
Expand Down
8 changes: 4 additions & 4 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.8.2",
"version": "4.8.3",
"description": "This ui-grid module provides the ability to save and restore the grid state",
"main": "index.js",
"dependencies": {
"@ui-grid/cell-nav": "^4.8.2",
"@ui-grid/core": "^4.8.2",
"@ui-grid/grouping": "^4.8.2",
"@ui-grid/selection": "^4.8.2",
"@ui-grid/tree-view": "^4.8.2",
"@ui-grid/grouping": "^4.8.3",
"@ui-grid/selection": "^4.8.3",
"@ui-grid/tree-view": "^4.8.3",
"angular": ">=1.4.0 1.7.x"
},
"publishConfig": {
Expand Down
11 changes: 11 additions & 0 deletions packages/selection/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.8.3](https://github.com/angular-ui/ui-grid/compare/v4.8.2...v4.8.3) (2019-10-21)


### Bug Fixes

* **a11y:** keyboard navigation changes of expand and selection buttons ([#7048](https://github.com/angular-ui/ui-grid/issues/7048)) ([9854f69](https://github.com/angular-ui/ui-grid/commit/9854f69))





## [4.8.2](https://github.com/angular-ui/ui-grid/compare/v4.8.1...v4.8.2) (2019-10-07)

**Note:** Version bump only for package @ui-grid/selection
Expand Down
2 changes: 1 addition & 1 deletion packages/selection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui-grid/selection",
"version": "4.8.2",
"version": "4.8.3",
"description": "This module provides row selection to ui-grid",
"main": "index.js",
"dependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/tree-base/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.8.3](https://github.com/angular-ui/ui-grid/compare/v4.8.2...v4.8.3) (2019-10-21)


### Bug Fixes

* **a11y:** keyboard navigation changes of expand and selection buttons ([#7048](https://github.com/angular-ui/ui-grid/issues/7048)) ([9854f69](https://github.com/angular-ui/ui-grid/commit/9854f69))





## [4.8.2](https://github.com/angular-ui/ui-grid/compare/v4.8.1...v4.8.2) (2019-10-07)

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

## [4.8.3](https://github.com/angular-ui/ui-grid/compare/v4.8.2...v4.8.3) (2019-10-21)

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





## [4.8.2](https://github.com/angular-ui/ui-grid/compare/v4.8.1...v4.8.2) (2019-10-07)

**Note:** Version bump only for package @ui-grid/tree-view
Expand Down
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.8.2",
"version": "4.8.3",
"description": "This ui-grid module provides a tree view of the data, with nodes and leaves",
"main": "index.js",
"dependencies": {
"@ui-grid/core": "^4.8.2",
"@ui-grid/tree-base": "^4.8.2",
"@ui-grid/tree-base": "^4.8.3",
"angular": ">=1.4.0 1.7.x"
},
"publishConfig": {
Expand Down

0 comments on commit 9567f21

Please sign in to comment.