From 83a144bb5711bf652dbb08f9eb2e2877dd63b9d5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 12:41:49 +0300 Subject: [PATCH] chore(release): release-1.67.0 (#661) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .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 483e8414..bf844a89 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { - ".": "1.66.0", + ".": "1.67.0", "apps/careers-whatislove-dev": "1.9.0", "apps/certifications-whatislove-dev": "1.8.1", - "apps/whatislove-dev": "1.63.0", + "apps/whatislove-dev": "1.64.0", "packages/shared": "1.9.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a8b4e933..f29bdd10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.67.0](https://github.com/what1s1ove/whatislove.dev/compare/v1.66.0...v1.67.0) (2024-06-19) + + +### Features + +* **whatislove-dev:** add what successful people do at work book wd-656 ([#658](https://github.com/what1s1ove/whatislove.dev/issues/658)) ([169cdaf](https://github.com/what1s1ove/whatislove.dev/commit/169cdaf7088d556acdc0fa5de682f5a097e0fb6e)) + ## [1.66.0](https://github.com/what1s1ove/whatislove.dev/compare/v1.65.0...v1.66.0) (2024-06-19) diff --git a/apps/whatislove-dev/CHANGELOG.md b/apps/whatislove-dev/CHANGELOG.md index 65da9e01..9ca0aaa2 100644 --- a/apps/whatislove-dev/CHANGELOG.md +++ b/apps/whatislove-dev/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.64.0](https://github.com/what1s1ove/whatislove.dev/compare/@whatislove.dev/whatislove-dev-v1.63.0...@whatislove.dev/whatislove-dev-v1.64.0) (2024-06-19) + + +### Features + +* **whatislove-dev:** add what successful people do at work book wd-656 ([#658](https://github.com/what1s1ove/whatislove.dev/issues/658)) ([169cdaf](https://github.com/what1s1ove/whatislove.dev/commit/169cdaf7088d556acdc0fa5de682f5a097e0fb6e)) + ## [1.63.0](https://github.com/what1s1ove/whatislove.dev/compare/@whatislove.dev/whatislove-dev-v1.62.5...@whatislove.dev/whatislove-dev-v1.63.0) (2024-06-18) diff --git a/apps/whatislove-dev/package.json b/apps/whatislove-dev/package.json index 88028988..cf24b480 100644 --- a/apps/whatislove-dev/package.json +++ b/apps/whatislove-dev/package.json @@ -1,5 +1,5 @@ { - "version": "1.63.0", + "version": "1.64.0", "name": "@whatislove.dev/whatislove-dev", "private": true, "type": "module", diff --git a/package-lock.json b/package-lock.json index dd3ed2e7..938f0093 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "whatislove.dev", - "version": "1.66.0", + "version": "1.67.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "whatislove.dev", - "version": "1.66.0", + "version": "1.67.0", "workspaces": [ "apps/*", "packages/*" diff --git a/package.json b/package.json index 0f0d2d46..d1c5d2e1 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.66.0", + "version": "1.67.0", "name": "whatislove.dev", "private": true, "type": "module",