Skip to content

Commit 9567f21

Browse files
Portugal, MarceloPortugal, Marcelo
Portugal, Marcelo
authored and
Portugal, Marcelo
committed
chore: update CHANGELOGs for releave v4.8.3
1 parent 9854f69 commit 9567f21

File tree

13 files changed

+69
-12
lines changed

13 files changed

+69
-12
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "4.8.2"
5+
"version": "4.8.3"
66
}

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.8.3](https://github.com/angular-ui/ui-grid/compare/v4.8.2...v4.8.3) (2019-10-21)
7+
8+
9+
### Bug Fixes
10+
11+
* **exporter:** remove extra double quotes in excel export ([29c4fb1](https://github.com/angular-ui/ui-grid/commit/29c4fb1))
12+
13+
14+
15+
16+
617
## [4.8.2](https://github.com/angular-ui/ui-grid/compare/v4.8.1...v4.8.2) (2019-10-07)
718

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

packages/exporter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui-grid/exporter",
3-
"version": "4.8.2",
3+
"version": "4.8.3",
44
"description": "This module provides the ability to export data from ui-grid",
55
"main": "index.js",
66
"dependencies": {

packages/grouping/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.8.3](https://github.com/angular-ui/ui-grid/compare/v4.8.2...v4.8.3) (2019-10-21)
7+
8+
**Note:** Version bump only for package @ui-grid/grouping
9+
10+
11+
12+
13+
614
## [4.8.2](https://github.com/angular-ui/ui-grid/compare/v4.8.1...v4.8.2) (2019-10-07)
715

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

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.8.2",
3+
"version": "4.8.3",
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.8.2",
8-
"@ui-grid/tree-base": "^4.8.2",
8+
"@ui-grid/tree-base": "^4.8.3",
99
"angular": ">=1.4.0 1.7.x"
1010
},
1111
"publishConfig": {

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.8.3](https://github.com/angular-ui/ui-grid/compare/v4.8.2...v4.8.3) (2019-10-21)
7+
8+
**Note:** Version bump only for package @ui-grid/save-state
9+
10+
11+
12+
13+
614
## [4.8.2](https://github.com/angular-ui/ui-grid/compare/v4.8.1...v4.8.2) (2019-10-07)
715

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

packages/saveState/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@ui-grid/save-state",
3-
"version": "4.8.2",
3+
"version": "4.8.3",
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.8.2",
88
"@ui-grid/core": "^4.8.2",
9-
"@ui-grid/grouping": "^4.8.2",
10-
"@ui-grid/selection": "^4.8.2",
11-
"@ui-grid/tree-view": "^4.8.2",
9+
"@ui-grid/grouping": "^4.8.3",
10+
"@ui-grid/selection": "^4.8.3",
11+
"@ui-grid/tree-view": "^4.8.3",
1212
"angular": ">=1.4.0 1.7.x"
1313
},
1414
"publishConfig": {

packages/selection/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.8.3](https://github.com/angular-ui/ui-grid/compare/v4.8.2...v4.8.3) (2019-10-21)
7+
8+
9+
### Bug Fixes
10+
11+
* **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))
12+
13+
14+
15+
16+
617
## [4.8.2](https://github.com/angular-ui/ui-grid/compare/v4.8.1...v4.8.2) (2019-10-07)
718

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

packages/selection/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui-grid/selection",
3-
"version": "4.8.2",
3+
"version": "4.8.3",
44
"description": "This module provides row selection to ui-grid",
55
"main": "index.js",
66
"dependencies": {

packages/tree-base/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.8.3](https://github.com/angular-ui/ui-grid/compare/v4.8.2...v4.8.3) (2019-10-21)
7+
8+
9+
### Bug Fixes
10+
11+
* **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))
12+
13+
14+
15+
16+
617
## [4.8.2](https://github.com/angular-ui/ui-grid/compare/v4.8.1...v4.8.2) (2019-10-07)
718

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

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.8.2",
3+
"version": "4.8.3",
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

+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.8.3](https://github.com/angular-ui/ui-grid/compare/v4.8.2...v4.8.3) (2019-10-21)
7+
8+
**Note:** Version bump only for package @ui-grid/tree-view
9+
10+
11+
12+
13+
614
## [4.8.2](https://github.com/angular-ui/ui-grid/compare/v4.8.1...v4.8.2) (2019-10-07)
715

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

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.8.2",
3+
"version": "4.8.3",
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.8.2",
8-
"@ui-grid/tree-base": "^4.8.2",
8+
"@ui-grid/tree-base": "^4.8.3",
99
"angular": ">=1.4.0 1.7.x"
1010
},
1111
"publishConfig": {

0 commit comments

Comments
 (0)