Skip to content

Commit 456f610

Browse files
committed
Version bump.
1 parent 037d8b8 commit 456f610

File tree

3 files changed

+100
-90
lines changed

3 files changed

+100
-90
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
</nav>
179179

180180
<section class="container page-banner" id="overview">
181-
<h1>PNotify <small>v5 pre-alpha</small></h1>
181+
<h1>PNotify <small>v5-alpha</small></h1>
182182
<p id="description">Beautiful notifications and prompts.</p>
183183
<p class="dev-note" style="display: none;">
184184
You probably want to go to the <a href="https://sciactive.com/pnotify/">production site</a>, cause things will be broken here.
@@ -828,7 +828,7 @@ <h5 class="card-header">Lifecycle Events <small>Manipulate the notice during its
828828
const dontAlert = () => {};
829829
const initListener = event => {
830830
console.log(event.type, event.detail);
831-
alert('I\'m listening for when the notice initializes. This and mount are the only PNotify lifecycle event that bubble. The event object has a reference to the notice.');
831+
alert('I\'m listening for when the notice initializes. This and \'mount\' are the only PNotify lifecycle events that bubble. The event object has a reference to the notice.');
832832
};
833833
const mountListener = event => {
834834
console.log(event.type, event.detail);

package-lock.json

Lines changed: 92 additions & 82 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pnotify",
3-
"version": "5.0.0-dev",
3+
"version": "5.0.0-alpha.1",
44
"description": "Beautiful notifications and prompts.",
55
"keywords": [
66
"notice",
@@ -55,18 +55,18 @@
5555
"eslint-config-semistandard": "^15.0.0",
5656
"eslint-config-standard": "^14.1.0",
5757
"eslint-plugin-html": "^6.0.0",
58-
"eslint-plugin-import": "^2.20.0",
58+
"eslint-plugin-import": "^2.20.1",
5959
"eslint-plugin-node": "^11.0.0",
6060
"eslint-plugin-promise": "^4.2.1",
61-
"eslint-plugin-react": "^7.18.0",
61+
"eslint-plugin-react": "^7.18.3",
6262
"eslint-plugin-standard": "^4.0.1",
6363
"mini-css-extract-plugin": "^0.9.0",
6464
"style-loader": "^1.1.3",
6565
"svelte-loader": "^2.13.6",
66-
"webpack": "^4.41.5",
67-
"webpack-cli": "^3.3.10"
66+
"webpack": "^4.41.6",
67+
"webpack-cli": "^3.3.11"
6868
},
6969
"dependencies": {
70-
"svelte": "^3.18.1"
70+
"svelte": "^3.18.2"
7171
}
7272
}

0 commit comments

Comments
 (0)