Skip to content

Commit f593ac0

Browse files
committed
v5.1.1
1 parent 25e64c7 commit f593ac0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+205
-40
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.1.1](https://github.com/sciactive/pnotify/compare/v5.1.0...v5.1.1) (2020-04-27)
7+
8+
9+
### Bug Fixes
10+
11+
* font awesome fix changing from fa icon ([33b3733](https://github.com/sciactive/pnotify/commit/33b3733143628a34bba39f5ef030bc5746529119))
12+
* 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)
13+
* remove erroneous fa5 fix file from fa5 module ([642facf](https://github.com/sciactive/pnotify/commit/642facf218d7f71bfb3cf57ceff56709b0c58beb))
14+
* reverse colors on countdown bar ([2ebc862](https://github.com/sciactive/pnotify/commit/2ebc862ab920936ac4ffa13df23dcaddf2addc1c)), closes [#390](https://github.com/sciactive/pnotify/issues/390)
15+
* run build js through babel ([edd8ce7](https://github.com/sciactive/pnotify/commit/edd8ce7f5e8ea008114e178dc5f0a9b08b9c7d5e)), closes [#389](https://github.com/sciactive/pnotify/issues/389)
16+
17+
18+
19+
# 5.1.0 (2020-04-21)
20+
21+
22+
23+
24+
625
# [5.1.0](https://github.com/sciactive/pnotify/compare/v5.0.1...v5.1.0) (2020-04-21)
726

827

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "5.1.0",
5+
"version": "5.1.1",
66
"command": {
77
"version": {
88
"allowBranch": [

packages/animate/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.1.1](https://github.com/sciactive/pnotify/compare/v5.1.0...v5.1.1) (2020-04-27)
7+
8+
9+
### Bug Fixes
10+
11+
* run build js through babel ([edd8ce7](https://github.com/sciactive/pnotify/commit/edd8ce7f5e8ea008114e178dc5f0a9b08b9c7d5e)), closes [#389](https://github.com/sciactive/pnotify/issues/389)
12+
13+
14+
15+
16+
617
# [5.1.0](https://github.com/sciactive/pnotify/compare/v5.0.1...v5.1.0) (2020-04-21)
718

819

packages/animate/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/animate/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pnotify/animate",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
44
"description": "PNotify - Animate Module",
55
"keywords": [
66
"notice",
@@ -40,7 +40,7 @@
4040
"access": "public"
4141
},
4242
"dependencies": {
43-
"@pnotify/core": "^5.1.0"
43+
"@pnotify/core": "^5.1.1"
4444
},
4545
"peerDependencies": {
4646
"animate.css": "^3.7.2"

packages/bootstrap3/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.1.1](https://github.com/sciactive/pnotify/compare/v5.1.0...v5.1.1) (2020-04-27)
7+
8+
9+
### Bug Fixes
10+
11+
* run build js through babel ([edd8ce7](https://github.com/sciactive/pnotify/commit/edd8ce7f5e8ea008114e178dc5f0a9b08b9c7d5e)), closes [#389](https://github.com/sciactive/pnotify/issues/389)
12+
13+
14+
15+
16+
617
# [5.1.0](https://github.com/sciactive/pnotify/compare/v5.0.1...v5.1.0) (2020-04-21)
718

819

packages/bootstrap3/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/bootstrap3/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pnotify/bootstrap3",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
44
"description": "PNotify - Bootstrap 3 Module",
55
"keywords": [
66
"notice",
@@ -40,7 +40,7 @@
4040
"access": "public"
4141
},
4242
"dependencies": {
43-
"@pnotify/core": "^5.1.0"
43+
"@pnotify/core": "^5.1.1"
4444
},
4545
"peerDependencies": {
4646
"bootstrap": "^3.4.1"

packages/bootstrap4/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.1.1](https://github.com/sciactive/pnotify/compare/v5.1.0...v5.1.1) (2020-04-27)
7+
8+
9+
### Bug Fixes
10+
11+
* run build js through babel ([edd8ce7](https://github.com/sciactive/pnotify/commit/edd8ce7f5e8ea008114e178dc5f0a9b08b9c7d5e)), closes [#389](https://github.com/sciactive/pnotify/issues/389)
12+
13+
14+
15+
16+
617
# [5.1.0](https://github.com/sciactive/pnotify/compare/v5.0.1...v5.1.0) (2020-04-21)
718

819

packages/bootstrap4/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)