Skip to content

Commit

Permalink
v5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hperrin committed Nov 6, 2020
1 parent cc7fec3 commit 25725de
Show file tree
Hide file tree
Showing 44 changed files with 210 additions and 44 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,36 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.2.0](https://github.com/sciactive/pnotify/compare/v5.1.2...v5.2.0) (2020-11-06)


### Bug Fixes

* correct color on custom icons in Bright Theme ([a985f98](https://github.com/sciactive/pnotify/commit/a985f98db5ca6c5a98086dd02db724b0c3d12bc7))
* fix a commit dependency issue ([c086a88](https://github.com/sciactive/pnotify/commit/c086a881aba00120e56eccfae662462e7815dc08))
* fix an issue with Countdown module not updating bar ([860ef8e](https://github.com/sciactive/pnotify/commit/860ef8ed0d7fbfbc095a27d0d3637ec7455bdda7))
* fix Angeler theme Confirm module placement ([51f3e44](https://github.com/sciactive/pnotify/commit/51f3e44ac73c30047a84d62065aea36c968e8ab9))
* fix countdown bar appearance in Angeler theme ([ec5d7f1](https://github.com/sciactive/pnotify/commit/ec5d7f13b31f81fda7cea57ef1baa67f7c99f8f2))
* fix positioning of fallback desktop notice in modalish stacks ([66ea908](https://github.com/sciactive/pnotify/commit/66ea9085292ad16ecf2035ee797c492413f21189))
* fix some styling issues on masking and immediate close ([6c3bfbc](https://github.com/sciactive/pnotify/commit/6c3bfbcf4cd8e2b75c5a3e6d0fb4f73221b00a17))


### Features

* add Angeler theme ([d9f9721](https://github.com/sciactive/pnotify/commit/d9f972187d4c7f1b5d8b448c3b005aebdb934e72))
* add new Paginate module for navigating notices in the stack ([92fda56](https://github.com/sciactive/pnotify/commit/92fda563a269415271f0be5dc6cc82b0a8e7ae04))
* add Roboto font support to Material style ([e7e09c3](https://github.com/sciactive/pnotify/commit/e7e09c3e2316722172f254111babd1cf45b66d96))
* add stack swapping, stack events, and notice open/close promises ([f542597](https://github.com/sciactive/pnotify/commit/f542597a4e2b90334997fb2826f735d7f865d541))
* let notices be placed in the normal flow in unpositioned stacks ([cc7fec3](https://github.com/sciactive/pnotify/commit/cc7fec3ad714b488dc21138a5a231f169bb9c07b))



## 5.1.2 (2020-04-29)





## [5.1.2](https://github.com/sciactive/pnotify/compare/v5.1.1...v5.1.2) (2020-04-29)


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.1.2",
"version": "5.2.0",
"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.2.0](https://github.com/sciactive/pnotify/compare/v5.1.2...v5.2.0) (2020-11-06)

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





## [5.1.2](https://github.com/sciactive/pnotify/compare/v5.1.1...v5.1.2) (2020-04-29)

**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.1.2",
"version": "5.2.0",
"description": "PNotify - Animate Module",
"keywords": [
"notice",
Expand Down Expand Up @@ -40,7 +40,7 @@
"access": "public"
},
"dependencies": {
"@pnotify/core": "^5.1.2"
"@pnotify/core": "^5.2.0"
},
"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.2.0](https://github.com/sciactive/pnotify/compare/v5.1.2...v5.2.0) (2020-11-06)

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





## [5.1.2](https://github.com/sciactive/pnotify/compare/v5.1.1...v5.1.2) (2020-04-29)

**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.1.2",
"version": "5.2.0",
"description": "PNotify - Bootstrap 3 Module",
"keywords": [
"notice",
Expand Down Expand Up @@ -40,7 +40,7 @@
"access": "public"
},
"dependencies": {
"@pnotify/core": "^5.1.2"
"@pnotify/core": "^5.2.0"
},
"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.2.0](https://github.com/sciactive/pnotify/compare/v5.1.2...v5.2.0) (2020-11-06)

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





## [5.1.2](https://github.com/sciactive/pnotify/compare/v5.1.1...v5.1.2) (2020-04-29)

**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.1.2",
"version": "5.2.0",
"description": "PNotify - Bootstrap 4 Module",
"keywords": [
"notice",
Expand Down Expand Up @@ -40,7 +40,7 @@
"access": "public"
},
"dependencies": {
"@pnotify/core": "^5.1.2"
"@pnotify/core": "^5.2.0"
},
"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.2.0](https://github.com/sciactive/pnotify/compare/v5.1.2...v5.2.0) (2020-11-06)

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





## [5.1.2](https://github.com/sciactive/pnotify/compare/v5.1.1...v5.1.2) (2020-04-29)

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

# [5.2.0](https://github.com/sciactive/pnotify/compare/v5.1.2...v5.2.0) (2020-11-06)


### Bug Fixes

* correct color on custom icons in Bright Theme ([a985f98](https://github.com/sciactive/pnotify/commit/a985f98db5ca6c5a98086dd02db724b0c3d12bc7))
* fix Angeler theme Confirm module placement ([51f3e44](https://github.com/sciactive/pnotify/commit/51f3e44ac73c30047a84d62065aea36c968e8ab9))
* fix countdown bar appearance in Angeler theme ([ec5d7f1](https://github.com/sciactive/pnotify/commit/ec5d7f13b31f81fda7cea57ef1baa67f7c99f8f2))
* fix some styling issues on masking and immediate close ([6c3bfbc](https://github.com/sciactive/pnotify/commit/6c3bfbcf4cd8e2b75c5a3e6d0fb4f73221b00a17))


### Features

* add Angeler theme ([d9f9721](https://github.com/sciactive/pnotify/commit/d9f972187d4c7f1b5d8b448c3b005aebdb934e72))
* add new Paginate module for navigating notices in the stack ([92fda56](https://github.com/sciactive/pnotify/commit/92fda563a269415271f0be5dc6cc82b0a8e7ae04))
* add Roboto font support to Material style ([e7e09c3](https://github.com/sciactive/pnotify/commit/e7e09c3e2316722172f254111babd1cf45b66d96))
* add stack swapping, stack events, and notice open/close promises ([f542597](https://github.com/sciactive/pnotify/commit/f542597a4e2b90334997fb2826f735d7f865d541))
* let notices be placed in the normal flow in unpositioned stacks ([cc7fec3](https://github.com/sciactive/pnotify/commit/cc7fec3ad714b488dc21138a5a231f169bb9c07b))





## [5.1.2](https://github.com/sciactive/pnotify/compare/v5.1.1...v5.1.2) (2020-04-29)

**Note:** Version bump only for package @pnotify/core
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.

5 changes: 2 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnotify/core",
"version": "5.1.2",
"version": "5.2.0",
"description": "PNotify Core",
"keywords": [
"notice",
Expand Down Expand Up @@ -52,6 +52,5 @@
"rollup-plugin-svelte": "^5.2.3",
"rollup-plugin-terser": "^5.3.1",
"svelte": "^3.29.4"
},
"dependencies": {}
}
}
12 changes: 12 additions & 0 deletions packages/countdown/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.2.0](https://github.com/sciactive/pnotify/compare/v5.1.2...v5.2.0) (2020-11-06)


### Bug Fixes

* fix an issue with Countdown module not updating bar ([860ef8e](https://github.com/sciactive/pnotify/commit/860ef8ed0d7fbfbc095a27d0d3637ec7455bdda7))
* fix countdown bar appearance in Angeler theme ([ec5d7f1](https://github.com/sciactive/pnotify/commit/ec5d7f13b31f81fda7cea57ef1baa67f7c99f8f2))





## [5.1.2](https://github.com/sciactive/pnotify/compare/v5.1.1...v5.1.2) (2020-04-29)

**Note:** Version bump only for package @pnotify/countdown
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.1.2",
"version": "5.2.0",
"description": "PNotify - Countdown Module",
"keywords": [
"notice",
Expand Down Expand Up @@ -40,7 +40,7 @@
"access": "public"
},
"dependencies": {
"@pnotify/core": "^5.1.2"
"@pnotify/core": "^5.2.0"
},
"devDependencies": {
"@babel/core": "^7.12.3",
Expand Down
11 changes: 11 additions & 0 deletions packages/desktop/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.2.0](https://github.com/sciactive/pnotify/compare/v5.1.2...v5.2.0) (2020-11-06)


### Bug Fixes

* fix positioning of fallback desktop notice in modalish stacks ([66ea908](https://github.com/sciactive/pnotify/commit/66ea9085292ad16ecf2035ee797c492413f21189))





## [5.1.2](https://github.com/sciactive/pnotify/compare/v5.1.1...v5.1.2) (2020-04-29)

**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.1.2",
"version": "5.2.0",
"description": "PNotify - Desktop Module",
"keywords": [
"notice",
Expand Down Expand Up @@ -40,7 +40,7 @@
"access": "public"
},
"dependencies": {
"@pnotify/core": "^5.1.2"
"@pnotify/core": "^5.2.0"
},
"devDependencies": {
"@babel/core": "^7.12.3",
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.2.0](https://github.com/sciactive/pnotify/compare/v5.1.2...v5.2.0) (2020-11-06)

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





## [5.1.2](https://github.com/sciactive/pnotify/compare/v5.1.1...v5.1.2) (2020-04-29)

**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.1.2",
"version": "5.2.0",
"description": "PNotify - Font Awesome 4 Module",
"keywords": [
"notice",
Expand Down Expand Up @@ -40,7 +40,7 @@
"access": "public"
},
"dependencies": {
"@pnotify/core": "^5.1.2"
"@pnotify/core": "^5.2.0"
},
"peerDependencies": {
"font-awesome": "^4.7.0"
Expand Down
Loading

0 comments on commit 25725de

Please sign in to comment.