From b95ec25ea7c0abe5ca47d9efbdafec3d882216ed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 14 May 2022 13:47:05 +0000 Subject: [PATCH] Version Packages --- .changeset/chilly-cycles-shake.md | 6 ------ .changeset/clever-points-doubt.md | 5 ----- .changeset/hot-hounds-eat.md | 5 ----- .changeset/moody-bulldogs-crash.md | 6 ------ .changeset/ninety-knives-brush.md | 5 ----- .changeset/perfect-kiwis-eat.md | 5 ----- .changeset/ten-ears-clean.md | 5 ----- packages/stdlib-global/CHANGELOG.md | 11 +++++++++++ packages/stdlib-global/package.json | 4 ++-- packages/stdlib/CHANGELOG.md | 18 ++++++++++++++++++ packages/stdlib/package.json | 2 +- yarn.lock | 2 +- 12 files changed, 33 insertions(+), 41 deletions(-) delete mode 100644 .changeset/chilly-cycles-shake.md delete mode 100644 .changeset/clever-points-doubt.md delete mode 100644 .changeset/hot-hounds-eat.md delete mode 100644 .changeset/moody-bulldogs-crash.md delete mode 100644 .changeset/ninety-knives-brush.md delete mode 100644 .changeset/perfect-kiwis-eat.md delete mode 100644 .changeset/ten-ears-clean.md diff --git a/.changeset/chilly-cycles-shake.md b/.changeset/chilly-cycles-shake.md deleted file mode 100644 index 64c1e30e..00000000 --- a/.changeset/chilly-cycles-shake.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@tsplus/stdlib": patch -"@tsplus/stdlib-global": patch ---- - -add additional HKTs diff --git a/.changeset/clever-points-doubt.md b/.changeset/clever-points-doubt.md deleted file mode 100644 index d7e9b66d..00000000 --- a/.changeset/clever-points-doubt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tsplus/stdlib": patch ---- - -add HKTs for Chunk diff --git a/.changeset/hot-hounds-eat.md b/.changeset/hot-hounds-eat.md deleted file mode 100644 index 16bb51fa..00000000 --- a/.changeset/hot-hounds-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tsplus/stdlib": patch ---- - -add HKTs for Option diff --git a/.changeset/moody-bulldogs-crash.md b/.changeset/moody-bulldogs-crash.md deleted file mode 100644 index 55711f67..00000000 --- a/.changeset/moody-bulldogs-crash.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@tsplus/stdlib": patch -"@tsplus/stdlib-global": patch ---- - -add NonEmptyImmutableArray module diff --git a/.changeset/ninety-knives-brush.md b/.changeset/ninety-knives-brush.md deleted file mode 100644 index 36419c00..00000000 --- a/.changeset/ninety-knives-brush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tsplus/stdlib": patch ---- - -fix naming of data HKTs diff --git a/.changeset/perfect-kiwis-eat.md b/.changeset/perfect-kiwis-eat.md deleted file mode 100644 index fc407f65..00000000 --- a/.changeset/perfect-kiwis-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tsplus/stdlib": patch ---- - -add HKTs for ImmutableArray diff --git a/.changeset/ten-ears-clean.md b/.changeset/ten-ears-clean.md deleted file mode 100644 index 13de92f4..00000000 --- a/.changeset/ten-ears-clean.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tsplus/stdlib": patch ---- - -add HKT operations to Either diff --git a/packages/stdlib-global/CHANGELOG.md b/packages/stdlib-global/CHANGELOG.md index ddf4b74d..b5d3d2c7 100644 --- a/packages/stdlib-global/CHANGELOG.md +++ b/packages/stdlib-global/CHANGELOG.md @@ -1,5 +1,16 @@ # @tsplus/stdlib-global +## 0.0.30 + +### Patch Changes + +- [#126](https://github.com/ts-plus/stdlib/pull/126) [`d1c8b1e`](https://github.com/ts-plus/stdlib/commit/d1c8b1ebd3a5d843fe64b5bcecd7e8f8fff5f2d2) Thanks [@IMax153](https://github.com/IMax153)! - add additional HKTs + +* [#125](https://github.com/ts-plus/stdlib/pull/125) [`8f2afc0`](https://github.com/ts-plus/stdlib/commit/8f2afc0c75fd8bf4cec4515537a0a60dd094b8ba) Thanks [@IMax153](https://github.com/IMax153)! - add NonEmptyImmutableArray module + +* Updated dependencies [[`d1c8b1e`](https://github.com/ts-plus/stdlib/commit/d1c8b1ebd3a5d843fe64b5bcecd7e8f8fff5f2d2), [`2678d5c`](https://github.com/ts-plus/stdlib/commit/2678d5c937c868add307d0fc61ed8dff618bad8b), [`5938a3f`](https://github.com/ts-plus/stdlib/commit/5938a3fc01bc3895aaeaa8035e683933c442c033), [`8f2afc0`](https://github.com/ts-plus/stdlib/commit/8f2afc0c75fd8bf4cec4515537a0a60dd094b8ba), [`612f34b`](https://github.com/ts-plus/stdlib/commit/612f34b1ae53d959a26e225379c186f29ae8cd41), [`b30a4bb`](https://github.com/ts-plus/stdlib/commit/b30a4bb959c7aed219231206afbc2935ce316e89), [`1a39361`](https://github.com/ts-plus/stdlib/commit/1a393610ef91cf025ccd82025b7bced80560d106)]: + - @tsplus/stdlib@0.0.65 + ## 0.0.29 ### Patch Changes diff --git a/packages/stdlib-global/package.json b/packages/stdlib-global/package.json index 3b5813a1..a4bc1fd9 100644 --- a/packages/stdlib-global/package.json +++ b/packages/stdlib-global/package.json @@ -1,6 +1,6 @@ { "name": "@tsplus/stdlib-global", - "version": "0.0.29", + "version": "0.0.30", "repository": "https://github.com/ts-plus/stdlib.git", "author": "Michael Arnaldi ", "license": "MIT", @@ -9,7 +9,7 @@ }, "types": "./types.d.ts", "peerDependencies": { - "@tsplus/stdlib": "^0.0.64" + "@tsplus/stdlib": "^0.0.65" }, "peerDependenciesMeta": { "@tsplus/stdlib": { diff --git a/packages/stdlib/CHANGELOG.md b/packages/stdlib/CHANGELOG.md index 8a00c0dc..dc114c22 100644 --- a/packages/stdlib/CHANGELOG.md +++ b/packages/stdlib/CHANGELOG.md @@ -1,5 +1,23 @@ # @tsplus/stdlib +## 0.0.65 + +### Patch Changes + +- [#126](https://github.com/ts-plus/stdlib/pull/126) [`d1c8b1e`](https://github.com/ts-plus/stdlib/commit/d1c8b1ebd3a5d843fe64b5bcecd7e8f8fff5f2d2) Thanks [@IMax153](https://github.com/IMax153)! - add additional HKTs + +* [#129](https://github.com/ts-plus/stdlib/pull/129) [`2678d5c`](https://github.com/ts-plus/stdlib/commit/2678d5c937c868add307d0fc61ed8dff618bad8b) Thanks [@IMax153](https://github.com/IMax153)! - add HKTs for Chunk + +- [#126](https://github.com/ts-plus/stdlib/pull/126) [`5938a3f`](https://github.com/ts-plus/stdlib/commit/5938a3fc01bc3895aaeaa8035e683933c442c033) Thanks [@IMax153](https://github.com/IMax153)! - add HKTs for Option + +* [#125](https://github.com/ts-plus/stdlib/pull/125) [`8f2afc0`](https://github.com/ts-plus/stdlib/commit/8f2afc0c75fd8bf4cec4515537a0a60dd094b8ba) Thanks [@IMax153](https://github.com/IMax153)! - add NonEmptyImmutableArray module + +- [#129](https://github.com/ts-plus/stdlib/pull/129) [`612f34b`](https://github.com/ts-plus/stdlib/commit/612f34b1ae53d959a26e225379c186f29ae8cd41) Thanks [@IMax153](https://github.com/IMax153)! - fix naming of data HKTs + +* [#128](https://github.com/ts-plus/stdlib/pull/128) [`b30a4bb`](https://github.com/ts-plus/stdlib/commit/b30a4bb959c7aed219231206afbc2935ce316e89) Thanks [@IMax153](https://github.com/IMax153)! - add HKTs for ImmutableArray + +- [#126](https://github.com/ts-plus/stdlib/pull/126) [`1a39361`](https://github.com/ts-plus/stdlib/commit/1a393610ef91cf025ccd82025b7bced80560d106) Thanks [@IMax153](https://github.com/IMax153)! - add HKT operations to Either + ## 0.0.64 ### Patch Changes diff --git a/packages/stdlib/package.json b/packages/stdlib/package.json index 1ff73725..7db669c7 100644 --- a/packages/stdlib/package.json +++ b/packages/stdlib/package.json @@ -1,6 +1,6 @@ { "name": "@tsplus/stdlib", - "version": "0.0.64", + "version": "0.0.65", "type": "module", "repository": "https://github.com/ts-plus/stdlib.git", "author": "Michael Arnaldi ", diff --git a/yarn.lock b/yarn.lock index f9fc9804..ca377cf5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -841,7 +841,7 @@ __metadata: version: 0.0.0-use.local resolution: "@tsplus/stdlib-global@workspace:packages/stdlib-global" peerDependencies: - "@tsplus/stdlib": ^0.0.64 + "@tsplus/stdlib": ^0.0.65 peerDependenciesMeta: "@tsplus/stdlib": optional: true