Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Khoubza Younes committed Jun 5, 2023
1 parent d95883a commit e4afbb0
Show file tree
Hide file tree
Showing 15 changed files with 85 additions and 17 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.3.0](https://github.com/php-flasher/flasher-js/compare/v1.2.4...v1.3.0) (2023-06-05)


### Bug Fixes

* add --yes to lerna publish command ([c128320](https://github.com/php-flasher/flasher-js/commit/c128320b28cf8e3c05ce4480d8fd1e3ae3a94f47))
* rollup and typescript deprecations ([5b55f67](https://github.com/php-flasher/flasher-js/commit/5b55f67d1494ea423236c53994a92b62b9e04903))


### Features

* extract css into there own files ([9be34fa](https://github.com/php-flasher/flasher-js/commit/9be34faf458a7d3092ca8cdd3707a152306202c8))





## [1.2.4](https://github.com/php-flasher/flasher-js/compare/v1.2.3...v1.2.4) (2022-12-25)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "1.2.4",
"version": "1.3.0",
"workspaces": [
"packages/*"
],
Expand Down
8 changes: 8 additions & 0 deletions packages/flasher/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.

# [1.3.0](https://github.com/php-flasher/flasher-js/compare/v1.2.4...v1.3.0) (2023-06-05)

**Note:** Version bump only for package @flasher/flasher





## [1.2.4](https://github.com/php-flasher/flasher-js/compare/v1.2.3...v1.2.4) (2022-12-25)


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.4",
"version": "1.3.0",
"description": "javascript integration for php flasher",
"keywords": [
"PHPFlasher",
Expand Down
8 changes: 8 additions & 0 deletions packages/noty/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.

# [1.3.0](https://github.com/php-flasher/flasher-js/compare/v1.2.4...v1.3.0) (2023-06-05)

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





## [1.2.4](https://github.com/php-flasher/flasher-js/compare/v1.2.3...v1.2.4) (2022-12-25)

**Note:** Version bump only for package @flasher/flasher-noty
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.4",
"version": "1.3.0",
"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.4",
"@flasher/flasher": "^1.3.0",
"noty": "^3.2.0-beta-deprecated"
}
}
8 changes: 8 additions & 0 deletions packages/notyf/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.

# [1.3.0](https://github.com/php-flasher/flasher-js/compare/v1.2.4...v1.3.0) (2023-06-05)

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





## [1.2.4](https://github.com/php-flasher/flasher-js/compare/v1.2.3...v1.2.4) (2022-12-25)

**Note:** Version bump only for package @flasher/flasher-notyf
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.4",
"version": "1.3.0",
"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.4",
"@flasher/flasher": "^1.3.0",
"notyf": "^3.10.0"
}
}
8 changes: 8 additions & 0 deletions packages/pnotify/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.

# [1.3.0](https://github.com/php-flasher/flasher-js/compare/v1.2.4...v1.3.0) (2023-06-05)

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





## [1.2.4](https://github.com/php-flasher/flasher-js/compare/v1.2.3...v1.2.4) (2022-12-25)

**Note:** Version bump only for package @flasher/flasher-pnotify
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.4",
"version": "1.3.0",
"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.4",
"@flasher/flasher": "^1.3.0",
"@pnotify/core": "^5.2.0"
}
}
11 changes: 11 additions & 0 deletions packages/sweetalert/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.

# [1.3.0](https://github.com/php-flasher/flasher-js/compare/v1.2.4...v1.3.0) (2023-06-05)


### Features

* extract css into there own files ([9be34fa](https://github.com/php-flasher/flasher-js/commit/9be34faf458a7d3092ca8cdd3707a152306202c8))





## [1.2.4](https://github.com/php-flasher/flasher-js/compare/v1.2.3...v1.2.4) (2022-12-25)


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.4",
"version": "1.3.0",
"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.4",
"@flasher/flasher": "^1.3.0",
"sweetalert2": "^11.7.10"
}
}
8 changes: 8 additions & 0 deletions packages/toastr/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.

# [1.3.0](https://github.com/php-flasher/flasher-js/compare/v1.2.4...v1.3.0) (2023-06-05)

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





## [1.2.4](https://github.com/php-flasher/flasher-js/compare/v1.2.3...v1.2.4) (2022-12-25)

**Note:** Version bump only for package @flasher/flasher-toastr
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.4",
"version": "1.3.0",
"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.4",
"@flasher/flasher": "^1.3.0",
"toastr": "^2.1.4"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e4afbb0

Please sign in to comment.