@memberjunction/ng-join-grid 2.122.0 → 2.122.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +8 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memberjunction/ng-join-grid",
3
- "version": "2.122.0",
3
+ "version": "2.122.1",
4
4
  "description": "MemberJunction: Grid component that is able to display/edit the relationship between two entities. For example being able to edit Users + Roles in a single grid.",
5
5
  "main": "./dist/public-api.js",
6
6
  "typings": "./dist/public-api.d.ts",
@@ -25,12 +25,13 @@
25
25
  "@angular/router": "18.0.2"
26
26
  },
27
27
  "dependencies": {
28
- "@memberjunction/core-entities": "2.122.0",
29
- "@memberjunction/global": "2.122.0",
30
- "@memberjunction/core": "2.122.0",
31
- "@memberjunction/ng-base-types": "2.122.0",
32
- "@memberjunction/ng-container-directives": "2.122.0",
33
- "@memberjunction/ng-shared": "2.122.0",
28
+ "@memberjunction/core": "2.122.1",
29
+ "@memberjunction/core-entities": "2.122.1",
30
+ "@memberjunction/global": "2.122.1",
31
+ "@memberjunction/ng-base-types": "2.122.1",
32
+ "@memberjunction/ng-container-directives": "2.122.1",
33
+ "@memberjunction/ng-shared": "2.122.1",
34
+ "@memberjunction/ng-shared-generic": "2.122.1",
34
35
  "@progress/kendo-angular-buttons": "16.2.0",
35
36
  "@progress/kendo-angular-dialog": "16.2.0",
36
37
  "@progress/kendo-angular-layout": "16.2.0",