Skip to content

Commit

Permalink
v4.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Portugal, Marcelo authored and Portugal, Marcelo committed Feb 7, 2019
1 parent ba6a71b commit b488dd8
Show file tree
Hide file tree
Showing 22 changed files with 51 additions and 51 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "4.7.0"
"version": "4.7.1"
}
4 changes: 2 additions & 2 deletions packages/auto-resize/package.json
@@ -1,10 +1,10 @@
{
"name": "@ui-grid/auto-resize",
"version": "4.7.0",
"version": "4.7.1",
"description": "This module provides auto-resizing functionality to UI-Grid",
"main": "index.js",
"dependencies": {
"@ui-grid/core": "^4.7.0",
"@ui-grid/core": "^4.7.1",
"angular": ">=1.4.0 1.7.x"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/cellnav/package.json
@@ -1,10 +1,10 @@
{
"name": "@ui-grid/cell-nav",
"version": "4.7.0",
"version": "4.7.1",
"description": "This module provides cell navigation functionality to UI-Grid",
"main": "index.js",
"dependencies": {
"@ui-grid/core": "^4.7.0",
"@ui-grid/core": "^4.7.1",
"angular": ">=1.4.0 1.7.x"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@ui-grid/core",
"version": "4.7.0",
"version": "4.7.1",
"description": "A data grid for Angular",
"main": "index.js",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/edit/package.json
@@ -1,10 +1,10 @@
{
"name": "@ui-grid/edit",
"version": "4.7.0",
"version": "4.7.1",
"description": "This module provides cell editing capability to ui.grid",
"main": "index.js",
"dependencies": {
"@ui-grid/core": "^4.7.0",
"@ui-grid/core": "^4.7.1",
"angular": ">=1.4.0 1.7.x"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/empty-base-layer/package.json
@@ -1,10 +1,10 @@
{
"name": "@ui-grid/empty-base-layer",
"version": "4.7.0",
"version": "4.7.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.7.0",
"@ui-grid/core": "^4.7.1",
"angular": ">=1.4.0 1.7.x"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/expandable/package.json
@@ -1,10 +1,10 @@
{
"name": "@ui-grid/expandable",
"version": "4.7.0",
"version": "4.7.1",
"description": "This module provides the ability to create subgrids inside ui-grid",
"main": "index.js",
"dependencies": {
"@ui-grid/core": "^4.7.0",
"@ui-grid/core": "^4.7.1",
"angular": ">=1.4.0 1.7.x"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/exporter/package.json
@@ -1,10 +1,10 @@
{
"name": "@ui-grid/exporter",
"version": "4.7.0",
"version": "4.7.1",
"description": "This module provides the ability to export data from ui-grid",
"main": "index.js",
"dependencies": {
"@ui-grid/core": "^4.7.0",
"@ui-grid/core": "^4.7.1",
"angular": ">=1.4.0 1.7.x",
"csv-js": "~1.0.0",
"excel-builder": "~2.0.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/grouping/package.json
@@ -1,11 +1,11 @@
{
"name": "@ui-grid/grouping",
"version": "4.7.0",
"version": "4.7.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.7.0",
"@ui-grid/tree-base": "^4.7.0",
"@ui-grid/core": "^4.7.1",
"@ui-grid/tree-base": "^4.7.1",
"angular": ">=1.4.0 1.7.x"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/i18n/package.json
@@ -1,10 +1,10 @@
{
"name": "@ui-grid/i18n",
"version": "4.7.0",
"version": "4.7.1",
"description": "This package provides various language translations for ui-grid",
"main": "index.js",
"dependencies": {
"@ui-grid/core": "^4.7.0",
"@ui-grid/core": "^4.7.1",
"angular": ">=1.4.0 1.7.x"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/importer/package.json
@@ -1,10 +1,10 @@
{
"name": "@ui-grid/importer",
"version": "4.7.0",
"version": "4.7.1",
"description": "This module provides the ability to import data into ui-grid",
"main": "index.js",
"dependencies": {
"@ui-grid/core": "^4.7.0",
"@ui-grid/core": "^4.7.1",
"angular": ">=1.4.0 1.7.x",
"csv-js": "~1.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/infinite-scroll/package.json
@@ -1,10 +1,10 @@
{
"name": "@ui-grid/infinite-scroll",
"version": "4.7.0",
"version": "4.7.1",
"description": "This module provides infinite scroll functionality to ui-grid",
"main": "index.js",
"dependencies": {
"@ui-grid/core": "^4.7.0",
"@ui-grid/core": "^4.7.1",
"angular": ">=1.4.0 1.7.x"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/move-columns/package.json
@@ -1,10 +1,10 @@
{
"name": "@ui-grid/move-columns",
"version": "4.7.0",
"version": "4.7.1",
"description": "This module enables ui-grid users to change the position of columns",
"main": "index.js",
"dependencies": {
"@ui-grid/core": "^4.7.0",
"@ui-grid/core": "^4.7.1",
"angular": ">=1.4.0 1.7.x"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/pagination/package.json
@@ -1,10 +1,10 @@
{
"name": "@ui-grid/pagination",
"version": "4.7.0",
"version": "4.7.1",
"description": "This module provides pagination support to ui-grid",
"main": "index.js",
"dependencies": {
"@ui-grid/core": "^4.7.0",
"@ui-grid/core": "^4.7.1",
"angular": ">=1.4.0 1.7.x"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/pinning/package.json
@@ -1,10 +1,10 @@
{
"name": "@ui-grid/pinning",
"version": "4.7.0",
"version": "4.7.1",
"description": "This module enables the user to pun columns in ui-grid",
"main": "index.js",
"dependencies": {
"@ui-grid/core": "^4.7.0",
"@ui-grid/core": "^4.7.1",
"angular": ">=1.4.0 1.7.x"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/resize-columns/package.json
@@ -1,10 +1,10 @@
{
"name": "@ui-grid/resize-columns",
"version": "4.7.0",
"version": "4.7.1",
"description": "This module allows columns to be resized in ui-grid",
"main": "index.js",
"dependencies": {
"@ui-grid/core": "^4.7.0",
"@ui-grid/core": "^4.7.1",
"angular": ">=1.4.0 1.7.x"
},
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions packages/row-edit/package.json
@@ -1,12 +1,12 @@
{
"name": "@ui-grid/row-edit",
"version": "4.7.0",
"version": "4.7.1",
"description": "This ui-grid module extends the edit feature to provide tracking and saving of rows of data",
"main": "index.js",
"dependencies": {
"@ui-grid/cell-nav": "^4.7.0",
"@ui-grid/core": "^4.7.0",
"@ui-grid/edit": "^4.7.0",
"@ui-grid/cell-nav": "^4.7.1",
"@ui-grid/core": "^4.7.1",
"@ui-grid/edit": "^4.7.1",
"angular": ">=1.4.0 1.7.x"
},
"publishConfig": {
Expand Down
12 changes: 6 additions & 6 deletions packages/saveState/package.json
@@ -1,14 +1,14 @@
{
"name": "@ui-grid/save-state",
"version": "4.7.0",
"version": "4.7.1",
"description": "This ui-grid module provides the ability to save and restore the grid state",
"main": "index.js",
"dependencies": {
"@ui-grid/cell-nav": "^4.7.0",
"@ui-grid/core": "^4.7.0",
"@ui-grid/grouping": "^4.7.0",
"@ui-grid/selection": "^4.7.0",
"@ui-grid/tree-view": "^4.7.0",
"@ui-grid/cell-nav": "^4.7.1",
"@ui-grid/core": "^4.7.1",
"@ui-grid/grouping": "^4.7.1",
"@ui-grid/selection": "^4.7.1",
"@ui-grid/tree-view": "^4.7.1",
"angular": ">=1.4.0 1.7.x"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/selection/package.json
@@ -1,10 +1,10 @@
{
"name": "@ui-grid/selection",
"version": "4.7.0",
"version": "4.7.1",
"description": "This module provides row selection to ui-grid",
"main": "index.js",
"dependencies": {
"@ui-grid/core": "^4.7.0",
"@ui-grid/core": "^4.7.1",
"angular": ">=1.4.0 1.7.x"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/tree-base/package.json
@@ -1,10 +1,10 @@
{
"name": "@ui-grid/tree-base",
"version": "4.7.0",
"version": "4.7.1",
"description": "This ui-grid module provides a tree view of the data, with nodes and leaves",
"main": "index.js",
"dependencies": {
"@ui-grid/core": "^4.7.0",
"@ui-grid/core": "^4.7.1",
"angular": ">=1.4.0 1.7.x"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/tree-view/package.json
@@ -1,11 +1,11 @@
{
"name": "@ui-grid/tree-view",
"version": "4.7.0",
"version": "4.7.1",
"description": "This ui-grid module provides a tree view of the data, with nodes and leaves",
"main": "index.js",
"dependencies": {
"@ui-grid/core": "^4.7.0",
"@ui-grid/tree-base": "^4.7.0",
"@ui-grid/core": "^4.7.1",
"@ui-grid/tree-base": "^4.7.1",
"angular": ">=1.4.0 1.7.x"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/validate/package.json
@@ -1,11 +1,11 @@
{
"name": "@ui-grid/validate",
"version": "4.7.0",
"version": "4.7.1",
"description": "This ui-grid module provides the ability to validate cells upon change",
"main": "index.js",
"dependencies": {
"@ui-grid/core": "^4.7.0",
"@ui-grid/edit": "^4.7.0",
"@ui-grid/core": "^4.7.1",
"@ui-grid/edit": "^4.7.1",
"angular": ">=1.4.0 1.7.x",
"angular-ui-bootstrap": "0.13.4"
},
Expand Down

0 comments on commit b488dd8

Please sign in to comment.