Skip to content

Commit

Permalink
chore: Release v4.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelo-portugal committed Aug 1, 2021
1 parent 018ab64 commit 5cfa8bf
Show file tree
Hide file tree
Showing 68 changed files with 270 additions and 75 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.10.3](https://github.com/angular-ui/ui-grid/compare/v4.10.2...v4.10.3) (2021-08-01)


### Bug Fixes

* 🐛 address linting issues and unit test failures ([a9cf59f](https://github.com/angular-ui/ui-grid/commit/a9cf59f6ff31f065332bdd20b0931dba0b982183))
* export filter with time part ('date:"MM-dd-YYYY HH:mm'). ([29d4803](https://github.com/angular-ui/ui-grid/commit/29d4803d702409bffafc30b33cbbdeda53992776))
* error when entering *+ combination in the column filter ([1201ad2](https://github.com/angular-ui/ui-grid/commit/1201ad2678f7b54d8351f8aa876405c97beb6d05))
* Missing german translation for selection and validate ([3ff57e0](https://github.com/angular-ui/ui-grid/commit/3ff57e00893890b3be73ec3c350d30b3b2a91cdf))
* canvas now has a minimum height of 1px, which renders it even if it has no data ([07c26d5](https://github.com/angular-ui/ui-grid/commit/07c26d576fe6e012730fead14c9e9139d606ed13))
* adjustColumns now calculates the colIndex instead of guessing it scrollpercentage ([ed76f02](https://github.com/angular-ui/ui-grid/commit/ed76f02090f3510d555cacdae03f1edad849d27a))




## [4.10.2](https://github.com/angular-ui/ui-grid/compare/v4.10.1...v4.10.2) (2021-06-14)


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.10.2",
"version": "4.10.3",
"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.10.2"
"version": "4.10.3"
}
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.10.2",
"version": "4.10.3",
"description": "A data grid for Angular",
"directories": {
"test": "test"
Expand Down
8 changes: 8 additions & 0 deletions packages/auto-resize/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.10.3](https://github.com/angular-ui/ui-grid/compare/v4.10.2...v4.10.3) (2021-08-01)

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





## [4.10.2](https://github.com/angular-ui/ui-grid/compare/v4.10.1...v4.10.2) (2021-06-14)

**Note:** Version bump only for package @ui-grid/auto-resize
Expand Down
2 changes: 1 addition & 1 deletion packages/auto-resize/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/auto-resize/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@ui-grid/auto-resize",
"version": "4.10.2",
"version": "4.10.3",
"description": "This module provides auto-resizing functionality to UI-Grid",
"main": "index.js",
"dependencies": {
"@ui-grid/core": "^4.10.2",
"@ui-grid/core": "^4.10.3",
"angular": ">=1.4.0 1.8.x"
},
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cellnav/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.10.3](https://github.com/angular-ui/ui-grid/compare/v4.10.2...v4.10.3) (2021-08-01)

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





## [4.10.2](https://github.com/angular-ui/ui-grid/compare/v4.10.1...v4.10.2) (2021-06-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/cellnav/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/cellnav/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@ui-grid/cell-nav",
"version": "4.10.2",
"version": "4.10.3",
"description": "This module provides cell navigation functionality to UI-Grid",
"main": "index.js",
"dependencies": {
"@ui-grid/core": "^4.10.2",
"@ui-grid/core": "^4.10.3",
"angular": ">=1.4.0 1.8.x"
},
"publishConfig": {
Expand Down
13 changes: 13 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.10.3](https://github.com/angular-ui/ui-grid/compare/v4.10.2...v4.10.3) (2021-08-01)


### Bug Fixes

* 🐛 address linting issues and unit test failures ([a9cf59f](https://github.com/angular-ui/ui-grid/commit/a9cf59f6ff31f065332bdd20b0931dba0b982183))
* export filter with time part ('date:"MM-dd-YYYY HH:mm'). ([29d4803](https://github.com/angular-ui/ui-grid/commit/29d4803d702409bffafc30b33cbbdeda53992776))
* canvas now has a minimum height of 1px, which renders it even if it has no data ([07c26d5](https://github.com/angular-ui/ui-grid/commit/07c26d576fe6e012730fead14c9e9139d606ed13))
* adjustColumns now calculates the colIndex instead of guessing it scrollpercentage ([ed76f02](https://github.com/angular-ui/ui-grid/commit/ed76f02090f3510d555cacdae03f1edad849d27a))




## [4.10.2](https://github.com/angular-ui/ui-grid/compare/v4.10.1...v4.10.2) (2021-06-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/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/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui-grid/core",
"version": "4.10.2",
"version": "4.10.3",
"description": "A data grid for Angular",
"main": "index.js",
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/edit/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.10.3](https://github.com/angular-ui/ui-grid/compare/v4.10.2...v4.10.3) (2021-08-01)

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





## [4.10.2](https://github.com/angular-ui/ui-grid/compare/v4.10.1...v4.10.2) (2021-06-14)

**Note:** Version bump only for package @ui-grid/edit
Expand Down
2 changes: 1 addition & 1 deletion packages/edit/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/edit/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@ui-grid/edit",
"version": "4.10.2",
"version": "4.10.3",
"description": "This module provides cell editing capability to ui.grid",
"main": "index.js",
"dependencies": {
"@ui-grid/core": "^4.10.2",
"@ui-grid/core": "^4.10.3",
"angular": ">=1.4.0 1.8.x"
},
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/empty-base-layer/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.10.3](https://github.com/angular-ui/ui-grid/compare/v4.10.2...v4.10.3) (2021-08-01)

**Note:** Version bump only for package @ui-grid/empty-base-layer





## [4.10.2](https://github.com/angular-ui/ui-grid/compare/v4.10.1...v4.10.2) (2021-06-14)

**Note:** Version bump only for package @ui-grid/empty-base-layer
Expand Down
2 changes: 1 addition & 1 deletion packages/empty-base-layer/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/empty-base-layer/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@ui-grid/empty-base-layer",
"version": "4.10.2",
"version": "4.10.3",
"description": "This module provides the ability to have the background of the ui-grid be empty rows",
"main": "index.js",
"dependencies": {
"@ui-grid/core": "^4.10.2",
"@ui-grid/core": "^4.10.3",
"angular": ">=1.4.0 1.8.x"
},
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/expandable/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.10.3](https://github.com/angular-ui/ui-grid/compare/v4.10.2...v4.10.3) (2021-08-01)

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





## [4.10.2](https://github.com/angular-ui/ui-grid/compare/v4.10.1...v4.10.2) (2021-06-14)

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

4 changes: 2 additions & 2 deletions packages/expandable/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@ui-grid/expandable",
"version": "4.10.2",
"version": "4.10.3",
"description": "This module provides the ability to create subgrids inside ui-grid",
"main": "index.js",
"dependencies": {
"@ui-grid/core": "^4.10.2",
"@ui-grid/core": "^4.10.3",
"angular": ">=1.4.0 1.8.x"
},
"publishConfig": {
Expand Down
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.10.3](https://github.com/angular-ui/ui-grid/compare/v4.10.2...v4.10.3) (2021-08-01)


### Bug Fixes

* export filter with time part ('date:"MM-dd-YYYY HH:mm'). ([29d4803](https://github.com/angular-ui/ui-grid/commit/29d4803d702409bffafc30b33cbbdeda53992776))





## [4.10.2](https://github.com/angular-ui/ui-grid/compare/v4.10.1...v4.10.2) (2021-06-14)

**Note:** Version bump only for package @ui-grid/exporter
Expand Down
2 changes: 1 addition & 1 deletion packages/exporter/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/exporter/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@ui-grid/exporter",
"version": "4.10.2",
"version": "4.10.3",
"description": "This module provides the ability to export data from ui-grid",
"main": "index.js",
"dependencies": {
"@ui-grid/core": "^4.10.2",
"@ui-grid/core": "^4.10.3",
"angular": ">=1.4.0 1.8.x",
"csv-js": "~1.0.0",
"excel-builder": "~2.0.2",
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.10.3](https://github.com/angular-ui/ui-grid/compare/v4.10.2...v4.10.3) (2021-08-01)

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





## [4.10.2](https://github.com/angular-ui/ui-grid/compare/v4.10.1...v4.10.2) (2021-06-14)

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

6 changes: 3 additions & 3 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.10.2",
"version": "4.10.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.10.2",
"@ui-grid/tree-base": "^4.10.2",
"@ui-grid/core": "^4.10.3",
"@ui-grid/tree-base": "^4.10.3",
"angular": ">=1.4.0 1.8.x"
},
"publishConfig": {
Expand Down
12 changes: 12 additions & 0 deletions packages/i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.10.3](https://github.com/angular-ui/ui-grid/compare/v4.10.2...v4.10.3) (2021-08-01)


### Bug Fixes

* 🐛 address linting issues and unit test failures ([a9cf59f](https://github.com/angular-ui/ui-grid/commit/a9cf59f6ff31f065332bdd20b0931dba0b982183))
* Missing german translation for selection and validate ([3ff57e0](https://github.com/angular-ui/ui-grid/commit/3ff57e00893890b3be73ec3c350d30b3b2a91cdf))





## [4.10.2](https://github.com/angular-ui/ui-grid/compare/v4.10.1...v4.10.2) (2021-06-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/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/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@ui-grid/i18n",
"version": "4.10.2",
"version": "4.10.3",
"description": "This package provides various language translations for ui-grid",
"main": "index.js",
"dependencies": {
"@ui-grid/core": "^4.10.2",
"@ui-grid/core": "^4.10.3",
"angular": ">=1.4.0 1.8.x"
},
"publishConfig": {
Expand Down

0 comments on commit 5cfa8bf

Please sign in to comment.