Skip to content

Commit

Permalink
v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hperrin committed Apr 18, 2020
1 parent 65fe80f commit c4a246d
Show file tree
Hide file tree
Showing 41 changed files with 161 additions and 39 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.1](https://github.com/sciactive/pnotify/compare/v5.0.0...v5.0.1) (2020-04-18)


### Bug Fixes

* correct runtime dependencies ([65fe80f](https://github.com/sciactive/pnotify/commit/65fe80fb18f7bd2a3d1d6d1540eae617b21925b6))



# 5.0.0 (2020-04-17)





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


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "5.0.0",
"version": "5.0.1",
"command": {
"version": {
"allowBranch": [
Expand Down
8 changes: 8 additions & 0 deletions packages/animate/CHANGELOG.md
Original file line number Diff line number Diff line change
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.1](https://github.com/sciactive/pnotify/compare/v5.0.0...v5.0.1) (2020-04-18)

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





# [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
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnotify/animate",
"version": "5.0.0",
"version": "5.0.1",
"description": "PNotify - Animate Module",
"keywords": [
"notice",
Expand Down Expand Up @@ -39,7 +39,7 @@
"access": "public"
},
"dependencies": {
"@pnotify/core": "^5.0.0"
"@pnotify/core": "^5.0.1"
},
"peerDependencies": {
"animate.css": "^3.7.2"
Expand Down
8 changes: 8 additions & 0 deletions packages/bootstrap3/CHANGELOG.md
Original file line number Diff line number Diff line change
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.1](https://github.com/sciactive/pnotify/compare/v5.0.0...v5.0.1) (2020-04-18)

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





# [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
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnotify/bootstrap3",
"version": "5.0.0",
"version": "5.0.1",
"description": "PNotify - Bootstrap 3 Module",
"keywords": [
"notice",
Expand Down Expand Up @@ -39,7 +39,7 @@
"access": "public"
},
"dependencies": {
"@pnotify/core": "^5.0.0"
"@pnotify/core": "^5.0.1"
},
"peerDependencies": {
"bootstrap": "^3.4.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/bootstrap4/CHANGELOG.md
Original file line number Diff line number Diff line change
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.1](https://github.com/sciactive/pnotify/compare/v5.0.0...v5.0.1) (2020-04-18)

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





# [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
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnotify/bootstrap4",
"version": "5.0.0",
"version": "5.0.1",
"description": "PNotify - Bootstrap 4 Module",
"keywords": [
"notice",
Expand Down Expand Up @@ -39,7 +39,7 @@
"access": "public"
},
"dependencies": {
"@pnotify/core": "^5.0.0"
"@pnotify/core": "^5.0.1"
},
"peerDependencies": {
"bootstrap": "^4.4.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/confirm/CHANGELOG.md
Original file line number Diff line number Diff line change
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.1](https://github.com/sciactive/pnotify/compare/v5.0.0...v5.0.1) (2020-04-18)

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





# [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
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnotify/confirm",
"version": "5.0.0",
"version": "5.0.1",
"description": "PNotify - Confirm Module",
"keywords": [
"notice",
Expand Down Expand Up @@ -39,7 +39,7 @@
"access": "public"
},
"dependencies": {
"@pnotify/core": "^5.0.0"
"@pnotify/core": "^5.0.1"
},
"devDependencies": {
"@babel/core": "^7.8.6",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.1](https://github.com/sciactive/pnotify/compare/v5.0.0...v5.0.1) (2020-04-18)


### Bug Fixes

* correct runtime dependencies ([65fe80f](https://github.com/sciactive/pnotify/commit/65fe80fb18f7bd2a3d1d6d1540eae617b21925b6))





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


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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnotify/core",
"version": "5.0.0",
"version": "5.0.1",
"description": "PNotify Core",
"keywords": [
"notice",
Expand Down
8 changes: 8 additions & 0 deletions packages/countdown/CHANGELOG.md
Original file line number Diff line number Diff line change
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.1](https://github.com/sciactive/pnotify/compare/v5.0.0...v5.0.1) (2020-04-18)

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





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


Expand Down
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnotify/countdown",
"version": "5.0.0",
"version": "5.0.1",
"description": "PNotify - Countdown Module",
"keywords": [
"notice",
Expand Down Expand Up @@ -39,7 +39,7 @@
"access": "public"
},
"dependencies": {
"@pnotify/core": "^5.0.0"
"@pnotify/core": "^5.0.1"
},
"devDependencies": {
"@babel/core": "^7.8.6",
Expand Down
8 changes: 8 additions & 0 deletions packages/desktop/CHANGELOG.md
Original file line number Diff line number Diff line change
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.1](https://github.com/sciactive/pnotify/compare/v5.0.0...v5.0.1) (2020-04-18)

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





# [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
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnotify/desktop",
"version": "5.0.0",
"version": "5.0.1",
"description": "PNotify - Desktop Module",
"keywords": [
"notice",
Expand Down Expand Up @@ -39,7 +39,7 @@
"access": "public"
},
"dependencies": {
"@pnotify/core": "^5.0.0"
"@pnotify/core": "^5.0.1"
},
"devDependencies": {
"@babel/core": "^7.8.6",
Expand Down
8 changes: 8 additions & 0 deletions packages/font-awesome4/CHANGELOG.md
Original file line number Diff line number Diff line change
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.1](https://github.com/sciactive/pnotify/compare/v5.0.0...v5.0.1) (2020-04-18)

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





# [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
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnotify/font-awesome4",
"version": "5.0.0",
"version": "5.0.1",
"description": "PNotify - Font Awesome 4 Module",
"keywords": [
"notice",
Expand Down Expand Up @@ -39,7 +39,7 @@
"access": "public"
},
"dependencies": {
"@pnotify/core": "^5.0.0"
"@pnotify/core": "^5.0.1"
},
"peerDependencies": {
"font-awesome": "^4.7.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/font-awesome5-fix/CHANGELOG.md
Original file line number Diff line number Diff line change
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.1](https://github.com/sciactive/pnotify/compare/v5.0.0...v5.0.1) (2020-04-18)

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





# [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
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnotify/font-awesome5-fix",
"version": "5.0.0",
"version": "5.0.1",
"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"
"@pnotify/core": "^5.0.1"
},
"peerDependencies": {
"@fortawesome/free-solid-svg-icons": "^5.12.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/font-awesome5/CHANGELOG.md
Original file line number Diff line number Diff line change
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.1](https://github.com/sciactive/pnotify/compare/v5.0.0...v5.0.1) (2020-04-18)

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





# [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
Expand Down
Loading

0 comments on commit c4a246d

Please sign in to comment.