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] authored and unional committed Jul 27, 2024
1 parent bbe256c commit 15881d1
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 39 deletions.
77 changes: 39 additions & 38 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -1,40 +1,41 @@
{
"mode": "pre",
"tag": "beta",
"initialVersions": {
"pages": "0.0.1",
"type-plus": "7.6.0",
"@type-plus/kind": "0.0.0"
},
"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",
"tough-files-sort",
"tricky-wasps-glow",
"two-shrimps-wonder"
]
"mode": "pre",
"tag": "beta",
"initialVersions": {
"pages": "0.0.1",
"type-plus": "7.6.0",
"@type-plus/kind": "0.0.0"
},
"changesets": [
"blue-pumpkins-accept",
"bright-ghosts-count",
"calm-cats-beam",
"dirty-stingrays-greet",
"fluffy-files-flash",
"gentle-papayas-beg",
"good-cups-approve",
"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",
"tough-files-sort",
"tricky-wasps-glow",
"two-shrimps-wonder"
]
}
9 changes: 9 additions & 0 deletions packages/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.3

### Patch Changes

- bbe256cb5: Remove `exports.default` in `package.json`.

That provide the wrong file to systems expecting CJS.
May need to add a different one for browser-spec.

## 8.0.0-beta.2

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

0 comments on commit 15881d1

Please sign in to comment.