Skip to content

Commit

Permalink
v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
KHOUBZA Younes committed Nov 20, 2022
1 parent 5df758d commit 675bf3e
Show file tree
Hide file tree
Showing 14 changed files with 54 additions and 12 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.3](https://github.com/php-flasher/flasher-js/compare/v1.2.1...v1.2.3) (2022-11-20)

### Bug Fixes

* bump dependencies ([5df758d](https://github.com/php-flasher/flasher-js/commit/5df758dc68070e9d9c79f31ae8b10362a44fa8e3))

## [1.2.1](https://github.com/php-flasher/flasher-js/compare/v1.2.0...v1.2.1) (2022-11-20)

### Bug Fixes
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": "1.2.1",
"version": "1.2.3",
"useWorkspaces": true,
"npmClient": "pnpm"
}
6 changes: 6 additions & 0 deletions packages/flasher/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.3](https://github.com/php-flasher/flasher-js/compare/v1.2.1...v1.2.3) (2022-11-20)

### Bug Fixes

* bump dependencies ([5df758d](https://github.com/php-flasher/flasher-js/commit/5df758dc68070e9d9c79f31ae8b10362a44fa8e3))

# [1.2.0](https://github.com/php-flasher/flasher-js/compare/v1.1.1...v1.2.0) (2022-11-20)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/flasher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flasher/flasher",
"version": "1.2.2",
"version": "1.2.3",
"description": "javascript integration for php flasher",
"keywords": [
"PHPFlasher",
Expand Down
6 changes: 6 additions & 0 deletions packages/noty/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.3](https://github.com/php-flasher/flasher-js/compare/v1.2.1...v1.2.3) (2022-11-20)

### Bug Fixes

* bump dependencies ([5df758d](https://github.com/php-flasher/flasher-js/commit/5df758dc68070e9d9c79f31ae8b10362a44fa8e3))

# [1.2.0](https://github.com/php-flasher/flasher-js/compare/v1.1.1...v1.2.0) (2022-11-20)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/noty/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flasher/flasher-noty",
"version": "1.2.2",
"version": "1.2.3",
"description": "javascript integration for php flasher",
"keywords": [
"PHPFlasher",
Expand Down Expand Up @@ -36,7 +36,7 @@
"url": "https://github.com/php-flasher/flasher-js.git"
},
"dependencies": {
"@flasher/flasher": "^1.2.2",
"@flasher/flasher": "^1.2.3",
"noty": "^3.2.0-beta-deprecated"
}
}
6 changes: 6 additions & 0 deletions packages/notyf/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.3](https://github.com/php-flasher/flasher-js/compare/v1.2.1...v1.2.3) (2022-11-20)

### Bug Fixes

* bump dependencies ([5df758d](https://github.com/php-flasher/flasher-js/commit/5df758dc68070e9d9c79f31ae8b10362a44fa8e3))

# [1.2.0](https://github.com/php-flasher/flasher-js/compare/v1.1.1...v1.2.0) (2022-11-20)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/notyf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flasher/flasher-notyf",
"version": "1.2.2",
"version": "1.2.3",
"description": "javascript integration for php flasher",
"keywords": [
"PHPFlasher",
Expand Down Expand Up @@ -36,7 +36,7 @@
"url": "https://github.com/php-flasher/flasher-js.git"
},
"dependencies": {
"@flasher/flasher": "^1.2.2",
"@flasher/flasher": "^1.2.3",
"notyf": "^3.10.0"
}
}
6 changes: 6 additions & 0 deletions packages/pnotify/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.3](https://github.com/php-flasher/flasher-js/compare/v1.2.1...v1.2.3) (2022-11-20)

### Bug Fixes

* bump dependencies ([5df758d](https://github.com/php-flasher/flasher-js/commit/5df758dc68070e9d9c79f31ae8b10362a44fa8e3))

# [1.2.0](https://github.com/php-flasher/flasher-js/compare/v1.1.1...v1.2.0) (2022-11-20)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/pnotify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flasher/flasher-pnotify",
"version": "1.2.2",
"version": "1.2.3",
"description": "javascript integration for php flasher",
"keywords": [
"PHPFlasher",
Expand Down Expand Up @@ -36,7 +36,7 @@
"url": "https://github.com/php-flasher/flasher-js.git"
},
"dependencies": {
"@flasher/flasher": "^1.2.2",
"@flasher/flasher": "^1.2.3",
"@pnotify/core": "^5.2.0"
}
}
6 changes: 6 additions & 0 deletions packages/sweetalert/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.3](https://github.com/php-flasher/flasher-js/compare/v1.2.1...v1.2.3) (2022-11-20)

### Bug Fixes

* bump dependencies ([5df758d](https://github.com/php-flasher/flasher-js/commit/5df758dc68070e9d9c79f31ae8b10362a44fa8e3))

# [1.2.0](https://github.com/php-flasher/flasher-js/compare/v1.1.1...v1.2.0) (2022-11-20)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/sweetalert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flasher/flasher-sweetalert",
"version": "1.2.2",
"version": "1.2.3",
"description": "javascript integration for php flasher",
"keywords": [
"PHPFlasher",
Expand Down Expand Up @@ -36,7 +36,7 @@
"url": "https://github.com/php-flasher/flasher-js.git"
},
"dependencies": {
"@flasher/flasher": "^1.2.2",
"@flasher/flasher": "^1.2.3",
"sweetalert2": "^11.6.10"
}
}
6 changes: 6 additions & 0 deletions packages/toastr/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.3](https://github.com/php-flasher/flasher-js/compare/v1.2.1...v1.2.3) (2022-11-20)

### Bug Fixes

* bump dependencies ([5df758d](https://github.com/php-flasher/flasher-js/commit/5df758dc68070e9d9c79f31ae8b10362a44fa8e3))

## [1.2.1](https://github.com/php-flasher/flasher-js/compare/v1.2.0...v1.2.1) (2022-11-20)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/toastr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flasher/flasher-toastr",
"version": "1.2.2",
"version": "1.2.3",
"description": "javascript integration for php flasher",
"keywords": [
"PHPFlasher",
Expand Down Expand Up @@ -36,7 +36,7 @@
"url": "https://github.com/php-flasher/flasher-js.git"
},
"dependencies": {
"@flasher/flasher": "^1.2.2",
"@flasher/flasher": "^1.2.3",
"toastr": "^2.1.4"
},
"devDependencies": {
Expand Down

0 comments on commit 675bf3e

Please sign in to comment.