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] committed Oct 2, 2023
1 parent dd3d5f8 commit f4262aa
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,16 @@
"type-plus": "7.6.0"
},
"changesets": [
"bright-ghosts-count",
"fluffy-files-flash",
"gentle-papayas-beg",
"lovely-horses-press",
"lucky-socks-walk",
"metal-buckets-stare",
"moody-badgers-refuse",
"nice-forks-hide",
"red-plums-look",
"shaggy-roses-hug",
"short-suns-stare",
"silver-eggs-add",
"tricky-wasps-glow"
Expand Down
9 changes: 9 additions & 0 deletions type-plus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## [4.18.1](https://github.com/unional/type-plus/compare/v4.18.0...v4.18.1) (2022-12-09)

## 8.0.0-beta.1

### Major Changes

- 3957e3193: Update `IsUnknown` and `IsNotUnknown`. Reomove `UnknownType` and `NotUnknownType`.
- d677a793e: Remove `StrictBigintType` and `NotStrictBigintType`
- 9e51d0b09: Remove `NonUndefined`. Use `Exclude` instead.
Remove `NonNull`. Use `Exclude` instead.

## 8.0.0-beta.0

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

0 comments on commit f4262aa

Please sign in to comment.