Compare commits
6 Commits
dependabot
...
fix-publis
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c45afd1046 | ||
|
|
ed4bb8ec2a | ||
|
|
d2c97f4a40 | ||
|
|
c502e960a2 | ||
|
|
fc21870c82 | ||
|
|
4ee06384dd |
32
.github/workflows/on-publish.yml
vendored
32
.github/workflows/on-publish.yml
vendored
@@ -26,8 +26,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: one_run
|
needs: one_run
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.3.4
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/cache@v2.1.4
|
- uses: actions/cache@v3
|
||||||
id: cache
|
id: cache
|
||||||
with:
|
with:
|
||||||
path: node_modules
|
path: node_modules
|
||||||
@@ -40,25 +40,27 @@ jobs:
|
|||||||
needs: install
|
needs: install
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.3.4
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/cache@v2.1.4
|
- uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: node_modules
|
path: node_modules
|
||||||
key: node_modules-${{ hashFiles('**/package-lock.json') }}
|
key: node_modules-${{ hashFiles('**/package-lock.json') }}
|
||||||
- uses: actions/cache@v2.1.4
|
- uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
dist
|
dist
|
||||||
key: dist-${{ github.run_id }}
|
key: dist-${{ github.run_id }}
|
||||||
- run: npx nx run ng2-file-upload-demo:build
|
- run: |
|
||||||
|
npx nx run ng2-file-upload:build --prod
|
||||||
|
npx nx run ng2-file-upload-demo:build
|
||||||
|
|
||||||
# update release notes in github
|
# update release notes in github
|
||||||
update_release_draft:
|
update_release_draft:
|
||||||
needs: install
|
needs: install
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.3.4
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/cache@v2.1.4
|
- uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: node_modules
|
path: node_modules
|
||||||
key: node_modules-${{ hashFiles('**/package-lock.json') }}
|
key: node_modules-${{ hashFiles('**/package-lock.json') }}
|
||||||
@@ -69,17 +71,17 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.3.4
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/checkout@v2.3.4
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
ref: 'gh-pages'
|
ref: 'gh-pages'
|
||||||
path: 'gh-pages'
|
path: 'gh-pages'
|
||||||
|
|
||||||
- uses: actions/cache@v2.1.4
|
- uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: node_modules
|
path: node_modules
|
||||||
key: node_modules-${{ hashFiles('**/package-lock.json') }}
|
key: node_modules-${{ hashFiles('**/package-lock.json') }}
|
||||||
- uses: actions/cache@v2.1.4
|
- uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
dist
|
dist
|
||||||
@@ -104,12 +106,12 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.3.4
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/cache@v2.1.4
|
- uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: node_modules
|
path: node_modules
|
||||||
key: node_modules-${{ hashFiles('**/package-lock.json') }}
|
key: node_modules-${{ hashFiles('**/package-lock.json') }}
|
||||||
- uses: actions/cache@v2.1.4
|
- uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
dist
|
dist
|
||||||
|
|||||||
16
CHANGELOG.md
16
CHANGELOG.md
@@ -1,3 +1,19 @@
|
|||||||
|
# [2.0.0](https://github.com/valor-software/ng2-file-upload/compare/v2.0.0-3...v2.0.0) (2022-12-08)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **chore:** fixed build in yml file ([fc21870](https://github.com/valor-software/ng2-file-upload/commit/fc21870c827166da05307a6fe5f4fdd3808454eb))
|
||||||
|
* **chore:** updated publish yml file ([4ee0638](https://github.com/valor-software/ng2-file-upload/commit/4ee06384dd8ddf4097606c542d4c6326e6ee1433))
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* **core:** updated version up to angular 14 and nx 14 ([#1205](https://github.com/valor-software/ng2-file-upload/issues/1205)) ([ad01e31](https://github.com/valor-software/ng2-file-upload/commit/ad01e31cf8258eeaaa3b18625bb0e46992972c1a))
|
||||||
|
* **package:** Added support for Angular 13. fixes [#1193](https://github.com/valor-software/ng2-file-upload/issues/1193) ([#1201](https://github.com/valor-software/ng2-file-upload/issues/1201)) ([6608960](https://github.com/valor-software/ng2-file-upload/commit/6608960cecd9f800aae27d8d4f4a21c418a3828a))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# [3.0.0]()
|
# [3.0.0]()
|
||||||
|
|
||||||
Updated the library and test project to Angular 13
|
Updated the library and test project to Angular 13
|
||||||
|
|||||||
2279
package-lock.json
generated
2279
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -52,7 +52,7 @@
|
|||||||
"@angular/forms": "14.2.2",
|
"@angular/forms": "14.2.2",
|
||||||
"@angular/platform-browser": "14.2.2",
|
"@angular/platform-browser": "14.2.2",
|
||||||
"@angular/platform-browser-dynamic": "14.2.2",
|
"@angular/platform-browser-dynamic": "14.2.2",
|
||||||
"@nrwl/angular": "14.8.6",
|
"@nrwl/angular": "14.7.5",
|
||||||
"@nrwl/cli": "14.7.5",
|
"@nrwl/cli": "14.7.5",
|
||||||
"@nrwl/eslint-plugin-nx": "14.7.5",
|
"@nrwl/eslint-plugin-nx": "14.7.5",
|
||||||
"@nrwl/jest": "14.7.5",
|
"@nrwl/jest": "14.7.5",
|
||||||
|
|||||||
Reference in New Issue
Block a user