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 Dec 6, 2024
1 parent 1f9598c commit ee35654
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"metal-buckets-stare",
"moody-badgers-refuse",
"nice-forks-hide",
"polite-games-guess",
"purple-countries-decide",
"quick-grapes-travel",
"red-plums-look",
Expand Down
13 changes: 13 additions & 0 deletions packages/type-plus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
## [4.18.1](https://github.com/unional/type-plus/compare/v4.18.0...v4.18.1) (2022-12-09)

## 8.0.0-beta.7

### Patch Changes

- 20ded29: Use `fn.apply` instead of spread.
It has better performance and function that are already bound continue to work as expected.

```ts
const bindFn = fn.bind(This);

bindFn.apply(null, args); // `this` is not affected
```

## 8.0.0-beta.6

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

0 comments on commit ee35654

Please sign in to comment.