Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Santeri Elo committed Nov 2, 2020
1 parent 8f49243 commit e583ffc
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [1.2.0](https://github.com/iffa/ngx-material-spinner/compare/1.1.1...1.2.0)

- feat: add showDebounced + auto-changelog, npm version tweaks [`8f49243`](https://github.com/iffa/ngx-material-spinner/commit/8f49243083793883c9987f7f0924c0244d01a3ae)

#### [1.1.1](https://github.com/iffa/ngx-material-spinner/compare/1.1.0...1.1.1)

> 1 November 2020
Expand All @@ -20,6 +24,18 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Delete publish-sample.yml [`f17af83`](https://github.com/iffa/ngx-material-spinner/commit/f17af83191f6c435a0007ddc2c28148d2ec80dc2)
- feat: publish sample action [`eef6053`](https://github.com/iffa/ngx-material-spinner/commit/eef6053815a6c1b2709e8d5ff263ee567868f556)

### [1.0.0](https://github.com/iffa/ngx-material-spinner/compare/0.0.1...1.0.0)
#### 1.0.0

> 29 October 2020
- Bump lodash from 4.17.15 to 4.17.19 [`#141`](https://github.com/iffa/ngx-material-spinner/pull/141)
- Bump npm-registry-fetch from 4.0.3 to 4.0.5 [`#138`](https://github.com/iffa/ngx-material-spinner/pull/138)
- Bump websocket-extensions from 0.1.3 to 0.1.4 [`#133`](https://github.com/iffa/ngx-material-spinner/pull/133)
- Bump lodash from 4.17.11 to 4.17.14 [`#91`](https://github.com/iffa/ngx-material-spinner/pull/91)
- Develop v1.0.0 [`#2`](https://github.com/iffa/ngx-material-spinner/pull/2)
- Safe to merge. [`#1`](https://github.com/iffa/ngx-material-spinner/pull/1)
- Change spinner's options on show call [`#8`](https://github.com/iffa/ngx-material-spinner/issues/8)
- Multiple NgxSpinner on the same view [`#16`](https://github.com/iffa/ngx-material-spinner/issues/16)
- feat: major refactor [`891478e`](https://github.com/iffa/ngx-material-spinner/commit/891478e525f343fd38860ac02898ce8b5c3ef7be)
- Migrated Angular from v8 to v9. [`ca5cc3c`](https://github.com/iffa/ngx-material-spinner/commit/ca5cc3cad339d05202a449f271270b4a82c435b0)
- Update angular and its dependencies from 9 to 10. [`38384c6`](https://github.com/iffa/ngx-material-spinner/commit/38384c686bebd1962160c44c76337344a441e39e)
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-material-spinner",
"version": "1.1.1",
"version": "1.2.0",
"scripts": {
"ng": "ng",
"start": "ng serve sample -o",
Expand Down
4 changes: 2 additions & 2 deletions projects/ngx-material-spinner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-material-spinner",
"version": "1.1.1",
"version": "1.2.0",
"repository": {
"type": "git",
"url": "https://github.com/iffa/ngx-material-spinner.git"
Expand All @@ -24,4 +24,4 @@
"dependencies": {
"tslib": "^2.0.0"
}
}
}

0 comments on commit e583ffc

Please sign in to comment.