Skip to content

Commit

Permalink
chore: version packages (beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
unional committed Mar 25, 2024
1 parent cfc964b commit 042b60f
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,27 @@
"changesets": [
"blue-pumpkins-accept",
"bright-ghosts-count",
"calm-cats-beam",
"dirty-stingrays-greet",
"fluffy-files-flash",
"gentle-papayas-beg",
"itchy-mails-sleep",
"large-windows-obey",
"late-seals-lick",
"little-donkeys-pay",
"lovely-horses-press",
"lucky-socks-walk",
"metal-buckets-stare",
"moody-badgers-refuse",
"nice-forks-hide",
"purple-countries-decide",
"red-plums-look",
"serious-suns-drive",
"shaggy-roses-hug",
"sharp-walls-deliver",
"short-suns-stare",
"silver-eggs-add",
"strong-months-behave",
"strong-rabbits-tie",
"sweet-tools-clap",
"tidy-coins-relate",
Expand Down
15 changes: 15 additions & 0 deletions packages/type-plus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
## [4.18.1](https://github.com/unional/type-plus/compare/v4.18.0...v4.18.1) (2022-12-09)

## 8.0.0-beta.2

### Minor Changes

- f9821214a: Update to require typescript 5.4.

### Patch Changes

- 4ae069b28: Fix `IsPositive<number & { a: 1 }>` should return `boolean`
- 72272509c: Simplify `Omit` type as the simpler code is working with typescript 5.4
- 8901e750a: Work around excessive stack depth error in TS 5.4 for type `Zeros`.
- b480c6c2b: Update some docs under `numerics`
- 3d56d1a39: Fix `IsInteger<number & { a: 1 }>` should returns `boolean`
- cc94afdc3: Fix `IsNegative<number & { a: 1 }>` should return `boolean`

## 8.0.0-beta.1

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/type-plus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "type-plus",
"version": "8.0.0-beta.1",
"version": "8.0.0-beta.2",
"description": "Provides additional types for TypeScript.",
"keywords": [
"assert",
Expand Down

0 comments on commit 042b60f

Please sign in to comment.