Skip to content

Commit

Permalink
v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yoeunes committed Dec 16, 2023
1 parent 127b842 commit 59f7f09
Show file tree
Hide file tree
Showing 15 changed files with 96 additions and 18 deletions.
11 changes: 11 additions & 0 deletions 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.2](https://github.com/php-flasher/flasher-js/compare/v1.3.1...v1.3.2) (2023-12-16)


### Bug Fixes

* **livewire:** add 'fl-no-cache' class to identify elements for removal during Livewire page caching ([a2a3a08](https://github.com/php-flasher/flasher-js/commit/a2a3a088e9728cdf1067505b73a4fdf2e03cfb56))





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

**Note:** Version bump only for package @flasher/flasher-js
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.3.1",
"version": "1.3.2",
"workspaces": [
"packages/*"
],
Expand Down
11 changes: 11 additions & 0 deletions packages/flasher/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.2](https://github.com/php-flasher/flasher-js/compare/v1.3.1...v1.3.2) (2023-12-16)


### Bug Fixes

* **livewire:** add 'fl-no-cache' class to identify elements for removal during Livewire page caching ([a2a3a08](https://github.com/php-flasher/flasher-js/commit/a2a3a088e9728cdf1067505b73a4fdf2e03cfb56))





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

**Note:** Version bump only for package @flasher/flasher
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.3.1",
"version": "1.3.2",
"description": "javascript integration for php flasher",
"keywords": [
"PHPFlasher",
Expand Down
11 changes: 11 additions & 0 deletions packages/noty/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.2](https://github.com/php-flasher/flasher-js/compare/v1.3.1...v1.3.2) (2023-12-16)


### Bug Fixes

* **livewire:** add 'fl-no-cache' class to identify elements for removal during Livewire page caching ([a2a3a08](https://github.com/php-flasher/flasher-js/commit/a2a3a088e9728cdf1067505b73a4fdf2e03cfb56))





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

**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.3.1",
"version": "1.3.2",
"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.3.1",
"@flasher/flasher": "^1.3.2",
"noty": "^3.2.0-beta-deprecated"
}
}
11 changes: 11 additions & 0 deletions packages/notyf/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.2](https://github.com/php-flasher/flasher-js/compare/v1.3.1...v1.3.2) (2023-12-16)


### Bug Fixes

* **livewire:** add 'fl-no-cache' class to identify elements for removal during Livewire page caching ([a2a3a08](https://github.com/php-flasher/flasher-js/commit/a2a3a088e9728cdf1067505b73a4fdf2e03cfb56))





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

**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.3.1",
"version": "1.3.2",
"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.3.1",
"@flasher/flasher": "^1.3.2",
"notyf": "^3.10.0"
}
}
11 changes: 11 additions & 0 deletions packages/pnotify/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.2](https://github.com/php-flasher/flasher-js/compare/v1.3.1...v1.3.2) (2023-12-16)


### Bug Fixes

* **livewire:** add 'fl-no-cache' class to identify elements for removal during Livewire page caching ([a2a3a08](https://github.com/php-flasher/flasher-js/commit/a2a3a088e9728cdf1067505b73a4fdf2e03cfb56))





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

**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.3.1",
"version": "1.3.2",
"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.3.1",
"@flasher/flasher": "^1.3.2",
"@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.2](https://github.com/php-flasher/flasher-js/compare/v1.3.1...v1.3.2) (2023-12-16)


### Bug Fixes

* **livewire:** add 'fl-no-cache' class to identify elements for removal during Livewire page caching ([a2a3a08](https://github.com/php-flasher/flasher-js/commit/a2a3a088e9728cdf1067505b73a4fdf2e03cfb56))





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

**Note:** Version bump only for package @flasher/flasher-sweetalert
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.3.1",
"version": "1.3.2",
"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.3.1",
"@flasher/flasher": "^1.3.2",
"sweetalert2": "^11.7.11"
}
}
11 changes: 11 additions & 0 deletions packages/toastr/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.2](https://github.com/php-flasher/flasher-js/compare/v1.3.1...v1.3.2) (2023-12-16)


### Bug Fixes

* **livewire:** add 'fl-no-cache' class to identify elements for removal during Livewire page caching ([a2a3a08](https://github.com/php-flasher/flasher-js/commit/a2a3a088e9728cdf1067505b73a4fdf2e03cfb56))





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

**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.3.1",
"version": "1.3.2",
"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.3.1",
"@flasher/flasher": "^1.3.2",
"toastr": "^2.1.4"
},
"devDependencies": {
Expand Down
13 changes: 7 additions & 6 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 59f7f09

Please sign in to comment.