diff --git a/CHANGELOG.md b/CHANGELOG.md index 4afed93..50150f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lerna.json b/lerna.json index 97c6975..6ce92b0 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "useWorkspaces": true, - "version": "1.2.4", + "version": "1.3.0", "workspaces": [ "packages/*" ], diff --git a/packages/flasher/CHANGELOG.md b/packages/flasher/CHANGELOG.md index 5c29f24..73bf24b 100644 --- a/packages/flasher/CHANGELOG.md +++ b/packages/flasher/CHANGELOG.md @@ -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) diff --git a/packages/flasher/package.json b/packages/flasher/package.json index 74314ea..aa7bd3c 100644 --- a/packages/flasher/package.json +++ b/packages/flasher/package.json @@ -1,6 +1,6 @@ { "name": "@flasher/flasher", - "version": "1.2.4", + "version": "1.3.0", "description": "javascript integration for php flasher", "keywords": [ "PHPFlasher", diff --git a/packages/noty/CHANGELOG.md b/packages/noty/CHANGELOG.md index 49fb96c..f2c4423 100644 --- a/packages/noty/CHANGELOG.md +++ b/packages/noty/CHANGELOG.md @@ -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 diff --git a/packages/noty/package.json b/packages/noty/package.json index c8f6087..cecbd27 100644 --- a/packages/noty/package.json +++ b/packages/noty/package.json @@ -1,6 +1,6 @@ { "name": "@flasher/flasher-noty", - "version": "1.2.4", + "version": "1.3.0", "description": "javascript integration for php flasher", "keywords": [ "PHPFlasher", @@ -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" } } diff --git a/packages/notyf/CHANGELOG.md b/packages/notyf/CHANGELOG.md index d1e2bfd..648cd5a 100644 --- a/packages/notyf/CHANGELOG.md +++ b/packages/notyf/CHANGELOG.md @@ -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 diff --git a/packages/notyf/package.json b/packages/notyf/package.json index 41778ac..34e59b3 100644 --- a/packages/notyf/package.json +++ b/packages/notyf/package.json @@ -1,6 +1,6 @@ { "name": "@flasher/flasher-notyf", - "version": "1.2.4", + "version": "1.3.0", "description": "javascript integration for php flasher", "keywords": [ "PHPFlasher", @@ -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" } } diff --git a/packages/pnotify/CHANGELOG.md b/packages/pnotify/CHANGELOG.md index c73fa95..9f96e55 100644 --- a/packages/pnotify/CHANGELOG.md +++ b/packages/pnotify/CHANGELOG.md @@ -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 diff --git a/packages/pnotify/package.json b/packages/pnotify/package.json index 509a559..4d365de 100644 --- a/packages/pnotify/package.json +++ b/packages/pnotify/package.json @@ -1,6 +1,6 @@ { "name": "@flasher/flasher-pnotify", - "version": "1.2.4", + "version": "1.3.0", "description": "javascript integration for php flasher", "keywords": [ "PHPFlasher", @@ -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" } } diff --git a/packages/sweetalert/CHANGELOG.md b/packages/sweetalert/CHANGELOG.md index 4d79d65..1378f7d 100644 --- a/packages/sweetalert/CHANGELOG.md +++ b/packages/sweetalert/CHANGELOG.md @@ -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) diff --git a/packages/sweetalert/package.json b/packages/sweetalert/package.json index 4412c93..4df75bd 100644 --- a/packages/sweetalert/package.json +++ b/packages/sweetalert/package.json @@ -1,6 +1,6 @@ { "name": "@flasher/flasher-sweetalert", - "version": "1.2.4", + "version": "1.3.0", "description": "javascript integration for php flasher", "keywords": [ "PHPFlasher", @@ -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" } } diff --git a/packages/toastr/CHANGELOG.md b/packages/toastr/CHANGELOG.md index 9b146ab..1f8119f 100644 --- a/packages/toastr/CHANGELOG.md +++ b/packages/toastr/CHANGELOG.md @@ -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 diff --git a/packages/toastr/package.json b/packages/toastr/package.json index 7a9bba5..adf864d 100644 --- a/packages/toastr/package.json +++ b/packages/toastr/package.json @@ -1,6 +1,6 @@ { "name": "@flasher/flasher-toastr", - "version": "1.2.4", + "version": "1.3.0", "description": "javascript integration for php flasher", "keywords": [ "PHPFlasher", @@ -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": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6623848..71eaf37 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -102,7 +102,7 @@ importers: packages/noty: dependencies: '@flasher/flasher': - specifier: ^1.2.4 + specifier: ^1.3.0 version: link:../flasher noty: specifier: ^3.2.0-beta-deprecated @@ -111,7 +111,7 @@ importers: packages/notyf: dependencies: '@flasher/flasher': - specifier: ^1.2.4 + specifier: ^1.3.0 version: link:../flasher notyf: specifier: ^3.10.0 @@ -120,7 +120,7 @@ importers: packages/pnotify: dependencies: '@flasher/flasher': - specifier: ^1.2.4 + specifier: ^1.3.0 version: link:../flasher '@pnotify/core': specifier: ^5.2.0 @@ -129,7 +129,7 @@ importers: packages/sweetalert: dependencies: '@flasher/flasher': - specifier: ^1.2.4 + specifier: ^1.3.0 version: link:../flasher sweetalert2: specifier: ^11.7.10 @@ -138,7 +138,7 @@ importers: packages/toastr: dependencies: '@flasher/flasher': - specifier: ^1.2.4 + specifier: ^1.3.0 version: link:../flasher toastr: specifier: ^2.1.4