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] committed Sep 13, 2023
1 parent 4a5ce3f commit ed6792d
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 54 deletions.
5 changes: 0 additions & 5 deletions .changeset/fluffy-files-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-horses-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-socks-walk.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/metal-buckets-stare.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/nice-forks-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-plums-look.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-suns-stare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-eggs-add.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-wasps-glow.md

This file was deleted.

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

## 8.0.0

### Major Changes

- 2a0d791c6: Rename `case*` to `$*` to make them easier to use.
- 061640050: Update and release as ESM package only.

### Minor Changes

- afac18a02: Add `IsStrictObject<T>` type.
- b98ed6d9f: Accept `readonly` for array.
Add `ArrayPlus.IsReadonly`.

Fix `ArrayPlus.Reverse` to support `readonly`.

- 69c540985: Add `Merge<A, B>` and `ObjectPlus.Merge<A, B>`
- de549578a: Add customize support for `ArrayPlus.Filter`
- 711639289: Add `Box<T>` to box primitive types to their boxed types.

### Patch Changes

- 3ed4dce5e: Optimize `SplitAt` by moving never check of `DeleteCount` to the top.
- d852d76b3: Add docs for `ArrayPlus.IsReadonly`.

The following are internal changes thus not considered a breaking change:

- Replace `MergeOptions`/`MergeCases` with `TypePlusOptions.Merge`.
- Rename `TypePlusOptions.Predicate` to `TypePlusOptions.Selection`.

## 7.6.0

### Minor 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.6.0",
"version": "8.0.0",
"description": "Provides additional types for TypeScript.",
"keywords": [
"assert",
Expand Down

0 comments on commit ed6792d

Please sign in to comment.