Skip to content

Commit

Permalink
chore: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and unional committed Jul 3, 2023
1 parent b55a61d commit 9edc219
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 41 deletions.
5 changes: 0 additions & 5 deletions .changeset/cuddly-students-listen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-kings-vanish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-seahorses-peel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-days-sleep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-coats-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-vans-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-emus-listen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-tigers-compare.md

This file was deleted.

16 changes: 16 additions & 0 deletions type-plus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
## [4.18.1](https://github.com/unional/type-plus/compare/v4.18.0...v4.18.1) (2022-12-09)

## 7.4.0

### Minor Changes

- b55a61de3: Deprecate `drop()` as it does not sufficiently support the needed types.
- cb2c68694: Add `extends()`, `union()`, `intersect()`, `union_*`, `intersect_*` to `InspectedType`.

### Patch Changes

- 81158731b: Separate `Filter` and `PadStart` for array and tuple
- 9f08f5635: Improve `Head` and `Last` to support empty_tuple override
- 9f08f5635: Improve `IntersectOfProps` to work with array just for completeness.
- 810181628: Improve `DropFirst` and `DropLast` to support overriding cases.
- 58da4b3ee: Update export field to export `./package.json`.
- 2454ab228: Improve `CommonPropKeys`

## 7.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion type-plus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "type-plus",
"version": "7.3.1",
"version": "7.4.0",
"description": "Provides additional types for TypeScript.",
"homepage": "https://github.com/unional/type-plus/tree/main/type-plus#readme",
"bugs": {
Expand Down

0 comments on commit 9edc219

Please sign in to comment.