diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bf3786c..df86f79 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.6" + ".": "1.0.7" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a0c3e2e..110c293 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## [1.0.7](https://github.com/monetr/notify/compare/notify-v1.0.6...notify-v1.0.7) (2026-06-29) + + +### Dependencies + +* **renovate:** update dependency @biomejs/biome to v2.5.0 ([#56](https://github.com/monetr/notify/issues/56)) ([d081541](https://github.com/monetr/notify/commit/d0815410a4dd5707c388278e56dd9508bacc48ec)) +* **renovate:** update dependency @rslib/core to v0.22.1 ([#55](https://github.com/monetr/notify/issues/55)) ([737fdb8](https://github.com/monetr/notify/commit/737fdb80caae0cacc79d66cd471fb5da2c1e07dd)) +* **renovate:** update dependency @rslib/core to v0.23.0 ([#61](https://github.com/monetr/notify/issues/61)) ([dc8494a](https://github.com/monetr/notify/commit/dc8494a318d7bb3194b09583b1e3c690583e0e3c)) +* **renovate:** update dependency @rspress/core to v2.0.14 ([#48](https://github.com/monetr/notify/issues/48)) ([c89fa67](https://github.com/monetr/notify/commit/c89fa6700e20173e5a65c47589af2b80281b7052)) +* **renovate:** update dependency @types/node to v24.13.1 ([#46](https://github.com/monetr/notify/issues/46)) ([cc76f40](https://github.com/monetr/notify/commit/cc76f40d82f1fdf7ef57590285162137c1fe2c7d)) +* **renovate:** update dependency @types/node to v24.13.2 ([#51](https://github.com/monetr/notify/issues/51)) ([4eeecaf](https://github.com/monetr/notify/commit/4eeecaf34c467d32ce5497c49f5f83f751730c61)) +* **renovate:** update playwright monorepo ([#58](https://github.com/monetr/notify/issues/58)) ([e9bddf5](https://github.com/monetr/notify/commit/e9bddf520babef1525ae25c1d82e8e23d16d7295)) +* **renovate:** update pnpm to v10.34.2 ([#49](https://github.com/monetr/notify/issues/49)) ([c491f02](https://github.com/monetr/notify/commit/c491f02afd2a418c3c39aec7ce0a573a88c66f32)) +* **renovate:** update pnpm to v10.34.3 ([#53](https://github.com/monetr/notify/issues/53)) ([da9f813](https://github.com/monetr/notify/commit/da9f8132ebce0837b7dfc813e998141ca53c04f4)) +* **renovate:** update pnpm to v10.34.4 ([#63](https://github.com/monetr/notify/issues/63)) ([e64b715](https://github.com/monetr/notify/commit/e64b7152d691d1f7bf608d7ecd613cfb6dae1c5d)) +* **renovate:** update react monorepo to v19.2.17 ([#47](https://github.com/monetr/notify/issues/47)) ([68f83ee](https://github.com/monetr/notify/commit/68f83ee032df8d34b8b74400ce95eece72665fbe)) +* **renovate:** update rsbuild ([#52](https://github.com/monetr/notify/issues/52)) ([9115222](https://github.com/monetr/notify/commit/91152228223c1ddf4617240e20f0bc0fe33f52fd)) +* **renovate:** update rsbuild ([#59](https://github.com/monetr/notify/issues/59)) ([160a669](https://github.com/monetr/notify/commit/160a669278e72f96f6e06ad52a64bb9eaecd7603)) +* **renovate:** update rsbuild to v2.0.14 ([#57](https://github.com/monetr/notify/issues/57)) ([49497db](https://github.com/monetr/notify/commit/49497db86c5d7e189e475fe78fd94311c47f41f9)) +* **renovate:** update rstest to v0.10.4 ([#54](https://github.com/monetr/notify/issues/54)) ([31f2748](https://github.com/monetr/notify/commit/31f27489dfb702a805ec04e3e1b61258a0efed4e)) +* **renovate:** update rstest to v0.10.5 ([#60](https://github.com/monetr/notify/issues/60)) ([2fac626](https://github.com/monetr/notify/commit/2fac6268642b3667fcf583c4f53f20f8dae89416)) +* **renovate:** update rstest to v0.10.6 ([#64](https://github.com/monetr/notify/issues/64)) ([8bf6411](https://github.com/monetr/notify/commit/8bf6411d1780e8856a1c9b253533787f8e4d4ae2)) + + +### Miscellaneous + +* Updating renovate config ([329ae2d](https://github.com/monetr/notify/commit/329ae2d4e8e2b7f84e5f638c9c6b1e0c3ed1d2fc)) + ## [1.0.6](https://github.com/monetr/notify/compare/notify-v1.0.5...notify-v1.0.6) (2026-06-12) diff --git a/package.json b/package.json index c2a7185..011993d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@monetr/notify", - "version": "1.0.6", + "version": "1.0.7", "description": "Notification/toast component for React.", "type": "module", "main": "./dist/index.js",