Compare commits
3 Commits
fix-publis
...
v3.0.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
21e04deafe | ||
|
|
fa606f115b | ||
|
|
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:
|
||||||
|
|||||||
@@ -1,10 +1,11 @@
|
|||||||
# [2.0.0](https://github.com/valor-software/ng2-file-upload/compare/v2.0.0-3...v2.0.0) (2022-12-08)
|
# [3.0.0](https://github.com/valor-software/ng2-file-upload/compare/v2.0.0-3...v3.0.0) (2022-12-12)
|
||||||
|
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
||||||
* **chore:** fixed build in yml file ([fc21870](https://github.com/valor-software/ng2-file-upload/commit/fc21870c827166da05307a6fe5f4fdd3808454eb))
|
* **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))
|
* **chore:** updated publish yml file ([4ee0638](https://github.com/valor-software/ng2-file-upload/commit/4ee06384dd8ddf4097606c542d4c6326e6ee1433))
|
||||||
|
* **ci:** fixed release yml file ([6f5ac1c](https://github.com/valor-software/ng2-file-upload/commit/6f5ac1cb94a86540a5a44dd884ae9c4af8e40d00))
|
||||||
|
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ng2-file-upload-base",
|
"name": "ng2-file-upload-base",
|
||||||
"version": "2.0.0-3",
|
"version": "3.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "Angular file upload directives",
|
"description": "Angular file upload directives",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user