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 Aug 2, 2024
1 parent c753fe8 commit 6b5b6f6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
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 @@
"moody-badgers-refuse",
"nice-forks-hide",
"purple-countries-decide",
"quick-grapes-travel",
"red-plums-look",
"serious-suns-drive",
"shaggy-roses-hug",
Expand Down
6 changes: 6 additions & 0 deletions packages/type-plus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## [4.18.1](https://github.com/unional/type-plus/compare/v4.18.0...v4.18.1) (2022-12-09)

## 8.0.0-beta.4

### Minor Changes

- 2d4d9b437: Reintroduce CJS support.

## 8.0.0-beta.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions 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.3",
"version": "8.0.0-beta.4",
"description": "Provides additional types for TypeScript.",
"keywords": [
"assert",
Expand Down Expand Up @@ -35,7 +35,7 @@
"types": "./esm/index.d.ts",
"default": "./esm/index.js"
},
"require": {
"require": {
"types": "./cjs/index.d.ts",
"default": "./cjs/index.js"
}
Expand All @@ -52,7 +52,7 @@
}
},
"files": [
"cjs",
"cjs",
"esm",
"src",
"!src/types",
Expand Down

0 comments on commit 6b5b6f6

Please sign in to comment.