diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c877cfd8..640838af 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { - ".": "1.21.1", + ".": "1.22.0", "apps/careers-whatislove-dev": "1.6.1", "apps/certifications-whatislove-dev": "1.7.0", - "apps/whatislove-dev": "1.19.0", - "packages/shared": "1.6.0" + "apps/whatislove-dev": "1.20.0", + "packages/shared": "1.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b168850c..45ada295 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.22.0](https://github.com/what1s1ove/whatislove.dev/compare/v1.21.1...v1.22.0) (2024-04-23) + + +### Features + +* whatislovedev redesgin wd-387 ([#388](https://github.com/what1s1ove/whatislove.dev/issues/388)) ([21c8a07](https://github.com/what1s1ove/whatislove.dev/commit/21c8a078cb1fdfa22367434020d92c2c03870eff)) + ## [1.21.1](https://github.com/what1s1ove/whatislove.dev/compare/v1.21.0...v1.21.1) (2024-03-31) diff --git a/apps/whatislove-dev/CHANGELOG.md b/apps/whatislove-dev/CHANGELOG.md index b516e429..348dad75 100644 --- a/apps/whatislove-dev/CHANGELOG.md +++ b/apps/whatislove-dev/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.20.0](https://github.com/what1s1ove/whatislove.dev/compare/@whatislove.dev/whatislove-dev-v1.19.0...@whatislove.dev/whatislove-dev-v1.20.0) (2024-04-23) + + +### Features + +* whatislovedev redesgin wd-387 ([#388](https://github.com/what1s1ove/whatislove.dev/issues/388)) ([21c8a07](https://github.com/what1s1ove/whatislove.dev/commit/21c8a078cb1fdfa22367434020d92c2c03870eff)) + ## [1.19.0](https://github.com/what1s1ove/whatislove.dev/compare/@whatislove.dev/whatislove-dev-v1.18.0...@whatislove.dev/whatislove-dev-v1.19.0) (2024-03-28) diff --git a/apps/whatislove-dev/package.json b/apps/whatislove-dev/package.json index 7f2e69ef..dc652991 100644 --- a/apps/whatislove-dev/package.json +++ b/apps/whatislove-dev/package.json @@ -1,5 +1,5 @@ { - "version": "1.19.0", + "version": "1.20.0", "name": "@whatislove.dev/whatislove-dev", "private": true, "type": "module", diff --git a/package-lock.json b/package-lock.json index e5f6afa1..dd29f08e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "whatislove.dev", - "version": "1.21.1", + "version": "1.22.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "whatislove.dev", - "version": "1.21.1", + "version": "1.22.0", "workspaces": [ "apps/*", "packages/*" diff --git a/package.json b/package.json index 86a0714d..01c58dae 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.21.1", + "version": "1.22.0", "name": "whatislove.dev", "private": true, "type": "module", diff --git a/packages/shared/CHANGELOG.md b/packages/shared/CHANGELOG.md index b849990b..95e0fbc6 100644 --- a/packages/shared/CHANGELOG.md +++ b/packages/shared/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.7.0](https://github.com/what1s1ove/whatislove.dev/compare/@whatislove.dev/shared-v1.6.0...@whatislove.dev/shared-v1.7.0) (2024-04-23) + + +### Features + +* whatislovedev redesgin wd-387 ([#388](https://github.com/what1s1ove/whatislove.dev/issues/388)) ([21c8a07](https://github.com/what1s1ove/whatislove.dev/commit/21c8a078cb1fdfa22367434020d92c2c03870eff)) + ## [1.6.0](https://github.com/what1s1ove/whatislove.dev/compare/@whatislove.dev/shared-v1.5.0...@whatislove.dev/shared-v1.6.0) (2024-03-28) diff --git a/packages/shared/package.json b/packages/shared/package.json index 3b627215..10f6a832 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,5 +1,5 @@ { - "version": "1.6.0", + "version": "1.7.0", "name": "@whatislove.dev/shared", "private": true, "type": "module",