From a05df2a6837f3f28c54d88f4f22f949fc5a146ac Mon Sep 17 00:00:00 2001 From: Yanick Champoux Date: Tue, 27 Feb 2024 13:35:51 -0500 Subject: [PATCH] prep new release --- ...1-visionarys-homicidal-noninterventions.md | 5 ---- ...2:09:48-paradoxically-precepts-baseball.md | 5 ---- ...27T12:47:22-armfuls-complements-splicer.md | 5 ---- ...-27T13:25:15-dayton-prearrangements-ute.md | 5 ---- CHANGELOG.md | 30 +++++++++++-------- package.json | 10 ++++--- 6 files changed, 23 insertions(+), 37 deletions(-) delete mode 100644 .changeset/2024-02-27T12:00:41-visionarys-homicidal-noninterventions.md delete mode 100644 .changeset/2024-02-27T12:09:48-paradoxically-precepts-baseball.md delete mode 100644 .changeset/2024-02-27T12:47:22-armfuls-complements-splicer.md delete mode 100644 .changeset/2024-02-27T13:25:15-dayton-prearrangements-ute.md diff --git a/.changeset/2024-02-27T12:00:41-visionarys-homicidal-noninterventions.md b/.changeset/2024-02-27T12:00:41-visionarys-homicidal-noninterventions.md deleted file mode 100644 index 52e0616..0000000 --- a/.changeset/2024-02-27T12:00:41-visionarys-homicidal-noninterventions.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@yanick/updeep-remeda": patch ---- - -maint: use changesets for change management diff --git a/.changeset/2024-02-27T12:09:48-paradoxically-precepts-baseball.md b/.changeset/2024-02-27T12:09:48-paradoxically-precepts-baseball.md deleted file mode 100644 index e575984..0000000 --- a/.changeset/2024-02-27T12:09:48-paradoxically-precepts-baseball.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@yanick/updeep-remeda": minor ---- - -add functions mapIf and mapIfElse diff --git a/.changeset/2024-02-27T12:47:22-armfuls-complements-splicer.md b/.changeset/2024-02-27T12:47:22-armfuls-complements-splicer.md deleted file mode 100644 index 9d80d5c..0000000 --- a/.changeset/2024-02-27T12:47:22-armfuls-complements-splicer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@yanick/updeep-remeda": patch ---- - -move back the documentation in the README diff --git a/.changeset/2024-02-27T13:25:15-dayton-prearrangements-ute.md b/.changeset/2024-02-27T13:25:15-dayton-prearrangements-ute.md deleted file mode 100644 index ddc1128..0000000 --- a/.changeset/2024-02-27T13:25:15-dayton-prearrangements-ute.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@yanick/updeep-remeda": minor ---- - -object predicates are now shortcuts for `u.matches` diff --git a/CHANGELOG.md b/CHANGELOG.md index 006b1f0..f5ab9eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,37 +1,41 @@ -# Changelog for [updeep-remeda][homepage] +# Changelog for [updeep-remeda](https://github.com/yanick/updeep-remeda) - [homepage]: https://github.com/yanick/updeep-remeda +## v2.3.0, 2024-02-27 +### Minor Changes +- 190bb7b: add functions mapIf and mapIfElse +- 05669ce: object predicates are now shortcuts for `u.matches` + +### Patch Changes + +- 04e6304: maint: use changesets for change management +- 2fc662f: move back the documentation in the README ## v2.1.2, 2023-03-10 - * check for array deep equality +- check for array deep equality ### Statistics - * code churn: 6 files changed, 50 insertions(+), 11 deletions(-) - +- code churn: 6 files changed, 50 insertions(+), 11 deletions(-) ## v2.1.1, 2023-02-22 - * add map to the exports +- add map to the exports ### Statistics - * code churn: 4 files changed, 134 insertions(+), 121 deletions(-) - +- code churn: 4 files changed, 134 insertions(+), 121 deletions(-) ## v2.1.0, 2023-00-13 - * add function 'matches' +- add function 'matches' ### Statistics - * code churn: 7 files changed, 66 insertions(+), 174 deletions(-) - +- code churn: 7 files changed, 66 insertions(+), 174 deletions(-) ## v2.0.0 - * Fork from the [mothership](github.com/substantial/updeep), v1.2.1 - +- Fork from the [mothership](github.com/substantial/updeep), v1.2.1 diff --git a/package.json b/package.json index fdc71ab..7bd8c91 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,17 @@ { "type": "module", "name": "@yanick/updeep-remeda", - "version": "2.2.0", + "version": "2.3.0", "description": "Easily update nested frozen objects and arrays in a declarative and immutable manner.", "homepage": "https://yanick.github.io/updeep-remeda", "repository": { "type": "git", "url": "https://github.com/yanick/updeep-remeda" }, - "authors": [ "Aaron Jensen", "Yanick Champoux" ], + "authors": [ + "Aaron Jensen", + "Yanick Champoux" + ], "files": [ "esm" ], @@ -30,8 +33,7 @@ "bugs": { "url": "https://github.com/yanick/updeep-remeda/issues" }, - "scripts": { - }, + "scripts": {}, "dependencies": { "remeda": "^1.3.0" },