Compare commits
1 Commits
fix-publis
...
developmen
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6f5ac1cb94 |
4
.github/workflows/on-publish.yml
vendored
4
.github/workflows/on-publish.yml
vendored
@@ -51,8 +51,8 @@ jobs:
|
|||||||
dist
|
dist
|
||||||
key: dist-${{ github.run_id }}
|
key: dist-${{ github.run_id }}
|
||||||
- run: |
|
- run: |
|
||||||
npx nx run ng2-file-upload:build --prod
|
npx nx run ng2-file-upload:build --configuration production
|
||||||
npx nx run ng2-file-upload-demo:build
|
npx nx run ng2-file-upload-demo:build --configuration production
|
||||||
|
|
||||||
# update release notes in github
|
# update release notes in github
|
||||||
update_release_draft:
|
update_release_draft:
|
||||||
|
|||||||
16
CHANGELOG.md
16
CHANGELOG.md
@@ -1,19 +1,3 @@
|
|||||||
# [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
|
||||||
|
|||||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ng2-file-upload-base",
|
"name": "ng2-file-upload-base",
|
||||||
"version": "3.0.0",
|
"version": "2.0.0-3",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user