mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
bump 3.9.0
This commit is contained in:
parent
5180493aa8
commit
af47361f15
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "Alfresco-ADF-Angular-Demo",
|
"name": "Alfresco-ADF-Angular-Demo",
|
||||||
"description": "Demo shell for Alfresco Angular components",
|
"description": "Demo shell for Alfresco Angular components",
|
||||||
"version": "3.8.0",
|
"version": "3.9.0",
|
||||||
"author": "Alfresco Software, Ltd.",
|
"author": "Alfresco Software, Ltd.",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@alfresco/adf-cli",
|
"name": "@alfresco/adf-cli",
|
||||||
"description": "Alfresco ADF cli and utils",
|
"description": "Alfresco ADF cli and utils",
|
||||||
"version": "3.8.0",
|
"version": "3.9.0",
|
||||||
"author": "Alfresco Software, Ltd.",
|
"author": "Alfresco Software, Ltd.",
|
||||||
"bin": {
|
"bin": {
|
||||||
"adf-cli": "./bin/adf-cli",
|
"adf-cli": "./bin/adf-cli",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@alfresco/adf-content-services",
|
"name": "@alfresco/adf-content-services",
|
||||||
"description": "Alfresco ADF content services",
|
"description": "Alfresco ADF content services",
|
||||||
"version": "3.8.0",
|
"version": "3.9.0",
|
||||||
"author": "Alfresco Software, Ltd.",
|
"author": "Alfresco Software, Ltd.",
|
||||||
"main": "bundles/adf-content-services.js",
|
"main": "bundles/adf-content-services.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
@ -24,9 +24,9 @@
|
|||||||
"@angular/platform-browser": ">=7.0.3",
|
"@angular/platform-browser": ">=7.0.3",
|
||||||
"@angular/platform-browser-dynamic": ">=7.0.3",
|
"@angular/platform-browser-dynamic": ">=7.0.3",
|
||||||
"@angular/router": ">=7.0.3",
|
"@angular/router": ">=7.0.3",
|
||||||
"@alfresco/js-api": "3.8.0",
|
"@alfresco/js-api": "3.9.0",
|
||||||
"rxjs": ">=6.2.2",
|
"rxjs": ">=6.2.2",
|
||||||
"@alfresco/adf-core": "3.8.0",
|
"@alfresco/adf-core": "3.9.0",
|
||||||
"@ngx-translate/core": ">=11.0.0",
|
"@ngx-translate/core": ">=11.0.0",
|
||||||
"hammerjs": ">=2.0.8",
|
"hammerjs": ">=2.0.8",
|
||||||
"moment": ">=2.22.2",
|
"moment": ">=2.22.2",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@alfresco/adf-core",
|
"name": "@alfresco/adf-core",
|
||||||
"description": "Alfresco ADF core",
|
"description": "Alfresco ADF core",
|
||||||
"version": "3.8.0",
|
"version": "3.9.0",
|
||||||
"author": "Alfresco Software, Ltd.",
|
"author": "Alfresco Software, Ltd.",
|
||||||
"main": "bundles/adf-core.js",
|
"main": "bundles/adf-core.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
@ -26,7 +26,7 @@
|
|||||||
"@angular/router": ">=7.0.3",
|
"@angular/router": ">=7.0.3",
|
||||||
"@mat-datetimepicker/core": ">=2.0.1",
|
"@mat-datetimepicker/core": ">=2.0.1",
|
||||||
"@mat-datetimepicker/moment": ">=2.0.1",
|
"@mat-datetimepicker/moment": ">=2.0.1",
|
||||||
"@alfresco/js-api": "3.8.0",
|
"@alfresco/js-api": "3.9.0",
|
||||||
"rxjs": ">=6.2.2",
|
"rxjs": ">=6.2.2",
|
||||||
"@ngx-translate/core": ">=11.0.0",
|
"@ngx-translate/core": ">=11.0.0",
|
||||||
"core-js": ">=2.5.4",
|
"core-js": ">=2.5.4",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@alfresco/adf-extensions",
|
"name": "@alfresco/adf-extensions",
|
||||||
"description": "Provides extensibility support for ADF applications.",
|
"description": "Provides extensibility support for ADF applications.",
|
||||||
"version": "3.8.0",
|
"version": "3.9.0",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"author": "Alfresco Software, Ltd.",
|
"author": "Alfresco Software, Ltd.",
|
||||||
"main": "bundles/adf-extensions.js",
|
"main": "bundles/adf-extensions.js",
|
||||||
@ -15,7 +15,7 @@
|
|||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@angular/common": ">=7.0.3",
|
"@angular/common": ">=7.0.3",
|
||||||
"@angular/core": ">=7.0.3",
|
"@angular/core": ">=7.0.3",
|
||||||
"@alfresco/js-api": "3.8.0"
|
"@alfresco/js-api": "3.9.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"extensions",
|
"extensions",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@alfresco/adf-insights",
|
"name": "@alfresco/adf-insights",
|
||||||
"description": "Alfresco ADF insights",
|
"description": "Alfresco ADF insights",
|
||||||
"version": "3.8.0",
|
"version": "3.9.0",
|
||||||
"author": "Alfresco Software, Ltd.",
|
"author": "Alfresco Software, Ltd.",
|
||||||
"main": "bundles/adf-insights.js",
|
"main": "bundles/adf-insights.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
@ -24,9 +24,9 @@
|
|||||||
"@angular/platform-browser": ">=7.0.3",
|
"@angular/platform-browser": ">=7.0.3",
|
||||||
"@angular/platform-browser-dynamic": ">=7.0.3",
|
"@angular/platform-browser-dynamic": ">=7.0.3",
|
||||||
"@angular/router": ">=7.0.3",
|
"@angular/router": ">=7.0.3",
|
||||||
"@alfresco/js-api": "3.8.0",
|
"@alfresco/js-api": "3.9.0",
|
||||||
"rxjs": ">=6.2.2",
|
"rxjs": ">=6.2.2",
|
||||||
"@alfresco/adf-core": "3.8.0",
|
"@alfresco/adf-core": "3.9.0",
|
||||||
"@ngx-translate/core": ">=11.0.0",
|
"@ngx-translate/core": ">=11.0.0",
|
||||||
"chart.js": ">=2.5.0",
|
"chart.js": ">=2.5.0",
|
||||||
"core-js": ">=2.5.4",
|
"core-js": ">=2.5.4",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@alfresco/adf-process-services-cloud",
|
"name": "@alfresco/adf-process-services-cloud",
|
||||||
"description": "Alfresco ADF process services cloud",
|
"description": "Alfresco ADF process services cloud",
|
||||||
"version": "3.8.0",
|
"version": "3.9.0",
|
||||||
"author": "Alfresco Software, Ltd.",
|
"author": "Alfresco Software, Ltd.",
|
||||||
"main": "bundles/adf-process-services-cloud.js",
|
"main": "bundles/adf-process-services-cloud.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
@ -24,10 +24,10 @@
|
|||||||
"@angular/platform-browser": ">=7.0.3",
|
"@angular/platform-browser": ">=7.0.3",
|
||||||
"@angular/platform-browser-dynamic": ">=7.0.3",
|
"@angular/platform-browser-dynamic": ">=7.0.3",
|
||||||
"@angular/router": ">=7.0.3",
|
"@angular/router": ">=7.0.3",
|
||||||
"@alfresco/js-api": "3.8.0",
|
"@alfresco/js-api": "3.9.0",
|
||||||
"rxjs": ">=6.2.2",
|
"rxjs": ">=6.2.2",
|
||||||
"@alfresco/adf-core": "3.8.0",
|
"@alfresco/adf-core": "3.9.0",
|
||||||
"@alfresco/adf-content-services": "3.8.0",
|
"@alfresco/adf-content-services": "3.9.0",
|
||||||
"@ngx-translate/core": ">=11.0.0",
|
"@ngx-translate/core": ">=11.0.0",
|
||||||
"hammerjs": ">=2.0.8",
|
"hammerjs": ">=2.0.8",
|
||||||
"moment": ">=2.22.2",
|
"moment": ">=2.22.2",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@alfresco/adf-process-services",
|
"name": "@alfresco/adf-process-services",
|
||||||
"description": "Alfresco ADF process services",
|
"description": "Alfresco ADF process services",
|
||||||
"version": "3.8.0",
|
"version": "3.9.0",
|
||||||
"author": "Alfresco Software, Ltd.",
|
"author": "Alfresco Software, Ltd.",
|
||||||
"main": "bundles/adf-process-services.js",
|
"main": "bundles/adf-process-services.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
@ -24,10 +24,10 @@
|
|||||||
"@angular/platform-browser": ">=7.0.3",
|
"@angular/platform-browser": ">=7.0.3",
|
||||||
"@angular/platform-browser-dynamic": ">=7.0.3",
|
"@angular/platform-browser-dynamic": ">=7.0.3",
|
||||||
"@angular/router": ">=7.0.3",
|
"@angular/router": ">=7.0.3",
|
||||||
"@alfresco/js-api": "3.8.0",
|
"@alfresco/js-api": "3.9.0",
|
||||||
"rxjs": ">=6.2.2",
|
"rxjs": ">=6.2.2",
|
||||||
"@alfresco/adf-core": "3.8.0",
|
"@alfresco/adf-core": "3.9.0",
|
||||||
"@alfresco/adf-content-services": "3.8.0",
|
"@alfresco/adf-content-services": "3.9.0",
|
||||||
"@ngx-translate/core": ">=11.0.0",
|
"@ngx-translate/core": ">=11.0.0",
|
||||||
"core-js": ">=2.5.4",
|
"core-js": ">=2.5.4",
|
||||||
"hammerjs": ">=2.0.8",
|
"hammerjs": ">=2.0.8",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@alfresco/adf-testing",
|
"name": "@alfresco/adf-testing",
|
||||||
"description": "Alfresco ADF testing page and utils",
|
"description": "Alfresco ADF testing page and utils",
|
||||||
"version": "3.8.0",
|
"version": "3.9.0",
|
||||||
"author": "Alfresco Software, Ltd.",
|
"author": "Alfresco Software, Ltd.",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -13,7 +13,7 @@
|
|||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@angular/common": "^7.1.0",
|
"@angular/common": "^7.1.0",
|
||||||
"@angular/core": "^7.1.0",
|
"@angular/core": "^7.1.0",
|
||||||
"@alfresco/js-api": "3.8.0",
|
"@alfresco/js-api": "3.9.0",
|
||||||
"moment-es6": "^1.0.0"
|
"moment-es6": "^1.0.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
20
package.json
20
package.json
@ -2,7 +2,7 @@
|
|||||||
"name": "alfresco-ng2-components",
|
"name": "alfresco-ng2-components",
|
||||||
"commit": "b644b39d17396330d2a67509f58c5b9e890b9b13",
|
"commit": "b644b39d17396330d2a67509f58c5b9e890b9b13",
|
||||||
"description": "Alfresco Angular components",
|
"description": "Alfresco Angular components",
|
||||||
"version": "3.8.0",
|
"version": "3.9.0",
|
||||||
"author": "Alfresco Software, Ltd.",
|
"author": "Alfresco Software, Ltd.",
|
||||||
"main": "./index.js",
|
"main": "./index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -78,13 +78,13 @@
|
|||||||
"process services-cloud"
|
"process services-cloud"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@alfresco/adf-content-services": "3.9.0-1def8000f06e92a78297806a760be7fabdda3c6f",
|
"@alfresco/adf-content-services": "3.9.0",
|
||||||
"@alfresco/adf-core": "3.9.0-1def8000f06e92a78297806a760be7fabdda3c6f",
|
"@alfresco/adf-core": "3.9.0",
|
||||||
"@alfresco/adf-extensions": "3.9.0-1def8000f06e92a78297806a760be7fabdda3c6f",
|
"@alfresco/adf-extensions": "3.9.0",
|
||||||
"@alfresco/adf-insights": "3.9.0-1def8000f06e92a78297806a760be7fabdda3c6f",
|
"@alfresco/adf-insights": "3.9.0",
|
||||||
"@alfresco/adf-process-services": "3.9.0-1def8000f06e92a78297806a760be7fabdda3c6f",
|
"@alfresco/adf-process-services": "3.9.0",
|
||||||
"@alfresco/adf-process-services-cloud": "3.9.0-1def8000f06e92a78297806a760be7fabdda3c6f",
|
"@alfresco/adf-process-services-cloud": "3.9.0",
|
||||||
"@alfresco/js-api": "3.9.0-b00012541e652f35b0460ae8f9db91dba84ac6a0",
|
"@alfresco/js-api": "3.9.0",
|
||||||
"@angular/animations": "^7.2.15",
|
"@angular/animations": "^7.2.15",
|
||||||
"@angular/cdk": "7.3.7",
|
"@angular/cdk": "7.3.7",
|
||||||
"@angular/common": "^7.2.15",
|
"@angular/common": "^7.2.15",
|
||||||
@ -125,8 +125,8 @@
|
|||||||
"zone.js": "~0.8.26"
|
"zone.js": "~0.8.26"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@alfresco/adf-cli": "3.8.0",
|
"@alfresco/adf-cli": "3.9.0",
|
||||||
"@alfresco/adf-testing": "3.8.0",
|
"@alfresco/adf-testing": "3.9.0",
|
||||||
"@angular-devkit/build-angular": "^0.13.4",
|
"@angular-devkit/build-angular": "^0.13.4",
|
||||||
"@angular-devkit/build-ng-packagr": "~0.10.0",
|
"@angular-devkit/build-ng-packagr": "~0.10.0",
|
||||||
"@angular/cli": "^7.3.9",
|
"@angular/cli": "^7.3.9",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user