diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2add45ee..01e86dc4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { - ".": "1.69.1", - "apps/careers-whatislove-dev": "1.11.0", - "apps/certifications-whatislove-dev": "1.9.0", - "apps/whatislove-dev": "1.64.1", - "packages/shared": "1.9.0" + ".": "1.70.0", + "apps/careers-whatislove-dev": "1.12.0", + "apps/certifications-whatislove-dev": "1.10.0", + "apps/whatislove-dev": "1.65.0", + "packages/shared": "1.10.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a6225bac..6164bf69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.70.0](https://github.com/what1s1ove/whatislove.dev/compare/v1.69.1...v1.70.0) (2024-07-28) + + +### Features + +* **root:** remove dts file for unicorn & perfectionist eslint plugin wd-270 ([#691](https://github.com/what1s1ove/whatislove.dev/issues/691)) ([2be40dc](https://github.com/what1s1ove/whatislove.dev/commit/2be40dcf528fc4740970690bbcf4433c5afca47a)) +* **root:** update nodejs to lts (20) wd-521 ([#685](https://github.com/what1s1ove/whatislove.dev/issues/685)) ([9d61bad](https://github.com/what1s1ove/whatislove.dev/commit/9d61bad50d9e400186381e1a9fa926e878069e36)) +* **whatislove-dev:** add atomic habits book wd-679 ([#689](https://github.com/what1s1ove/whatislove.dev/issues/689)) ([b57bb05](https://github.com/what1s1ove/whatislove.dev/commit/b57bb055d2865cbfab61cbd10e198b7480b5ad76)) +* **whatislove-dev:** add the subtle art of not giving f*ck book wd-673 ([#687](https://github.com/what1s1ove/whatislove.dev/issues/687)) ([ee73843](https://github.com/what1s1ove/whatislove.dev/commit/ee7384395c1781ef5793c3120700c6d5edec82ad)) + + +### Bug Fixes + +* **certifications-whatislove-dev:** update react-pdf & remove overrides wd-619 ([#690](https://github.com/what1s1ove/whatislove.dev/issues/690)) ([2c55a72](https://github.com/what1s1ove/whatislove.dev/commit/2c55a72f8be4d8f9d770f51ab4fa05e53378af6b)) + ## [1.69.1](https://github.com/what1s1ove/whatislove.dev/compare/v1.69.0...v1.69.1) (2024-07-06) diff --git a/apps/careers-whatislove-dev/CHANGELOG.md b/apps/careers-whatislove-dev/CHANGELOG.md index c1a1986f..d200b29e 100644 --- a/apps/careers-whatislove-dev/CHANGELOG.md +++ b/apps/careers-whatislove-dev/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.12.0](https://github.com/what1s1ove/whatislove.dev/compare/@whatislove.dev/careers-whatislove-dev-v1.11.0...@whatislove.dev/careers-whatislove-dev-v1.12.0) (2024-07-28) + + +### Features + +* **root:** remove dts file for unicorn & perfectionist eslint plugin wd-270 ([#691](https://github.com/what1s1ove/whatislove.dev/issues/691)) ([2be40dc](https://github.com/what1s1ove/whatislove.dev/commit/2be40dcf528fc4740970690bbcf4433c5afca47a)) +* **root:** update nodejs to lts (20) wd-521 ([#685](https://github.com/what1s1ove/whatislove.dev/issues/685)) ([9d61bad](https://github.com/what1s1ove/whatislove.dev/commit/9d61bad50d9e400186381e1a9fa926e878069e36)) + ## [1.11.0](https://github.com/what1s1ove/whatislove.dev/compare/@whatislove.dev/careers-whatislove-dev-v1.10.0...@whatislove.dev/careers-whatislove-dev-v1.11.0) (2024-06-20) diff --git a/apps/careers-whatislove-dev/package.json b/apps/careers-whatislove-dev/package.json index 4f610493..bb59eb78 100644 --- a/apps/careers-whatislove-dev/package.json +++ b/apps/careers-whatislove-dev/package.json @@ -1,5 +1,5 @@ { - "version": "1.11.0", + "version": "1.12.0", "name": "@whatislove.dev/careers-whatislove-dev", "private": true, "type": "module", diff --git a/apps/certifications-whatislove-dev/CHANGELOG.md b/apps/certifications-whatislove-dev/CHANGELOG.md index d32da32b..5d5f4b75 100644 --- a/apps/certifications-whatislove-dev/CHANGELOG.md +++ b/apps/certifications-whatislove-dev/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.10.0](https://github.com/what1s1ove/whatislove.dev/compare/@whatislove.dev/certifications-whatislove-dev-v1.9.0...@whatislove.dev/certifications-whatislove-dev-v1.10.0) (2024-07-28) + + +### Features + +* **root:** remove dts file for unicorn & perfectionist eslint plugin wd-270 ([#691](https://github.com/what1s1ove/whatislove.dev/issues/691)) ([2be40dc](https://github.com/what1s1ove/whatislove.dev/commit/2be40dcf528fc4740970690bbcf4433c5afca47a)) +* **root:** update nodejs to lts (20) wd-521 ([#685](https://github.com/what1s1ove/whatislove.dev/issues/685)) ([9d61bad](https://github.com/what1s1ove/whatislove.dev/commit/9d61bad50d9e400186381e1a9fa926e878069e36)) + ## [1.9.0](https://github.com/what1s1ove/whatislove.dev/compare/@whatislove.dev/certifications-whatislove-dev-v1.8.1...@whatislove.dev/certifications-whatislove-dev-v1.9.0) (2024-06-20) diff --git a/apps/certifications-whatislove-dev/package.json b/apps/certifications-whatislove-dev/package.json index e5327ae0..6ad80307 100644 --- a/apps/certifications-whatislove-dev/package.json +++ b/apps/certifications-whatislove-dev/package.json @@ -1,5 +1,5 @@ { - "version": "1.9.0", + "version": "1.10.0", "name": "@whatislove.dev/certifications-whatislove-dev", "private": true, "type": "module", diff --git a/apps/whatislove-dev/CHANGELOG.md b/apps/whatislove-dev/CHANGELOG.md index a7ff15d6..68a49ea1 100644 --- a/apps/whatislove-dev/CHANGELOG.md +++ b/apps/whatislove-dev/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.65.0](https://github.com/what1s1ove/whatislove.dev/compare/@whatislove.dev/whatislove-dev-v1.64.1...@whatislove.dev/whatislove-dev-v1.65.0) (2024-07-28) + + +### Features + +* **root:** remove dts file for unicorn & perfectionist eslint plugin wd-270 ([#691](https://github.com/what1s1ove/whatislove.dev/issues/691)) ([2be40dc](https://github.com/what1s1ove/whatislove.dev/commit/2be40dcf528fc4740970690bbcf4433c5afca47a)) +* **root:** update nodejs to lts (20) wd-521 ([#685](https://github.com/what1s1ove/whatislove.dev/issues/685)) ([9d61bad](https://github.com/what1s1ove/whatislove.dev/commit/9d61bad50d9e400186381e1a9fa926e878069e36)) +* **whatislove-dev:** add atomic habits book wd-679 ([#689](https://github.com/what1s1ove/whatislove.dev/issues/689)) ([b57bb05](https://github.com/what1s1ove/whatislove.dev/commit/b57bb055d2865cbfab61cbd10e198b7480b5ad76)) +* **whatislove-dev:** add the subtle art of not giving f*ck book wd-673 ([#687](https://github.com/what1s1ove/whatislove.dev/issues/687)) ([ee73843](https://github.com/what1s1ove/whatislove.dev/commit/ee7384395c1781ef5793c3120700c6d5edec82ad)) + ## [1.64.1](https://github.com/what1s1ove/whatislove.dev/compare/@whatislove.dev/whatislove-dev-v1.64.0...@whatislove.dev/whatislove-dev-v1.64.1) (2024-07-06) diff --git a/apps/whatislove-dev/package.json b/apps/whatislove-dev/package.json index 86178f64..1dc2f854 100644 --- a/apps/whatislove-dev/package.json +++ b/apps/whatislove-dev/package.json @@ -1,5 +1,5 @@ { - "version": "1.64.1", + "version": "1.65.0", "name": "@whatislove.dev/whatislove-dev", "private": true, "type": "module", diff --git a/package-lock.json b/package-lock.json index c5456bd6..76b615ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "whatislove.dev", - "version": "1.69.1", + "version": "1.70.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "whatislove.dev", - "version": "1.69.1", + "version": "1.70.0", "workspaces": [ "apps/*", "packages/*" diff --git a/package.json b/package.json index 90e50d07..ae6aa78b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.69.1", + "version": "1.70.0", "name": "whatislove.dev", "private": true, "type": "module", diff --git a/packages/shared/CHANGELOG.md b/packages/shared/CHANGELOG.md index 6913edac..40200692 100644 --- a/packages/shared/CHANGELOG.md +++ b/packages/shared/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.10.0](https://github.com/what1s1ove/whatislove.dev/compare/@whatislove.dev/shared-v1.9.0...@whatislove.dev/shared-v1.10.0) (2024-07-28) + + +### Features + +* **root:** update nodejs to lts (20) wd-521 ([#685](https://github.com/what1s1ove/whatislove.dev/issues/685)) ([9d61bad](https://github.com/what1s1ove/whatislove.dev/commit/9d61bad50d9e400186381e1a9fa926e878069e36)) + ## [1.9.0](https://github.com/what1s1ove/whatislove.dev/compare/@whatislove.dev/shared-v1.8.0...@whatislove.dev/shared-v1.9.0) (2024-05-24) diff --git a/packages/shared/package.json b/packages/shared/package.json index 71fbd323..e6954ced 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,5 +1,5 @@ { - "version": "1.9.0", + "version": "1.10.0", "name": "@whatislove.dev/shared", "private": true, "type": "module",