Skip to content

Commit

Permalink
chore: version packages (beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and unional committed Sep 13, 2023
1 parent 7466455 commit da748ca
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 2 deletions.
13 changes: 12 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,16 @@
"pages": "0.0.1",
"type-plus": "7.6.0"
},
"changesets": []
"changesets": [
"fluffy-files-flash",
"gentle-papayas-beg",
"lovely-horses-press",
"lucky-socks-walk",
"metal-buckets-stare",
"nice-forks-hide",
"red-plums-look",
"short-suns-stare",
"silver-eggs-add",
"tricky-wasps-glow"
]
}
30 changes: 30 additions & 0 deletions type-plus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
## [4.18.1](https://github.com/unional/type-plus/compare/v4.18.0...v4.18.1) (2022-12-09)

## 8.0.0-beta.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.
- 5535a4a6d: fix `IsArray<never[]>`
- 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-beta.0",
"description": "Provides additional types for TypeScript.",
"keywords": [
"assert",
Expand Down

0 comments on commit da748ca

Please sign in to comment.