Skip to content

Commit

Permalink
Build new version
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 15, 2023
1 parent c442c40 commit b065800
Show file tree
Hide file tree
Showing 21 changed files with 43 additions and 43 deletions.
6 changes: 3 additions & 3 deletions dist/libs/annotation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@groupdocs.examples.angular/annotation",
"version": "0.8.103",
"version": "0.0.1",
"description": "Angular application that allows to annotate documents supported by groupdocs libraries APIs",
"license": "MIT",
"publishConfig": {
Expand All @@ -11,15 +11,15 @@
"@angular/core": "^8.0.0"
},
"dependencies": {
"@groupdocs.examples.angular/common-components": "^0.8.0",
"@fortawesome/angular-fontawesome": "^0.4.0",
"@fortawesome/fontawesome-svg-core": "^1.2.19",
"@fortawesome/free-regular-svg-icons": "^5.9.0",
"@fortawesome/free-solid-svg-icons": "^5.9.0",
"@groupdocs.examples.angular/common-components": "^0.8.103",
"@ngx-translate/core": "^12.1.2",
"ng-click-outside": "^5.1.1",
"hammerjs": "^2.0.8",
"jquery": "^3.4.1",
"ng-click-outside": "^5.1.1",
"tslib": "^1.9.0"
},
"main": "bundles/groupdocs.examples.angular-annotation.umd.js",
Expand Down
4 changes: 2 additions & 2 deletions dist/libs/common-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@groupdocs.examples.angular/common-components",
"version": "0.8.103",
"version": "0.8.40",
"description": "Common components for GroupDocs.Total Angular applications",
"license": "MIT",
"publishConfig": {
Expand All @@ -16,9 +16,9 @@
"@fortawesome/free-regular-svg-icons": "^5.9.0",
"@fortawesome/free-solid-svg-icons": "^5.9.0",
"@ngx-translate/core": "^12.1.2",
"ng-click-outside": "^5.1.1",
"hammerjs": "^2.0.8",
"jquery": "^3.4.1",
"ng-click-outside": "^5.1.1",
"tslib": "^1.9.0"
},
"main": "bundles/groupdocs.examples.angular-common-components.umd.js",
Expand Down
6 changes: 3 additions & 3 deletions dist/libs/comparison/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@groupdocs.examples.angular/comparison",
"version": "0.8.103",
"version": "0.0.1",
"description": "Angular application that allows to comapre documents supported by GroupDocs.Comparison library",
"license": "MIT",
"publishConfig": {
Expand All @@ -11,15 +11,15 @@
"@angular/core": "^8.0.0"
},
"dependencies": {
"@groupdocs.examples.angular/common-components": "^0.8.0",
"@fortawesome/angular-fontawesome": "^0.4.0",
"@fortawesome/fontawesome-svg-core": "^1.2.19",
"@fortawesome/free-regular-svg-icons": "^5.9.0",
"@fortawesome/free-solid-svg-icons": "^5.9.0",
"@groupdocs.examples.angular/common-components": "^0.8.103",
"@ngx-translate/core": "^12.1.2",
"ng-click-outside": "^5.1.1",
"hammerjs": "^2.0.8",
"jquery": "^3.4.1",
"ng-click-outside": "^5.1.1",
"smoothscroll-polyfill": "^0.4.4",
"tslib": "^1.9.0"
},
Expand Down
6 changes: 3 additions & 3 deletions dist/libs/conversion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@groupdocs.examples.angular/conversion",
"version": "0.8.103",
"version": "0.0.1",
"description": "Angular application that allows to convert documents supported by groupdocs libraries APIs",
"license": "MIT",
"publishConfig": {
Expand All @@ -11,15 +11,15 @@
"@angular/core": "^8.0.0"
},
"dependencies": {
"@groupdocs.examples.angular/common-components": "^0.8.0",
"@fortawesome/angular-fontawesome": "^0.4.0",
"@fortawesome/fontawesome-svg-core": "^1.2.19",
"@fortawesome/free-regular-svg-icons": "^5.9.0",
"@fortawesome/free-solid-svg-icons": "^5.9.0",
"@groupdocs.examples.angular/common-components": "^0.8.103",
"@ngx-translate/core": "^12.1.2",
"ng-click-outside": "^5.1.1",
"hammerjs": "^2.0.8",
"jquery": "^3.4.1",
"ng-click-outside": "^5.1.1",
"smoothscroll-polyfill": "^0.4.4",
"tslib": "^1.9.0"
},
Expand Down
6 changes: 3 additions & 3 deletions dist/libs/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@groupdocs.examples.angular/editor",
"version": "0.8.103",
"version": "0.1.20",
"description": "Angular application that allows to edit documents supported by groupdocs libraries APIs",
"license": "MIT",
"publishConfig": {
Expand All @@ -11,15 +11,15 @@
"@angular/core": "^8.0.0"
},
"dependencies": {
"@groupdocs.examples.angular/common-components": "^0.8.0",
"@fortawesome/angular-fontawesome": "^0.4.0",
"@fortawesome/fontawesome-svg-core": "^1.2.19",
"@fortawesome/free-regular-svg-icons": "^5.9.0",
"@fortawesome/free-solid-svg-icons": "^5.9.0",
"@groupdocs.examples.angular/common-components": "^0.8.103",
"@ngx-translate/core": "^12.1.2",
"ng-click-outside": "^5.1.1",
"hammerjs": "^2.0.8",
"jquery": "^3.4.1",
"ng-click-outside": "^5.1.1",
"smoothscroll-polyfill": "^0.4.4",
"tslib": "^1.9.0"
},
Expand Down
8 changes: 4 additions & 4 deletions dist/libs/metadata/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@groupdocs.examples.angular/metadata",
"version": "0.8.103",
"version": "0.1.20",
"description": "Angular application that allows to display and manipulate documents supported by groupdocs libraries APIs",
"license": "MIT",
"publishConfig": {
Expand All @@ -11,17 +11,17 @@
"@angular/core": "^8.0.0"
},
"dependencies": {
"@groupdocs.examples.angular/common-components": "^0.8.0",
"@fortawesome/angular-fontawesome": "^0.4.0",
"@fortawesome/fontawesome-svg-core": "^1.2.19",
"@fortawesome/free-regular-svg-icons": "^5.9.0",
"@fortawesome/free-solid-svg-icons": "^5.9.0",
"@groupdocs.examples.angular/common-components": "^0.8.103",
"@ngx-translate/core": "^12.1.2",
"ng-click-outside": "^5.1.1",
"hammerjs": "^2.0.8",
"jquery": "^3.4.1",
"ng-click-outside": "^5.1.1",
"ng2-date-picker": "^8.0.0",
"smoothscroll-polyfill": "^0.4.4",
"ng2-date-picker": "^8.0.0",
"tslib": "^1.9.0"
},
"main": "bundles/groupdocs.examples.angular-metadata.umd.js",
Expand Down
6 changes: 3 additions & 3 deletions dist/libs/parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@groupdocs.examples.angular/parser",
"version": "0.8.103",
"version": "0.1.20",
"description": "Angular application that allows to display and manipulate documents supported by groupdocs libraries APIs",
"license": "MIT",
"publishConfig": {
Expand All @@ -11,14 +11,14 @@
"@angular/core": "^8.0.0"
},
"dependencies": {
"@groupdocs.examples.angular/common-components": "^0.8.0",
"@fortawesome/angular-fontawesome": "^0.4.0",
"@fortawesome/fontawesome-svg-core": "^1.2.19",
"@fortawesome/free-regular-svg-icons": "^5.9.0",
"@fortawesome/free-solid-svg-icons": "^5.9.0",
"@groupdocs.examples.angular/common-components": "^0.8.103",
"ng-click-outside": "^5.1.1",
"hammerjs": "^2.0.8",
"jquery": "^3.4.1",
"ng-click-outside": "^5.1.1",
"smoothscroll-polyfill": "^0.4.4",
"tslib": "^1.9.0"
},
Expand Down
6 changes: 3 additions & 3 deletions dist/libs/search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@groupdocs.examples.angular/search",
"version": "0.8.103",
"version": "0.1.20",
"description": "Angular application that allows to display and manipulate documents supported by groupdocs libraries APIs",
"license": "MIT",
"publishConfig": {
Expand All @@ -11,15 +11,15 @@
"@angular/core": "^8.0.0"
},
"dependencies": {
"@groupdocs.examples.angular/common-components": "^0.8.0",
"@fortawesome/angular-fontawesome": "^0.4.0",
"@fortawesome/fontawesome-svg-core": "^1.2.19",
"@fortawesome/free-regular-svg-icons": "^5.9.0",
"@fortawesome/free-solid-svg-icons": "^5.9.0",
"@groupdocs.examples.angular/common-components": "^0.8.103",
"@ngx-translate/core": "^12.1.2",
"ng-click-outside": "^5.1.1",
"hammerjs": "^2.0.8",
"jquery": "^3.4.1",
"ng-click-outside": "^5.1.1",
"smoothscroll-polyfill": "^0.4.4",
"tslib": "^1.9.0"
},
Expand Down
6 changes: 3 additions & 3 deletions dist/libs/signature/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@groupdocs.examples.angular/signature",
"version": "0.8.103",
"version": "0.0.1",
"description": "Angular application that allows to sign documents supported by groupdocs libraries APIs",
"license": "MIT",
"publishConfig": {
Expand All @@ -11,15 +11,15 @@
"@angular/core": "^8.0.0"
},
"dependencies": {
"@groupdocs.examples.angular/common-components": "^0.8.0",
"@fortawesome/angular-fontawesome": "^0.4.0",
"@fortawesome/fontawesome-svg-core": "^1.2.19",
"@fortawesome/free-regular-svg-icons": "^5.9.0",
"@fortawesome/free-solid-svg-icons": "^5.9.0",
"@groupdocs.examples.angular/common-components": "^0.8.103",
"@ngx-translate/core": "^12.1.2",
"ng-click-outside": "^5.1.1",
"hammerjs": "^2.0.8",
"jquery": "^3.4.1",
"ng-click-outside": "^5.1.1",
"tslib": "^1.9.0"
},
"main": "bundles/groupdocs.examples.angular-signature.umd.js",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading

0 comments on commit b065800

Please sign in to comment.