Skip to content

Commit c4a246d

Browse files
committed
v5.0.1
1 parent 65fe80f commit c4a246d

41 files changed

Lines changed: 161 additions & 39 deletions

Some content is hidden

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

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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.0.1](https://github.com/sciactive/pnotify/compare/v5.0.0...v5.0.1) (2020-04-18)
7+
8+
9+
### Bug Fixes
10+
11+
* correct runtime dependencies ([65fe80f](https://github.com/sciactive/pnotify/commit/65fe80fb18f7bd2a3d1d6d1540eae617b21925b6))
12+
13+
14+
15+
# 5.0.0 (2020-04-17)
16+
17+
18+
19+
20+
621
# [5.0.0](https://github.com/sciactive/pnotify/compare/v5.0.0-alpha.7...v5.0.0) (2020-04-17)
722

823

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.0.0",
5+
"version": "5.0.1",
66
"command": {
77
"version": {
88
"allowBranch": [

packages/animate/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.0.1](https://github.com/sciactive/pnotify/compare/v5.0.0...v5.0.1) (2020-04-18)
7+
8+
**Note:** Version bump only for package @pnotify/animate
9+
10+
11+
12+
13+
614
# [5.0.0](https://github.com/sciactive/pnotify/compare/v5.0.0-alpha.7...v5.0.0) (2020-04-17)
715

816
**Note:** Version bump only for package @pnotify/animate

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.0.0",
3+
"version": "5.0.1",
44
"description": "PNotify - Animate Module",
55
"keywords": [
66
"notice",
@@ -39,7 +39,7 @@
3939
"access": "public"
4040
},
4141
"dependencies": {
42-
"@pnotify/core": "^5.0.0"
42+
"@pnotify/core": "^5.0.1"
4343
},
4444
"peerDependencies": {
4545
"animate.css": "^3.7.2"

packages/bootstrap3/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.0.1](https://github.com/sciactive/pnotify/compare/v5.0.0...v5.0.1) (2020-04-18)
7+
8+
**Note:** Version bump only for package @pnotify/bootstrap3
9+
10+
11+
12+
13+
614
# [5.0.0](https://github.com/sciactive/pnotify/compare/v5.0.0-alpha.7...v5.0.0) (2020-04-17)
715

816
**Note:** Version bump only for package @pnotify/bootstrap3

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.0.0",
3+
"version": "5.0.1",
44
"description": "PNotify - Bootstrap 3 Module",
55
"keywords": [
66
"notice",
@@ -39,7 +39,7 @@
3939
"access": "public"
4040
},
4141
"dependencies": {
42-
"@pnotify/core": "^5.0.0"
42+
"@pnotify/core": "^5.0.1"
4343
},
4444
"peerDependencies": {
4545
"bootstrap": "^3.4.1"

packages/bootstrap4/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.0.1](https://github.com/sciactive/pnotify/compare/v5.0.0...v5.0.1) (2020-04-18)
7+
8+
**Note:** Version bump only for package @pnotify/bootstrap4
9+
10+
11+
12+
13+
614
# [5.0.0](https://github.com/sciactive/pnotify/compare/v5.0.0-alpha.7...v5.0.0) (2020-04-17)
715

816
**Note:** Version bump only for package @pnotify/bootstrap4

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)