From 7c60413b178f5693ff2c1aa4dbdb93f69b257068 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 13:12:16 +0300 Subject: [PATCH] chore(release): release-1.57.1 (#588) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 4 ++-- CHANGELOG.md | 9 +++++++++ apps/whatislove-dev/CHANGELOG.md | 9 +++++++++ apps/whatislove-dev/package.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 6 files changed, 24 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3feba6a0..cda4dc56 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { - ".": "1.57.0", + ".": "1.57.1", "apps/careers-whatislove-dev": "1.7.0", "apps/certifications-whatislove-dev": "1.8.0", - "apps/whatislove-dev": "1.55.0", + "apps/whatislove-dev": "1.55.1", "packages/shared": "1.9.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a39e5dab..a61cce88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.57.1](https://github.com/what1s1ove/whatislove.dev/compare/v1.57.0...v1.57.1) (2024-06-10) + + +### Bug Fixes + +* **whatislove-dev:** edit fonts according to the design wd-582 ([#587](https://github.com/what1s1ove/whatislove.dev/issues/587)) ([6bca1a8](https://github.com/what1s1ove/whatislove.dev/commit/6bca1a818ff76855d4a0aaa48b18103ef477dc85)) +* **whatislove-dev:** fix wave accessibility issues wd-585 ([#590](https://github.com/what1s1ove/whatislove.dev/issues/590)) ([b4b010c](https://github.com/what1s1ove/whatislove.dev/commit/b4b010c74ca94f64ce7da9109c99993eb71ca288)) +* **whatislove-dev:** remove summary marker icon from all browsers wd-583 ([#589](https://github.com/what1s1ove/whatislove.dev/issues/589)) ([4c496a2](https://github.com/what1s1ove/whatislove.dev/commit/4c496a2e57cf9643fa478f1db456c8a79c145329)) + ## [1.57.0](https://github.com/what1s1ove/whatislove.dev/compare/v1.56.1...v1.57.0) (2024-06-08) diff --git a/apps/whatislove-dev/CHANGELOG.md b/apps/whatislove-dev/CHANGELOG.md index 5e3cc14a..5311d573 100644 --- a/apps/whatislove-dev/CHANGELOG.md +++ b/apps/whatislove-dev/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.55.1](https://github.com/what1s1ove/whatislove.dev/compare/@whatislove.dev/whatislove-dev-v1.55.0...@whatislove.dev/whatislove-dev-v1.55.1) (2024-06-10) + + +### Bug Fixes + +* **whatislove-dev:** edit fonts according to the design wd-582 ([#587](https://github.com/what1s1ove/whatislove.dev/issues/587)) ([6bca1a8](https://github.com/what1s1ove/whatislove.dev/commit/6bca1a818ff76855d4a0aaa48b18103ef477dc85)) +* **whatislove-dev:** fix wave accessibility issues wd-585 ([#590](https://github.com/what1s1ove/whatislove.dev/issues/590)) ([b4b010c](https://github.com/what1s1ove/whatislove.dev/commit/b4b010c74ca94f64ce7da9109c99993eb71ca288)) +* **whatislove-dev:** remove summary marker icon from all browsers wd-583 ([#589](https://github.com/what1s1ove/whatislove.dev/issues/589)) ([4c496a2](https://github.com/what1s1ove/whatislove.dev/commit/4c496a2e57cf9643fa478f1db456c8a79c145329)) + ## [1.55.0](https://github.com/what1s1ove/whatislove.dev/compare/@whatislove.dev/whatislove-dev-v1.54.1...@whatislove.dev/whatislove-dev-v1.55.0) (2024-06-08) diff --git a/apps/whatislove-dev/package.json b/apps/whatislove-dev/package.json index 78c9b936..7d73e6cc 100644 --- a/apps/whatislove-dev/package.json +++ b/apps/whatislove-dev/package.json @@ -1,5 +1,5 @@ { - "version": "1.55.0", + "version": "1.55.1", "name": "@whatislove.dev/whatislove-dev", "private": true, "type": "module", diff --git a/package-lock.json b/package-lock.json index 50c5a00b..d93b097f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "whatislove.dev", - "version": "1.57.0", + "version": "1.57.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "whatislove.dev", - "version": "1.57.0", + "version": "1.57.1", "workspaces": [ "apps/*", "packages/*" diff --git a/package.json b/package.json index ab1f4145..c02a6437 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.57.0", + "version": "1.57.1", "name": "whatislove.dev", "private": true, "type": "module",