Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and IMax153 committed May 15, 2022
1 parent 612f34b commit b95ec25
Show file tree
Hide file tree
Showing 12 changed files with 33 additions and 41 deletions.
6 changes: 0 additions & 6 deletions .changeset/chilly-cycles-shake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-points-doubt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-hounds-eat.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/moody-bulldogs-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-knives-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-kiwis-eat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-ears-clean.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/stdlib-global/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/stdlib-global/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
},
"types": "./types.d.ts",
"peerDependencies": {
"@tsplus/stdlib": "^0.0.64"
"@tsplus/stdlib": "^0.0.65"
},
"peerDependenciesMeta": {
"@tsplus/stdlib": {
Expand Down
18 changes: 18 additions & 0 deletions packages/stdlib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/stdlib/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b95ec25

Please sign in to comment.