Skip to content

Commit

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

## [5.1.1](https://github.com/sciactive/pnotify/compare/v5.1.0...v5.1.1) (2020-04-27)


### Bug Fixes

* font awesome fix changing from fa icon ([33b3733](https://github.com/sciactive/pnotify/commit/33b3733143628a34bba39f5ef030bc5746529119))
* font awesome icon change after the first change ([1d9239d](https://github.com/sciactive/pnotify/commit/1d9239df5113059d0fa3cff5efc6a6d5455003f7)), closes [#391](https://github.com/sciactive/pnotify/issues/391)
* remove erroneous fa5 fix file from fa5 module ([642facf](https://github.com/sciactive/pnotify/commit/642facf218d7f71bfb3cf57ceff56709b0c58beb))
* reverse colors on countdown bar ([2ebc862](https://github.com/sciactive/pnotify/commit/2ebc862ab920936ac4ffa13df23dcaddf2addc1c)), closes [#390](https://github.com/sciactive/pnotify/issues/390)
* run build js through babel ([edd8ce7](https://github.com/sciactive/pnotify/commit/edd8ce7f5e8ea008114e178dc5f0a9b08b9c7d5e)), closes [#389](https://github.com/sciactive/pnotify/issues/389)



# 5.1.0 (2020-04-21)





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


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

## [5.1.1](https://github.com/sciactive/pnotify/compare/v5.1.0...v5.1.1) (2020-04-27)


### Bug Fixes

* run build js through babel ([edd8ce7](https://github.com/sciactive/pnotify/commit/edd8ce7f5e8ea008114e178dc5f0a9b08b9c7d5e)), closes [#389](https://github.com/sciactive/pnotify/issues/389)





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


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.1.0",
"version": "5.1.1",
"description": "PNotify - Animate Module",
"keywords": [
"notice",
Expand Down Expand Up @@ -40,7 +40,7 @@
"access": "public"
},
"dependencies": {
"@pnotify/core": "^5.1.0"
"@pnotify/core": "^5.1.1"
},
"peerDependencies": {
"animate.css": "^3.7.2"
Expand Down
11 changes: 11 additions & 0 deletions packages/bootstrap3/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.1.1](https://github.com/sciactive/pnotify/compare/v5.1.0...v5.1.1) (2020-04-27)


### Bug Fixes

* run build js through babel ([edd8ce7](https://github.com/sciactive/pnotify/commit/edd8ce7f5e8ea008114e178dc5f0a9b08b9c7d5e)), closes [#389](https://github.com/sciactive/pnotify/issues/389)





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


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.1.0",
"version": "5.1.1",
"description": "PNotify - Bootstrap 3 Module",
"keywords": [
"notice",
Expand Down Expand Up @@ -40,7 +40,7 @@
"access": "public"
},
"dependencies": {
"@pnotify/core": "^5.1.0"
"@pnotify/core": "^5.1.1"
},
"peerDependencies": {
"bootstrap": "^3.4.1"
Expand Down
11 changes: 11 additions & 0 deletions packages/bootstrap4/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.1.1](https://github.com/sciactive/pnotify/compare/v5.1.0...v5.1.1) (2020-04-27)


### Bug Fixes

* run build js through babel ([edd8ce7](https://github.com/sciactive/pnotify/commit/edd8ce7f5e8ea008114e178dc5f0a9b08b9c7d5e)), closes [#389](https://github.com/sciactive/pnotify/issues/389)





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


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.1.0",
"version": "5.1.1",
"description": "PNotify - Bootstrap 4 Module",
"keywords": [
"notice",
Expand Down Expand Up @@ -40,7 +40,7 @@
"access": "public"
},
"dependencies": {
"@pnotify/core": "^5.1.0"
"@pnotify/core": "^5.1.1"
},
"peerDependencies": {
"bootstrap": "^4.4.1"
Expand Down
11 changes: 11 additions & 0 deletions packages/confirm/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.1.1](https://github.com/sciactive/pnotify/compare/v5.1.0...v5.1.1) (2020-04-27)


### Bug Fixes

* run build js through babel ([edd8ce7](https://github.com/sciactive/pnotify/commit/edd8ce7f5e8ea008114e178dc5f0a9b08b9c7d5e)), closes [#389](https://github.com/sciactive/pnotify/issues/389)





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


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.1.0",
"version": "5.1.1",
"description": "PNotify - Confirm Module",
"keywords": [
"notice",
Expand Down Expand Up @@ -40,7 +40,7 @@
"access": "public"
},
"dependencies": {
"@pnotify/core": "^5.1.0"
"@pnotify/core": "^5.1.1"
},
"devDependencies": {
"@babel/core": "^7.9.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/core/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.1](https://github.com/sciactive/pnotify/compare/v5.1.0...v5.1.1) (2020-04-27)


### Bug Fixes

* reverse colors on countdown bar ([2ebc862](https://github.com/sciactive/pnotify/commit/2ebc862ab920936ac4ffa13df23dcaddf2addc1c)), closes [#390](https://github.com/sciactive/pnotify/issues/390)
* run build js through babel ([edd8ce7](https://github.com/sciactive/pnotify/commit/edd8ce7f5e8ea008114e178dc5f0a9b08b9c7d5e)), closes [#389](https://github.com/sciactive/pnotify/issues/389)





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


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.

3 changes: 1 addition & 2 deletions packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnotify/core",
"version": "5.1.0",
"version": "5.1.1",
"description": "PNotify Core",
"keywords": [
"notice",
Expand Down Expand Up @@ -41,7 +41,6 @@
"publishConfig": {
"access": "public"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
Expand Down
11 changes: 11 additions & 0 deletions packages/countdown/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.1.1](https://github.com/sciactive/pnotify/compare/v5.1.0...v5.1.1) (2020-04-27)


### Bug Fixes

* run build js through babel ([edd8ce7](https://github.com/sciactive/pnotify/commit/edd8ce7f5e8ea008114e178dc5f0a9b08b9c7d5e)), closes [#389](https://github.com/sciactive/pnotify/issues/389)





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


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.1.0",
"version": "5.1.1",
"description": "PNotify - Countdown Module",
"keywords": [
"notice",
Expand Down Expand Up @@ -40,7 +40,7 @@
"access": "public"
},
"dependencies": {
"@pnotify/core": "^5.1.0"
"@pnotify/core": "^5.1.1"
},
"devDependencies": {
"@babel/core": "^7.9.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/desktop/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.1.1](https://github.com/sciactive/pnotify/compare/v5.1.0...v5.1.1) (2020-04-27)


### Bug Fixes

* run build js through babel ([edd8ce7](https://github.com/sciactive/pnotify/commit/edd8ce7f5e8ea008114e178dc5f0a9b08b9c7d5e)), closes [#389](https://github.com/sciactive/pnotify/issues/389)





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


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.1.0",
"version": "5.1.1",
"description": "PNotify - Desktop Module",
"keywords": [
"notice",
Expand Down Expand Up @@ -40,7 +40,7 @@
"access": "public"
},
"dependencies": {
"@pnotify/core": "^5.1.0"
"@pnotify/core": "^5.1.1"
},
"devDependencies": {
"@babel/core": "^7.9.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/font-awesome4/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.1.1](https://github.com/sciactive/pnotify/compare/v5.1.0...v5.1.1) (2020-04-27)


### Bug Fixes

* run build js through babel ([edd8ce7](https://github.com/sciactive/pnotify/commit/edd8ce7f5e8ea008114e178dc5f0a9b08b9c7d5e)), closes [#389](https://github.com/sciactive/pnotify/issues/389)





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


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.1.0",
"version": "5.1.1",
"description": "PNotify - Font Awesome 4 Module",
"keywords": [
"notice",
Expand Down Expand Up @@ -40,7 +40,7 @@
"access": "public"
},
"dependencies": {
"@pnotify/core": "^5.1.0"
"@pnotify/core": "^5.1.1"
},
"peerDependencies": {
"font-awesome": "^4.7.0"
Expand Down
13 changes: 13 additions & 0 deletions packages/font-awesome5-fix/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.1](https://github.com/sciactive/pnotify/compare/v5.1.0...v5.1.1) (2020-04-27)


### Bug Fixes

* font awesome fix changing from fa icon ([33b3733](https://github.com/sciactive/pnotify/commit/33b3733143628a34bba39f5ef030bc5746529119))
* font awesome icon change after the first change ([1d9239d](https://github.com/sciactive/pnotify/commit/1d9239df5113059d0fa3cff5efc6a6d5455003f7)), closes [#391](https://github.com/sciactive/pnotify/issues/391)
* run build js through babel ([edd8ce7](https://github.com/sciactive/pnotify/commit/edd8ce7f5e8ea008114e178dc5f0a9b08b9c7d5e)), closes [#389](https://github.com/sciactive/pnotify/issues/389)





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


Expand Down

0 comments on commit f593ac0

Please sign in to comment.