Skip to content

Commit

Permalink
chore: Release v4.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelo-portugal committed Feb 23, 2022
1 parent acda084 commit 74a1310
Show file tree
Hide file tree
Showing 68 changed files with 269 additions and 75 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
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.11.1](https://github.com/angular-ui/ui-grid/compare/v4.11.0...v4.11.1) (2022-02-23)


### Bug Fixes

* clear selection function ([f616137](https://github.com/angular-ui/ui-grid/commit/f61613794aa9f919d091ea60cc27eb85bf70ee74))
* Find or Select by Row Entity's 'ID' ([7a0a6c6](https://github.com/angular-ui/ui-grid/commit/7a0a6c6f3ed29c3e41f5cfa77b46639d3df7f1ca))
* exchanged filter() with every() ([583940f](https://github.com/angular-ui/ui-grid/commit/583940ffa30df614b64122dc1f8b9d83103821df))
* **i18n:** complete ru locale ([8d2caee](https://github.com/angular-ui/ui-grid/commit/8d2caeeb7fa0e85d73c5513d39f0c8ff7992f0b7))
* **resize-columns:** width gets adjusted so that ellipses aren't shown ([7851ff8](https://github.com/angular-ui/ui-grid/commit/7851ff81eae5b48bf89f4ca88ac66b097240c1ef))





# [4.11.0](https://github.com/angular-ui/ui-grid/compare/v4.10.3...v4.11.0) (2021-08-12)


Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "angular-ui-grid",
"version": "4.11.0",
"version": "4.11.1",
"homepage": "http://ui-grid.info",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "4.11.0"
"version": "4.11.1"
}
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
@@ -1,6 +1,6 @@
{
"name": "ui-grid",
"version": "4.11.0",
"version": "4.11.1",
"description": "A data grid for Angular",
"directories": {
"test": "test"
Expand Down
8 changes: 8 additions & 0 deletions packages/auto-resize/CHANGELOG.md
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.11.1](https://github.com/angular-ui/ui-grid/compare/v4.11.0...v4.11.1) (2022-02-23)

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





# [4.11.0](https://github.com/angular-ui/ui-grid/compare/v4.10.3...v4.11.0) (2021-08-12)

**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
@@ -1,10 +1,10 @@
{
"name": "@ui-grid/auto-resize",
"version": "4.11.0",
"version": "4.11.1",
"description": "This module provides auto-resizing functionality to UI-Grid",
"main": "index.js",
"dependencies": {
"@ui-grid/core": "^4.11.0",
"@ui-grid/core": "^4.11.1",
"angular": ">=1.4.0 1.8.x"
},
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cellnav/CHANGELOG.md
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.11.1](https://github.com/angular-ui/ui-grid/compare/v4.11.0...v4.11.1) (2022-02-23)

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





# [4.11.0](https://github.com/angular-ui/ui-grid/compare/v4.10.3...v4.11.0) (2021-08-12)


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

## [4.11.1](https://github.com/angular-ui/ui-grid/compare/v4.11.0...v4.11.1) (2022-02-23)

### Bug Fixes

* Find or Select by Row Entity's 'ID' ([7a0a6c6](https://github.com/angular-ui/ui-grid/commit/7a0a6c6f3ed29c3e41f5cfa77b46639d3df7f1ca))
* exchanged filter() with every() ([583940f](https://github.com/angular-ui/ui-grid/commit/583940ffa30df614b64122dc1f8b9d83103821df))




# [4.11.0](https://github.com/angular-ui/ui-grid/compare/v4.10.3...v4.11.0) (2021-08-12)


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
@@ -1,6 +1,6 @@
{
"name": "@ui-grid/core",
"version": "4.11.0",
"version": "4.11.1",
"description": "A data grid for Angular",
"main": "index.js",
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/edit/CHANGELOG.md
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.11.1](https://github.com/angular-ui/ui-grid/compare/v4.11.0...v4.11.1) (2022-02-23)

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





# [4.11.0](https://github.com/angular-ui/ui-grid/compare/v4.10.3...v4.11.0) (2021-08-12)

**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
@@ -1,10 +1,10 @@
{
"name": "@ui-grid/edit",
"version": "4.11.0",
"version": "4.11.1",
"description": "This module provides cell editing capability to ui.grid",
"main": "index.js",
"dependencies": {
"@ui-grid/core": "^4.11.0",
"@ui-grid/core": "^4.11.1",
"angular": ">=1.4.0 1.8.x"
},
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/empty-base-layer/CHANGELOG.md
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.11.1](https://github.com/angular-ui/ui-grid/compare/v4.11.0...v4.11.1) (2022-02-23)

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





# [4.11.0](https://github.com/angular-ui/ui-grid/compare/v4.10.3...v4.11.0) (2021-08-12)

**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
@@ -1,10 +1,10 @@
{
"name": "@ui-grid/empty-base-layer",
"version": "4.11.0",
"version": "4.11.1",
"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.11.0",
"@ui-grid/core": "^4.11.1",
"angular": ">=1.4.0 1.8.x"
},
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/expandable/CHANGELOG.md
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.11.1](https://github.com/angular-ui/ui-grid/compare/v4.11.0...v4.11.1) (2022-02-23)

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





# [4.11.0](https://github.com/angular-ui/ui-grid/compare/v4.10.3...v4.11.0) (2021-08-12)

**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
@@ -1,10 +1,10 @@
{
"name": "@ui-grid/expandable",
"version": "4.11.0",
"version": "4.11.1",
"description": "This module provides the ability to create subgrids inside ui-grid",
"main": "index.js",
"dependencies": {
"@ui-grid/core": "^4.11.0",
"@ui-grid/core": "^4.11.1",
"angular": ">=1.4.0 1.8.x"
},
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/exporter/CHANGELOG.md
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.11.1](https://github.com/angular-ui/ui-grid/compare/v4.11.0...v4.11.1) (2022-02-23)

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





# [4.11.0](https://github.com/angular-ui/ui-grid/compare/v4.10.3...v4.11.0) (2021-08-12)

**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
@@ -1,10 +1,10 @@
{
"name": "@ui-grid/exporter",
"version": "4.11.0",
"version": "4.11.1",
"description": "This module provides the ability to export data from ui-grid",
"main": "index.js",
"dependencies": {
"@ui-grid/core": "^4.11.0",
"@ui-grid/core": "^4.11.1",
"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
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.11.1](https://github.com/angular-ui/ui-grid/compare/v4.11.0...v4.11.1) (2022-02-23)

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





# [4.11.0](https://github.com/angular-ui/ui-grid/compare/v4.10.3...v4.11.0) (2021-08-12)

**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
@@ -1,11 +1,11 @@
{
"name": "@ui-grid/grouping",
"version": "4.11.0",
"version": "4.11.1",
"description": "This module provides ui-grid with grouping of rows based on the data in them",
"main": "index.js",
"dependencies": {
"@ui-grid/core": "^4.11.0",
"@ui-grid/tree-base": "^4.11.0",
"@ui-grid/core": "^4.11.1",
"@ui-grid/tree-base": "^4.11.1",
"angular": ">=1.4.0 1.8.x"
},
"publishConfig": {
Expand Down
11 changes: 11 additions & 0 deletions packages/i18n/CHANGELOG.md
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.11.1](https://github.com/angular-ui/ui-grid/compare/v4.11.0...v4.11.1) (2022-02-23)


### Bug Fixes

* **i18n:** complete ru locale ([8d2caee](https://github.com/angular-ui/ui-grid/commit/8d2caeeb7fa0e85d73c5513d39f0c8ff7992f0b7))





# [4.11.0](https://github.com/angular-ui/ui-grid/compare/v4.10.3...v4.11.0) (2021-08-12)

**Note:** Version bump only for package @ui-grid/i18n
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
@@ -1,10 +1,10 @@
{
"name": "@ui-grid/i18n",
"version": "4.11.0",
"version": "4.11.1",
"description": "This package provides various language translations for ui-grid",
"main": "index.js",
"dependencies": {
"@ui-grid/core": "^4.11.0",
"@ui-grid/core": "^4.11.1",
"angular": ">=1.4.0 1.8.x"
},
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/importer/CHANGELOG.md
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.11.1](https://github.com/angular-ui/ui-grid/compare/v4.11.0...v4.11.1) (2022-02-23)

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





# [4.11.0](https://github.com/angular-ui/ui-grid/compare/v4.10.3...v4.11.0) (2021-08-12)

**Note:** Version bump only for package @ui-grid/importer
Expand Down

0 comments on commit 74a1310

Please sign in to comment.