diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 60996c03..6c1500c1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { - ".": "1.53.0", + ".": "1.53.1", "apps/careers-whatislove-dev": "1.7.0", "apps/certifications-whatislove-dev": "1.8.0", - "apps/whatislove-dev": "1.51.0", + "apps/whatislove-dev": "1.51.1", "packages/shared": "1.9.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 366bc30d..7079df65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.53.1](https://github.com/what1s1ove/whatislove.dev/compare/v1.53.0...v1.53.1) (2024-06-04) + + +### Bug Fixes + +* **whatislove-dev:** use iso date in timeline wd-545 ([#546](https://github.com/what1s1ove/whatislove.dev/issues/546)) ([f7ce4d5](https://github.com/what1s1ove/whatislove.dev/commit/f7ce4d5003a1cd191624822e62688c12937faa6d)) + ## [1.53.0](https://github.com/what1s1ove/whatislove.dev/compare/v1.52.0...v1.53.0) (2024-06-04) diff --git a/apps/whatislove-dev/CHANGELOG.md b/apps/whatislove-dev/CHANGELOG.md index 45f6c1df..cec046d2 100644 --- a/apps/whatislove-dev/CHANGELOG.md +++ b/apps/whatislove-dev/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.51.1](https://github.com/what1s1ove/whatislove.dev/compare/@whatislove.dev/whatislove-dev-v1.51.0...@whatislove.dev/whatislove-dev-v1.51.1) (2024-06-04) + + +### Bug Fixes + +* **whatislove-dev:** use iso date in timeline wd-545 ([#546](https://github.com/what1s1ove/whatislove.dev/issues/546)) ([f7ce4d5](https://github.com/what1s1ove/whatislove.dev/commit/f7ce4d5003a1cd191624822e62688c12937faa6d)) + ## [1.51.0](https://github.com/what1s1ove/whatislove.dev/compare/@whatislove.dev/whatislove-dev-v1.50.0...@whatislove.dev/whatislove-dev-v1.51.0) (2024-06-04) diff --git a/apps/whatislove-dev/package.json b/apps/whatislove-dev/package.json index 9277c770..63431dbd 100644 --- a/apps/whatislove-dev/package.json +++ b/apps/whatislove-dev/package.json @@ -1,5 +1,5 @@ { - "version": "1.51.0", + "version": "1.51.1", "name": "@whatislove.dev/whatislove-dev", "private": true, "type": "module", diff --git a/package-lock.json b/package-lock.json index ca22a17b..6ef2bf81 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "whatislove.dev", - "version": "1.53.0", + "version": "1.53.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "whatislove.dev", - "version": "1.53.0", + "version": "1.53.1", "workspaces": [ "apps/*", "packages/*" diff --git a/package.json b/package.json index 2e8c3fac..95746a4d 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.53.0", + "version": "1.53.1", "name": "whatislove.dev", "private": true, "type": "module",