Skip to content

Commit b16625e

Browse files
committed
v5.0.0-alpha.6
1 parent e76fedd commit b16625e

38 files changed

Lines changed: 252 additions & 36 deletions

CHANGELOG.md

Lines changed: 120 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,120 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 5.0.0-alpha.6 (2020-02-29)
7+
8+
9+
10+
# 5.0.0-alpha.5 (2020-02-28)
11+
12+
13+
14+
# 5.0.0-alpha.4 (2020-02-28)
15+
16+
17+
18+
# 5.0.0-alpha.3 (2020-02-20)
19+
20+
21+
22+
# 5.0.0-alpha.2 (2020-02-20)
23+
24+
25+
26+
# 5.0.0-alpha.1 (2020-02-20)
27+
28+
29+
30+
# 4.0.0 (2019-04-24)
31+
32+
33+
34+
# 4.0.0-beta.2 (2018-12-05)
35+
36+
37+
38+
# 4.0.0-beta.1 (2018-11-24)
39+
40+
41+
42+
# 4.0.0-alpha.4 (2018-05-17)
43+
44+
45+
46+
# 4.0.0-alpha.3 (2018-04-24)
47+
48+
49+
50+
# 4.0.0-alpha.2 (2018-02-14)
51+
52+
53+
54+
# 4.0.0-alpha.1 (2018-01-27)
55+
56+
57+
58+
## 3.2.1 (2017-07-31)
59+
60+
61+
62+
# 3.2.0 (2017-04-24)
63+
64+
65+
66+
## 3.0.1 (2017-04-21)
67+
68+
69+
70+
# 3.0.0 (2015-12-21)
71+
72+
73+
74+
# 2.1.0 (2015-09-03)
75+
76+
77+
78+
## 2.0.1 (2014-05-13)
79+
80+
81+
82+
# 2.0.0 (2014-04-10)
83+
84+
85+
86+
## 1.3.1 (2014-03-13)
87+
88+
89+
90+
# 1.3.0 (2014-03-13)
91+
92+
93+
### Reverts
94+
95+
* Revert "Clicking the "Last" history button should open the most recent notice, not only the first notice ever opened. In addition, when using the "push": "top" stack option, the most recent notice is at the opposite end of the array so this should be accounted for." ([b2e2cbd](https://github.com/sciactive/pnotify/commit/b2e2cbd2b772ba16cb2066fb41b5f03f02caa0f7))
96+
* Revert "Clicking the "All" history button should open ALL notices, not just the first notice displayed." ([1e4badf](https://github.com/sciactive/pnotify/commit/1e4badfd65c0a5d5638a2ea8f73de1057e3c3ca5))
97+
98+
99+
100+
# 1.2.0 (2012-06-16)
101+
102+
103+
104+
## 1.1.1 (2012-04-19)
105+
106+
107+
108+
# 1.1.0 (2011-12-22)
109+
110+
111+
112+
## 1.0.2 (2011-09-01)
113+
114+
115+
116+
## 1.0.1 (2010-07-23)
117+
118+
119+
120+
# 1.0.0 (2010-06-15)

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

packages/animate/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 5.0.0-alpha.6 (2020-02-29)
7+
8+
**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-alpha.5",
3+
"version": "5.0.0-alpha.6",
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-alpha.5"
42+
"@pnotify/core": "^5.0.0-alpha.6"
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
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 5.0.0-alpha.6 (2020-02-29)
7+
8+
**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-alpha.5",
3+
"version": "5.0.0-alpha.6",
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-alpha.5"
42+
"@pnotify/core": "^5.0.0-alpha.6"
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
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 5.0.0-alpha.6 (2020-02-29)
7+
8+
**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)