From 0eb190b8007468776a02206096ac0552d78735f8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 11:17:59 +0000 Subject: [PATCH 1/2] chore: release 2.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 24 ++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 28 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d0ab664..65f558e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.0" + ".": "2.0.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e8e082f..e12f6f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [2.0.0](https://github.com/CodelyTV/typescript-primitives-type/compare/v1.2.0...v2.0.0) (2025-02-04) + + +### ⚠ BREAKING CHANGES + +* convert Date type to number ([#18](https://github.com/CodelyTV/typescript-primitives-type/issues/18)) + +### Features + +* Add support for primitives and undefined values ([b3e5364](https://github.com/CodelyTV/typescript-primitives-type/commit/b3e5364661961040fd6400ef33784c99727c1a50)) +* add support for value object array ([46e1c50](https://github.com/CodelyTV/typescript-primitives-type/commit/46e1c50dd38ce981c26f701185e4c6c84a4590c9)) +* add support to more types ([fa689b0](https://github.com/CodelyTV/typescript-primitives-type/commit/fa689b0846e3fbbbc8ea99d9d2a09d09f5279443)) +* add to primitives method to test classes ([e5c5288](https://github.com/CodelyTV/typescript-primitives-type/commit/e5c52884a942b9ff616b68c83ef94d561883cc33)) +* add unknown properties support ([#11](https://github.com/CodelyTV/typescript-primitives-type/issues/11)) ([617e4df](https://github.com/CodelyTV/typescript-primitives-type/commit/617e4df3a019875fe9f81b0f640eb011a779e827)) +* convert Date type to number ([#18](https://github.com/CodelyTV/typescript-primitives-type/issues/18)) ([ef67669](https://github.com/CodelyTV/typescript-primitives-type/commit/ef676692907caaad9d5d4a16d8acae188fa64550)) +* first stable version. ([c4d6a22](https://github.com/CodelyTV/typescript-primitives-type/commit/c4d6a22f8fe6240a193e0d86a5e276e75d43b3a0)) + + +### Bug Fixes + +* correct index.js path ([5526523](https://github.com/CodelyTV/typescript-primitives-type/commit/5526523016c4a79d9bed32d41dcb9504a5108cab)) +* infer each property type individually ([#9](https://github.com/CodelyTV/typescript-primitives-type/issues/9)) ([d718fb3](https://github.com/CodelyTV/typescript-primitives-type/commit/d718fb37fc89e8ff72eb440dcec7e56df92de773)) +* remove unnessary import ([#5](https://github.com/CodelyTV/typescript-primitives-type/issues/5)) ([984ca21](https://github.com/CodelyTV/typescript-primitives-type/commit/984ca2149905d0cdbb288142d02b56402dad33f3)) + ## [1.2.0](https://github.com/CodelyTV/typescript-primitives-type/compare/primitives-type-v1.1.1...primitives-type-v1.2.0) (2025-02-04) ### Features diff --git a/package-lock.json b/package-lock.json index 6039c8e..0fa3ce8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@codelytv/primitives-type", - "version": "1.2.0", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@codelytv/primitives-type", - "version": "1.2.0", + "version": "2.0.0", "license": "GPL-3.0", "devDependencies": { "@types/jest": "^29.5.14", diff --git a/package.json b/package.json index c5cedea..237ecc0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codelytv/primitives-type", - "version": "1.2.0", + "version": "2.0.0", "description": "Type entity primitives from value objects", "keywords": [ "typescript", From f6b9e943c714ec052cbdfc07936d2958753b3979 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=20G=C3=B3mez?= Date: Tue, 4 Feb 2025 12:20:57 +0100 Subject: [PATCH 2/2] docs: remove incorrect new fixes and features --- CHANGELOG.md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e12f6f1..985563e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,23 +7,6 @@ * convert Date type to number ([#18](https://github.com/CodelyTV/typescript-primitives-type/issues/18)) -### Features - -* Add support for primitives and undefined values ([b3e5364](https://github.com/CodelyTV/typescript-primitives-type/commit/b3e5364661961040fd6400ef33784c99727c1a50)) -* add support for value object array ([46e1c50](https://github.com/CodelyTV/typescript-primitives-type/commit/46e1c50dd38ce981c26f701185e4c6c84a4590c9)) -* add support to more types ([fa689b0](https://github.com/CodelyTV/typescript-primitives-type/commit/fa689b0846e3fbbbc8ea99d9d2a09d09f5279443)) -* add to primitives method to test classes ([e5c5288](https://github.com/CodelyTV/typescript-primitives-type/commit/e5c52884a942b9ff616b68c83ef94d561883cc33)) -* add unknown properties support ([#11](https://github.com/CodelyTV/typescript-primitives-type/issues/11)) ([617e4df](https://github.com/CodelyTV/typescript-primitives-type/commit/617e4df3a019875fe9f81b0f640eb011a779e827)) -* convert Date type to number ([#18](https://github.com/CodelyTV/typescript-primitives-type/issues/18)) ([ef67669](https://github.com/CodelyTV/typescript-primitives-type/commit/ef676692907caaad9d5d4a16d8acae188fa64550)) -* first stable version. ([c4d6a22](https://github.com/CodelyTV/typescript-primitives-type/commit/c4d6a22f8fe6240a193e0d86a5e276e75d43b3a0)) - - -### Bug Fixes - -* correct index.js path ([5526523](https://github.com/CodelyTV/typescript-primitives-type/commit/5526523016c4a79d9bed32d41dcb9504a5108cab)) -* infer each property type individually ([#9](https://github.com/CodelyTV/typescript-primitives-type/issues/9)) ([d718fb3](https://github.com/CodelyTV/typescript-primitives-type/commit/d718fb37fc89e8ff72eb440dcec7e56df92de773)) -* remove unnessary import ([#5](https://github.com/CodelyTV/typescript-primitives-type/issues/5)) ([984ca21](https://github.com/CodelyTV/typescript-primitives-type/commit/984ca2149905d0cdbb288142d02b56402dad33f3)) - ## [1.2.0](https://github.com/CodelyTV/typescript-primitives-type/compare/primitives-type-v1.1.1...primitives-type-v1.2.0) (2025-02-04) ### Features