Skip to content

Commit

Permalink
v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hperrin committed Apr 21, 2020
1 parent 9b04b0f commit f069afd
Show file tree
Hide file tree
Showing 41 changed files with 213 additions and 39 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.1.0](https://github.com/sciactive/pnotify/compare/v5.0.1...v5.1.0) (2020-04-21)


### Features

* **core:** add type declaration core ([be78dbf](https://github.com/sciactive/pnotify/commit/be78dbf253f8cdf0ba9c921da452d8cca45651bd)), closes [#366](https://github.com/sciactive/pnotify/issues/366)
* add almost working types to modules ([82c5ce3](https://github.com/sciactive/pnotify/commit/82c5ce391dfc426ab503dd39653373325c3c4c60))
* complete types for modules and core ([9b04b0f](https://github.com/sciactive/pnotify/commit/9b04b0fc76da7f9efcff7887d85e3cdfbcd66db1)), closes [#366](https://github.com/sciactive/pnotify/issues/366)



## 5.0.1 (2020-04-18)





## [5.0.1](https://github.com/sciactive/pnotify/compare/v5.0.0...v5.0.1) (2020-04-18)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "5.0.1",
"version": "5.1.0",
"command": {
"version": {
"allowBranch": [
Expand Down
12 changes: 12 additions & 0 deletions packages/animate/CHANGELOG.md
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.1.0](https://github.com/sciactive/pnotify/compare/v5.0.1...v5.1.0) (2020-04-21)


### Features

* add almost working types to modules ([82c5ce3](https://github.com/sciactive/pnotify/commit/82c5ce391dfc426ab503dd39653373325c3c4c60))
* complete types for modules and core ([9b04b0f](https://github.com/sciactive/pnotify/commit/9b04b0fc76da7f9efcff7887d85e3cdfbcd66db1)), closes [#366](https://github.com/sciactive/pnotify/issues/366)





## [5.0.1](https://github.com/sciactive/pnotify/compare/v5.0.0...v5.0.1) (2020-04-18)

**Note:** Version bump only for package @pnotify/animate
Expand Down
2 changes: 1 addition & 1 deletion packages/animate/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/animate/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnotify/animate",
"version": "5.0.1",
"version": "5.1.0",
"description": "PNotify - Animate Module",
"keywords": [
"notice",
Expand Down Expand Up @@ -40,7 +40,7 @@
"access": "public"
},
"dependencies": {
"@pnotify/core": "^5.0.1"
"@pnotify/core": "^5.1.0"
},
"peerDependencies": {
"animate.css": "^3.7.2"
Expand Down
12 changes: 12 additions & 0 deletions packages/bootstrap3/CHANGELOG.md
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.1.0](https://github.com/sciactive/pnotify/compare/v5.0.1...v5.1.0) (2020-04-21)


### Features

* add almost working types to modules ([82c5ce3](https://github.com/sciactive/pnotify/commit/82c5ce391dfc426ab503dd39653373325c3c4c60))
* complete types for modules and core ([9b04b0f](https://github.com/sciactive/pnotify/commit/9b04b0fc76da7f9efcff7887d85e3cdfbcd66db1)), closes [#366](https://github.com/sciactive/pnotify/issues/366)





## [5.0.1](https://github.com/sciactive/pnotify/compare/v5.0.0...v5.0.1) (2020-04-18)

**Note:** Version bump only for package @pnotify/bootstrap3
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap3/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/bootstrap3/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnotify/bootstrap3",
"version": "5.0.1",
"version": "5.1.0",
"description": "PNotify - Bootstrap 3 Module",
"keywords": [
"notice",
Expand Down Expand Up @@ -40,7 +40,7 @@
"access": "public"
},
"dependencies": {
"@pnotify/core": "^5.0.1"
"@pnotify/core": "^5.1.0"
},
"peerDependencies": {
"bootstrap": "^3.4.1"
Expand Down
12 changes: 12 additions & 0 deletions packages/bootstrap4/CHANGELOG.md
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.1.0](https://github.com/sciactive/pnotify/compare/v5.0.1...v5.1.0) (2020-04-21)


### Features

* add almost working types to modules ([82c5ce3](https://github.com/sciactive/pnotify/commit/82c5ce391dfc426ab503dd39653373325c3c4c60))
* complete types for modules and core ([9b04b0f](https://github.com/sciactive/pnotify/commit/9b04b0fc76da7f9efcff7887d85e3cdfbcd66db1)), closes [#366](https://github.com/sciactive/pnotify/issues/366)





## [5.0.1](https://github.com/sciactive/pnotify/compare/v5.0.0...v5.0.1) (2020-04-18)

**Note:** Version bump only for package @pnotify/bootstrap4
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap4/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/bootstrap4/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnotify/bootstrap4",
"version": "5.0.1",
"version": "5.1.0",
"description": "PNotify - Bootstrap 4 Module",
"keywords": [
"notice",
Expand Down Expand Up @@ -40,7 +40,7 @@
"access": "public"
},
"dependencies": {
"@pnotify/core": "^5.0.1"
"@pnotify/core": "^5.1.0"
},
"peerDependencies": {
"bootstrap": "^4.4.1"
Expand Down
12 changes: 12 additions & 0 deletions packages/confirm/CHANGELOG.md
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.1.0](https://github.com/sciactive/pnotify/compare/v5.0.1...v5.1.0) (2020-04-21)


### Features

* add almost working types to modules ([82c5ce3](https://github.com/sciactive/pnotify/commit/82c5ce391dfc426ab503dd39653373325c3c4c60))
* complete types for modules and core ([9b04b0f](https://github.com/sciactive/pnotify/commit/9b04b0fc76da7f9efcff7887d85e3cdfbcd66db1)), closes [#366](https://github.com/sciactive/pnotify/issues/366)





## [5.0.1](https://github.com/sciactive/pnotify/compare/v5.0.0...v5.0.1) (2020-04-18)

**Note:** Version bump only for package @pnotify/confirm
Expand Down
2 changes: 1 addition & 1 deletion packages/confirm/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/confirm/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnotify/confirm",
"version": "5.0.1",
"version": "5.1.0",
"description": "PNotify - Confirm Module",
"keywords": [
"notice",
Expand Down Expand Up @@ -40,7 +40,7 @@
"access": "public"
},
"dependencies": {
"@pnotify/core": "^5.0.1"
"@pnotify/core": "^5.1.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/core/CHANGELOG.md
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.1.0](https://github.com/sciactive/pnotify/compare/v5.0.1...v5.1.0) (2020-04-21)


### Features

* **core:** add type declaration core ([be78dbf](https://github.com/sciactive/pnotify/commit/be78dbf253f8cdf0ba9c921da452d8cca45651bd)), closes [#366](https://github.com/sciactive/pnotify/issues/366)
* add almost working types to modules ([82c5ce3](https://github.com/sciactive/pnotify/commit/82c5ce391dfc426ab503dd39653373325c3c4c60))
* complete types for modules and core ([9b04b0f](https://github.com/sciactive/pnotify/commit/9b04b0fc76da7f9efcff7887d85e3cdfbcd66db1)), closes [#366](https://github.com/sciactive/pnotify/issues/366)





## [5.0.1](https://github.com/sciactive/pnotify/compare/v5.0.0...v5.0.1) (2020-04-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/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 packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnotify/core",
"version": "5.0.1",
"version": "5.1.0",
"description": "PNotify Core",
"keywords": [
"notice",
Expand Down
12 changes: 12 additions & 0 deletions packages/countdown/CHANGELOG.md
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.1.0](https://github.com/sciactive/pnotify/compare/v5.0.1...v5.1.0) (2020-04-21)


### Features

* add almost working types to modules ([82c5ce3](https://github.com/sciactive/pnotify/commit/82c5ce391dfc426ab503dd39653373325c3c4c60))
* complete types for modules and core ([9b04b0f](https://github.com/sciactive/pnotify/commit/9b04b0fc76da7f9efcff7887d85e3cdfbcd66db1)), closes [#366](https://github.com/sciactive/pnotify/issues/366)





## [5.0.1](https://github.com/sciactive/pnotify/compare/v5.0.0...v5.0.1) (2020-04-18)

**Note:** Version bump only for package @pnotify/countdown
Expand Down
2 changes: 1 addition & 1 deletion packages/countdown/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/countdown/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnotify/countdown",
"version": "5.0.1",
"version": "5.1.0",
"description": "PNotify - Countdown Module",
"keywords": [
"notice",
Expand Down Expand Up @@ -40,7 +40,7 @@
"access": "public"
},
"dependencies": {
"@pnotify/core": "^5.0.1"
"@pnotify/core": "^5.1.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/desktop/CHANGELOG.md
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.1.0](https://github.com/sciactive/pnotify/compare/v5.0.1...v5.1.0) (2020-04-21)


### Features

* add almost working types to modules ([82c5ce3](https://github.com/sciactive/pnotify/commit/82c5ce391dfc426ab503dd39653373325c3c4c60))
* complete types for modules and core ([9b04b0f](https://github.com/sciactive/pnotify/commit/9b04b0fc76da7f9efcff7887d85e3cdfbcd66db1)), closes [#366](https://github.com/sciactive/pnotify/issues/366)





## [5.0.1](https://github.com/sciactive/pnotify/compare/v5.0.0...v5.0.1) (2020-04-18)

**Note:** Version bump only for package @pnotify/desktop
Expand Down
2 changes: 1 addition & 1 deletion packages/desktop/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/desktop/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnotify/desktop",
"version": "5.0.1",
"version": "5.1.0",
"description": "PNotify - Desktop Module",
"keywords": [
"notice",
Expand Down Expand Up @@ -40,7 +40,7 @@
"access": "public"
},
"dependencies": {
"@pnotify/core": "^5.0.1"
"@pnotify/core": "^5.1.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/font-awesome4/CHANGELOG.md
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.1.0](https://github.com/sciactive/pnotify/compare/v5.0.1...v5.1.0) (2020-04-21)


### Features

* add almost working types to modules ([82c5ce3](https://github.com/sciactive/pnotify/commit/82c5ce391dfc426ab503dd39653373325c3c4c60))
* complete types for modules and core ([9b04b0f](https://github.com/sciactive/pnotify/commit/9b04b0fc76da7f9efcff7887d85e3cdfbcd66db1)), closes [#366](https://github.com/sciactive/pnotify/issues/366)





## [5.0.1](https://github.com/sciactive/pnotify/compare/v5.0.0...v5.0.1) (2020-04-18)

**Note:** Version bump only for package @pnotify/font-awesome4
Expand Down
2 changes: 1 addition & 1 deletion packages/font-awesome4/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/font-awesome4/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnotify/font-awesome4",
"version": "5.0.1",
"version": "5.1.0",
"description": "PNotify - Font Awesome 4 Module",
"keywords": [
"notice",
Expand Down Expand Up @@ -40,7 +40,7 @@
"access": "public"
},
"dependencies": {
"@pnotify/core": "^5.0.1"
"@pnotify/core": "^5.1.0"
},
"peerDependencies": {
"font-awesome": "^4.7.0"
Expand Down
12 changes: 12 additions & 0 deletions packages/font-awesome5-fix/CHANGELOG.md
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.1.0](https://github.com/sciactive/pnotify/compare/v5.0.1...v5.1.0) (2020-04-21)


### Features

* add almost working types to modules ([82c5ce3](https://github.com/sciactive/pnotify/commit/82c5ce391dfc426ab503dd39653373325c3c4c60))
* complete types for modules and core ([9b04b0f](https://github.com/sciactive/pnotify/commit/9b04b0fc76da7f9efcff7887d85e3cdfbcd66db1)), closes [#366](https://github.com/sciactive/pnotify/issues/366)





## [5.0.1](https://github.com/sciactive/pnotify/compare/v5.0.0...v5.0.1) (2020-04-18)

**Note:** Version bump only for package @pnotify/font-awesome5-fix
Expand Down

0 comments on commit f069afd

Please sign in to comment.