From 802f7238f7516688093a147100657d25f19b5249 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 09:04:16 +0000 Subject: [PATCH] chore(release): release-1.60.0 --- .release-please-manifest.json | 4 ++-- CHANGELOG.md | 7 +++++++ apps/whatislove-dev/CHANGELOG.md | 7 +++++++ apps/whatislove-dev/package.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 6 files changed, 20 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 056d0c64..8a9a88a1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { - ".": "1.59.0", + ".": "1.60.0", "apps/careers-whatislove-dev": "1.7.0", "apps/certifications-whatislove-dev": "1.8.0", - "apps/whatislove-dev": "1.57.0", + "apps/whatislove-dev": "1.58.0", "packages/shared": "1.9.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 216595a6..91297aa9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.60.0](https://github.com/what1s1ove/whatislove.dev/compare/v1.59.0...v1.60.0) (2024-06-13) + + +### Features + +* **whatislove-dev:** replace toast show modifier with pseudo class wd-490 ([#606](https://github.com/what1s1ove/whatislove.dev/issues/606)) ([dd0d9c5](https://github.com/what1s1ove/whatislove.dev/commit/dd0d9c5838c75f2d6097f7842d97120d4890b0dc)) + ## [1.59.0](https://github.com/what1s1ove/whatislove.dev/compare/v1.58.1...v1.59.0) (2024-06-13) diff --git a/apps/whatislove-dev/CHANGELOG.md b/apps/whatislove-dev/CHANGELOG.md index f313cce6..63b0eb3c 100644 --- a/apps/whatislove-dev/CHANGELOG.md +++ b/apps/whatislove-dev/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.58.0](https://github.com/what1s1ove/whatislove.dev/compare/@whatislove.dev/whatislove-dev-v1.57.0...@whatislove.dev/whatislove-dev-v1.58.0) (2024-06-13) + + +### Features + +* **whatislove-dev:** replace toast show modifier with pseudo class wd-490 ([#606](https://github.com/what1s1ove/whatislove.dev/issues/606)) ([dd0d9c5](https://github.com/what1s1ove/whatislove.dev/commit/dd0d9c5838c75f2d6097f7842d97120d4890b0dc)) + ## [1.57.0](https://github.com/what1s1ove/whatislove.dev/compare/@whatislove.dev/whatislove-dev-v1.56.1...@whatislove.dev/whatislove-dev-v1.57.0) (2024-06-13) diff --git a/apps/whatislove-dev/package.json b/apps/whatislove-dev/package.json index e6259f20..aaa5eb80 100644 --- a/apps/whatislove-dev/package.json +++ b/apps/whatislove-dev/package.json @@ -1,5 +1,5 @@ { - "version": "1.57.0", + "version": "1.58.0", "name": "@whatislove.dev/whatislove-dev", "private": true, "type": "module", diff --git a/package-lock.json b/package-lock.json index ec42fe4d..10a6a6b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "whatislove.dev", - "version": "1.59.0", + "version": "1.60.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "whatislove.dev", - "version": "1.59.0", + "version": "1.60.0", "workspaces": [ "apps/*", "packages/*" diff --git a/package.json b/package.json index 8163279f..aac7c36f 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.59.0", + "version": "1.60.0", "name": "whatislove.dev", "private": true, "type": "module",