Skip to content

Commit e4afbb0

Browse files
author
Khoubza Younes
committed
v1.3.0
1 parent d95883a commit e4afbb0

15 files changed

+85
-17
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.3.0](https://github.com/php-flasher/flasher-js/compare/v1.2.4...v1.3.0) (2023-06-05)
7+
8+
9+
### Bug Fixes
10+
11+
* add --yes to lerna publish command ([c128320](https://github.com/php-flasher/flasher-js/commit/c128320b28cf8e3c05ce4480d8fd1e3ae3a94f47))
12+
* rollup and typescript deprecations ([5b55f67](https://github.com/php-flasher/flasher-js/commit/5b55f67d1494ea423236c53994a92b62b9e04903))
13+
14+
15+
### Features
16+
17+
* extract css into there own files ([9be34fa](https://github.com/php-flasher/flasher-js/commit/9be34faf458a7d3092ca8cdd3707a152306202c8))
18+
19+
20+
21+
22+
623
## [1.2.4](https://github.com/php-flasher/flasher-js/compare/v1.2.3...v1.2.4) (2022-12-25)
724

825

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"useWorkspaces": true,
4-
"version": "1.2.4",
4+
"version": "1.3.0",
55
"workspaces": [
66
"packages/*"
77
],

packages/flasher/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.3.0](https://github.com/php-flasher/flasher-js/compare/v1.2.4...v1.3.0) (2023-06-05)
7+
8+
**Note:** Version bump only for package @flasher/flasher
9+
10+
11+
12+
13+
614
## [1.2.4](https://github.com/php-flasher/flasher-js/compare/v1.2.3...v1.2.4) (2022-12-25)
715

816

packages/flasher/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flasher/flasher",
3-
"version": "1.2.4",
3+
"version": "1.3.0",
44
"description": "javascript integration for php flasher",
55
"keywords": [
66
"PHPFlasher",

packages/noty/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.3.0](https://github.com/php-flasher/flasher-js/compare/v1.2.4...v1.3.0) (2023-06-05)
7+
8+
**Note:** Version bump only for package @flasher/flasher-noty
9+
10+
11+
12+
13+
614
## [1.2.4](https://github.com/php-flasher/flasher-js/compare/v1.2.3...v1.2.4) (2022-12-25)
715

816
**Note:** Version bump only for package @flasher/flasher-noty

packages/noty/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flasher/flasher-noty",
3-
"version": "1.2.4",
3+
"version": "1.3.0",
44
"description": "javascript integration for php flasher",
55
"keywords": [
66
"PHPFlasher",
@@ -36,7 +36,7 @@
3636
"url": "https://github.com/php-flasher/flasher-js.git"
3737
},
3838
"dependencies": {
39-
"@flasher/flasher": "^1.2.4",
39+
"@flasher/flasher": "^1.3.0",
4040
"noty": "^3.2.0-beta-deprecated"
4141
}
4242
}

packages/notyf/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.3.0](https://github.com/php-flasher/flasher-js/compare/v1.2.4...v1.3.0) (2023-06-05)
7+
8+
**Note:** Version bump only for package @flasher/flasher-notyf
9+
10+
11+
12+
13+
614
## [1.2.4](https://github.com/php-flasher/flasher-js/compare/v1.2.3...v1.2.4) (2022-12-25)
715

816
**Note:** Version bump only for package @flasher/flasher-notyf

packages/notyf/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flasher/flasher-notyf",
3-
"version": "1.2.4",
3+
"version": "1.3.0",
44
"description": "javascript integration for php flasher",
55
"keywords": [
66
"PHPFlasher",
@@ -36,7 +36,7 @@
3636
"url": "https://github.com/php-flasher/flasher-js.git"
3737
},
3838
"dependencies": {
39-
"@flasher/flasher": "^1.2.4",
39+
"@flasher/flasher": "^1.3.0",
4040
"notyf": "^3.10.0"
4141
}
4242
}

packages/pnotify/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.3.0](https://github.com/php-flasher/flasher-js/compare/v1.2.4...v1.3.0) (2023-06-05)
7+
8+
**Note:** Version bump only for package @flasher/flasher-pnotify
9+
10+
11+
12+
13+
614
## [1.2.4](https://github.com/php-flasher/flasher-js/compare/v1.2.3...v1.2.4) (2022-12-25)
715

816
**Note:** Version bump only for package @flasher/flasher-pnotify

packages/pnotify/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flasher/flasher-pnotify",
3-
"version": "1.2.4",
3+
"version": "1.3.0",
44
"description": "javascript integration for php flasher",
55
"keywords": [
66
"PHPFlasher",
@@ -36,7 +36,7 @@
3636
"url": "https://github.com/php-flasher/flasher-js.git"
3737
},
3838
"dependencies": {
39-
"@flasher/flasher": "^1.2.4",
39+
"@flasher/flasher": "^1.3.0",
4040
"@pnotify/core": "^5.2.0"
4141
}
4242
}

packages/sweetalert/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.3.0](https://github.com/php-flasher/flasher-js/compare/v1.2.4...v1.3.0) (2023-06-05)
7+
8+
9+
### Features
10+
11+
* extract css into there own files ([9be34fa](https://github.com/php-flasher/flasher-js/commit/9be34faf458a7d3092ca8cdd3707a152306202c8))
12+
13+
14+
15+
16+
617
## [1.2.4](https://github.com/php-flasher/flasher-js/compare/v1.2.3...v1.2.4) (2022-12-25)
718

819

packages/sweetalert/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flasher/flasher-sweetalert",
3-
"version": "1.2.4",
3+
"version": "1.3.0",
44
"description": "javascript integration for php flasher",
55
"keywords": [
66
"PHPFlasher",
@@ -36,7 +36,7 @@
3636
"url": "https://github.com/php-flasher/flasher-js.git"
3737
},
3838
"dependencies": {
39-
"@flasher/flasher": "^1.2.4",
39+
"@flasher/flasher": "^1.3.0",
4040
"sweetalert2": "^11.7.10"
4141
}
4242
}

packages/toastr/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.3.0](https://github.com/php-flasher/flasher-js/compare/v1.2.4...v1.3.0) (2023-06-05)
7+
8+
**Note:** Version bump only for package @flasher/flasher-toastr
9+
10+
11+
12+
13+
614
## [1.2.4](https://github.com/php-flasher/flasher-js/compare/v1.2.3...v1.2.4) (2022-12-25)
715

816
**Note:** Version bump only for package @flasher/flasher-toastr

packages/toastr/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flasher/flasher-toastr",
3-
"version": "1.2.4",
3+
"version": "1.3.0",
44
"description": "javascript integration for php flasher",
55
"keywords": [
66
"PHPFlasher",
@@ -36,7 +36,7 @@
3636
"url": "https://github.com/php-flasher/flasher-js.git"
3737
},
3838
"dependencies": {
39-
"@flasher/flasher": "^1.2.4",
39+
"@flasher/flasher": "^1.3.0",
4040
"toastr": "^2.1.4"
4141
},
4242
"devDependencies": {

pnpm-lock.yaml

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)