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 Sep 26, 2024
1 parent 17bf492 commit ab3c9a7
Show file tree
Hide file tree
Showing 3 changed files with 18 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 @@ -12,6 +12,7 @@
"calm-cats-beam",
"dirty-stingrays-greet",
"fluffy-files-flash",
"fresh-spiders-invite",
"gentle-papayas-beg",
"good-cups-approve",
"itchy-mails-sleep",
Expand All @@ -26,6 +27,7 @@
"purple-countries-decide",
"quick-grapes-travel",
"red-plums-look",
"serious-deers-cheer",
"serious-suns-drive",
"shaggy-roses-hug",
"sharp-walls-deliver",
Expand All @@ -37,6 +39,7 @@
"tidy-coins-relate",
"tough-files-sort",
"tricky-wasps-glow",
"twelve-shirts-lay",
"two-shrimps-wonder"
]
}
14 changes: 14 additions & 0 deletions packages/type-plus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
## [4.18.1](https://github.com/unional/type-plus/compare/v4.18.0...v4.18.1) (2022-12-09)

## 8.0.0-beta.5

### Minor Changes

- 17bf492: Remove `$Exact` namespace.
`$Exact.$Options` is now `$ExactOptions`.
`$Exact.$Default` is now `$ExactDefault`.
`$Exact.$IsExact` is now `$IsExact`.

### Patch Changes

- ac73d79: Removing incorrect usage of the `typesVersions` field in `package.json`.
- 37e47dc: Remove `$Exact` branch type. It is not needed anymore.

## 8.0.0-beta.4

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

0 comments on commit ab3c9a7

Please sign in to comment.