Skip to content

Commit

Permalink
1.2.2
Browse files Browse the repository at this point in the history
updated readme for updating the package.
  • Loading branch information
jayprajapati857 committed Jun 30, 2020
1 parent 8cd0056 commit f5d252b
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2.2] - 2020-06-30

### Changed
- updated readme for updating the package.

## [1.2.1] - 2020-06-29

### Added
Expand Down Expand Up @@ -68,6 +73,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Added File select directive
- Uploading files in a single request

[1.2.2]: https://github.com/jayprajapati857/ngx-uploader-directive/compare/1.2.1...1.2.2
[1.2.1]: https://github.com/jayprajapati857/ngx-uploader-directive/compare/1.2.0...1.2.1
[1.2.0]: https://github.com/jayprajapati857/ngx-uploader-directive/compare/1.1.7...1.2.0
[1.1.7]: https://github.com/jayprajapati857/ngx-uploader-directive/compare/1.1.5...1.1.7
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ Add `ngx-uploader-directive` module as dependency to your project.
npm install ngx-uploader-directive --save
```

#### Update
```console
npm update ngx-uploader-directive
```

## Usage

1. Import `NgxUploaderDirectiveModule` into your AppModule or in module where you will use it.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-uploader-directive",
"version": "1.2.1",
"version": "1.2.2",
"description": "Angular 9 File Uploader Directive which provides two directives, which are select and file drag and drop to upload files on server.",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions projects/ngx-uploader-directive/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2.2] - 2020-06-30

### Changed
- updated readme for updating the package.

## [1.2.1] - 2020-06-29

### Added
Expand Down Expand Up @@ -68,6 +73,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Added File select directive
- Uploading files in a single request

[1.2.2]: https://github.com/jayprajapati857/ngx-uploader-directive/compare/1.2.1...1.2.2
[1.2.1]: https://github.com/jayprajapati857/ngx-uploader-directive/compare/1.2.0...1.2.1
[1.2.0]: https://github.com/jayprajapati857/ngx-uploader-directive/compare/1.1.7...1.2.0
[1.1.7]: https://github.com/jayprajapati857/ngx-uploader-directive/compare/1.1.5...1.1.7
Expand Down
5 changes: 5 additions & 0 deletions projects/ngx-uploader-directive/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ Add `ngx-uploader-directive` module as dependency to your project.
npm install ngx-uploader-directive --save
```

#### Update
```console
npm update ngx-uploader-directive
```

## Usage

1. Import `NgxUploaderDirectiveModule` into your AppModule or in module where you will use it.
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-uploader-directive/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-uploader-directive",
"version": "1.2.1",
"version": "1.2.2",
"description": "Angular 9 File Uploader Directive which provides two directives, which are select and file drag and drop to upload files on server.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-uploader-directive/src/lib/configs/config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const environment = {
production: false
production: true
};

0 comments on commit f5d252b

Please sign in to comment.