Skip to content

Commit

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

# [5.0.0](https://github.com/sciactive/pnotify/compare/v5.0.0-alpha.7...v5.0.0) (2020-04-17)


### Bug Fixes

* prevent unnecessary scrollbars on Firefox ([d0937c3](https://github.com/sciactive/pnotify/commit/d0937c329e62cfd786ceb451635aeacf05adf2cb))


### Features

* change "stick" labels to "pin" instead ([1a60040](https://github.com/sciactive/pnotify/commit/1a60040cec4e84f71e004a04a9959b2a4045b225))
* finish countdown module doc, and remove showTime ([f93efc5](https://github.com/sciactive/pnotify/commit/f93efc5872bc475ce5b0949955c799b4a1f21c71))
* new countdown module to show countdown display ([67b56ba](https://github.com/sciactive/pnotify/commit/67b56ba92bc171aaf74933d18c89cd26f94fc124))





# [5.0.0-alpha.7](https://github.com/sciactive/pnotify/compare/v5.0.0-alpha.6...v5.0.0-alpha.7) (2020-04-03)


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

# [5.0.0](https://github.com/sciactive/pnotify/compare/v5.0.0-alpha.7...v5.0.0) (2020-04-17)

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





# [5.0.0-alpha.7](https://github.com/sciactive/pnotify/compare/v5.0.0-alpha.6...v5.0.0-alpha.7) (2020-04-03)

**Note:** Version bump only for package @pnotify/animate
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.0.0-alpha.7",
"version": "5.0.0",
"description": "PNotify - Animate Module",
"keywords": [
"notice",
Expand Down Expand Up @@ -39,7 +39,7 @@
"access": "public"
},
"dependencies": {
"@pnotify/core": "^5.0.0-alpha.7"
"@pnotify/core": "^5.0.0"
},
"peerDependencies": {
"animate.css": "^3.7.2"
Expand Down
8 changes: 8 additions & 0 deletions packages/bootstrap3/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.0.0](https://github.com/sciactive/pnotify/compare/v5.0.0-alpha.7...v5.0.0) (2020-04-17)

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





# [5.0.0-alpha.7](https://github.com/sciactive/pnotify/compare/v5.0.0-alpha.6...v5.0.0-alpha.7) (2020-04-03)

**Note:** Version bump only for package @pnotify/bootstrap3
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.0.0-alpha.7",
"version": "5.0.0",
"description": "PNotify - Bootstrap 3 Module",
"keywords": [
"notice",
Expand Down Expand Up @@ -39,7 +39,7 @@
"access": "public"
},
"dependencies": {
"@pnotify/core": "^5.0.0-alpha.7"
"@pnotify/core": "^5.0.0"
},
"peerDependencies": {
"bootstrap": "^3.4.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/bootstrap4/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.0.0](https://github.com/sciactive/pnotify/compare/v5.0.0-alpha.7...v5.0.0) (2020-04-17)

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





# [5.0.0-alpha.7](https://github.com/sciactive/pnotify/compare/v5.0.0-alpha.6...v5.0.0-alpha.7) (2020-04-03)

**Note:** Version bump only for package @pnotify/bootstrap4
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.0.0-alpha.7",
"version": "5.0.0",
"description": "PNotify - Bootstrap 4 Module",
"keywords": [
"notice",
Expand Down Expand Up @@ -39,7 +39,7 @@
"access": "public"
},
"dependencies": {
"@pnotify/core": "^5.0.0-alpha.7"
"@pnotify/core": "^5.0.0"
},
"peerDependencies": {
"bootstrap": "^4.4.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/confirm/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.0.0](https://github.com/sciactive/pnotify/compare/v5.0.0-alpha.7...v5.0.0) (2020-04-17)

**Note:** Version bump only for package @pnotify/confirm





# [5.0.0-alpha.7](https://github.com/sciactive/pnotify/compare/v5.0.0-alpha.6...v5.0.0-alpha.7) (2020-04-03)

**Note:** Version bump only for package @pnotify/confirm
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.0.0-alpha.7",
"version": "5.0.0",
"description": "PNotify - Confirm Module",
"keywords": [
"notice",
Expand Down Expand Up @@ -39,7 +39,7 @@
"access": "public"
},
"dependencies": {
"@pnotify/core": "^5.0.0-alpha.7"
"@pnotify/core": "^5.0.0"
},
"devDependencies": {
"@babel/core": "^7.8.6",
Expand Down
18 changes: 18 additions & 0 deletions packages/core/CHANGELOG.md
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.0.0](https://github.com/sciactive/pnotify/compare/v5.0.0-alpha.7...v5.0.0) (2020-04-17)


### Bug Fixes

* prevent unnecessary scrollbars on Firefox ([d0937c3](https://github.com/sciactive/pnotify/commit/d0937c329e62cfd786ceb451635aeacf05adf2cb))


### Features

* change "stick" labels to "pin" instead ([1a60040](https://github.com/sciactive/pnotify/commit/1a60040cec4e84f71e004a04a9959b2a4045b225))
* finish countdown module doc, and remove showTime ([f93efc5](https://github.com/sciactive/pnotify/commit/f93efc5872bc475ce5b0949955c799b4a1f21c71))
* new countdown module to show countdown display ([67b56ba](https://github.com/sciactive/pnotify/commit/67b56ba92bc171aaf74933d18c89cd26f94fc124))





# [5.0.0-alpha.7](https://github.com/sciactive/pnotify/compare/v5.0.0-alpha.6...v5.0.0-alpha.7) (2020-04-03)


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.

2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnotify/core",
"version": "5.0.0-alpha.7",
"version": "5.0.0",
"description": "PNotify Core",
"keywords": [
"notice",
Expand Down
12 changes: 12 additions & 0 deletions packages/countdown/CHANGELOG.md
@@ -0,0 +1,12 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.0.0](https://github.com/sciactive/pnotify/compare/v5.0.0-alpha.7...v5.0.0) (2020-04-17)


### Features

* finish countdown module doc, and remove showTime ([f93efc5](https://github.com/sciactive/pnotify/commit/f93efc5872bc475ce5b0949955c799b4a1f21c71))
* new countdown module to show countdown display ([67b56ba](https://github.com/sciactive/pnotify/commit/67b56ba92bc171aaf74933d18c89cd26f94fc124))
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.0.0-alpha.7",
"version": "5.0.0",
"description": "PNotify - Countdown Module",
"keywords": [
"notice",
Expand Down Expand Up @@ -39,7 +39,7 @@
"access": "public"
},
"dependencies": {
"@pnotify/core": "^5.0.0-alpha.7"
"@pnotify/core": "^5.0.0"
},
"devDependencies": {
"@babel/core": "^7.8.6",
Expand Down
8 changes: 8 additions & 0 deletions packages/desktop/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.0.0](https://github.com/sciactive/pnotify/compare/v5.0.0-alpha.7...v5.0.0) (2020-04-17)

**Note:** Version bump only for package @pnotify/desktop





# [5.0.0-alpha.7](https://github.com/sciactive/pnotify/compare/v5.0.0-alpha.6...v5.0.0-alpha.7) (2020-04-03)

**Note:** Version bump only for package @pnotify/desktop
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.0.0-alpha.7",
"version": "5.0.0",
"description": "PNotify - Desktop Module",
"keywords": [
"notice",
Expand Down Expand Up @@ -39,7 +39,7 @@
"access": "public"
},
"dependencies": {
"@pnotify/core": "^5.0.0-alpha.7"
"@pnotify/core": "^5.0.0"
},
"devDependencies": {
"@babel/core": "^7.8.6",
Expand Down
8 changes: 8 additions & 0 deletions packages/font-awesome4/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.0.0](https://github.com/sciactive/pnotify/compare/v5.0.0-alpha.7...v5.0.0) (2020-04-17)

**Note:** Version bump only for package @pnotify/font-awesome4





# [5.0.0-alpha.7](https://github.com/sciactive/pnotify/compare/v5.0.0-alpha.6...v5.0.0-alpha.7) (2020-04-03)

**Note:** Version bump only for package @pnotify/font-awesome4
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.0.0-alpha.7",
"version": "5.0.0",
"description": "PNotify - Font Awesome 4 Module",
"keywords": [
"notice",
Expand Down Expand Up @@ -39,7 +39,7 @@
"access": "public"
},
"dependencies": {
"@pnotify/core": "^5.0.0-alpha.7"
"@pnotify/core": "^5.0.0"
},
"peerDependencies": {
"font-awesome": "^4.7.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/font-awesome5-fix/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.0.0](https://github.com/sciactive/pnotify/compare/v5.0.0-alpha.7...v5.0.0) (2020-04-17)

**Note:** Version bump only for package @pnotify/font-awesome5-fix





# [5.0.0-alpha.7](https://github.com/sciactive/pnotify/compare/v5.0.0-alpha.6...v5.0.0-alpha.7) (2020-04-03)

**Note:** Version bump only for package @pnotify/font-awesome5-fix
Expand Down
2 changes: 1 addition & 1 deletion packages/font-awesome5-fix/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-awesome5-fix/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnotify/font-awesome5-fix",
"version": "5.0.0-alpha.7",
"version": "5.0.0",
"description": "PNotify - Font Awesome 5 Fix Module",
"keywords": [
"notice",
Expand Down Expand Up @@ -39,7 +39,7 @@
"access": "public"
},
"dependencies": {
"@pnotify/core": "^5.0.0-alpha.7"
"@pnotify/core": "^5.0.0"
},
"peerDependencies": {
"@fortawesome/free-solid-svg-icons": "^5.12.1"
Expand Down

0 comments on commit f0e6412

Please sign in to comment.