Skip to content

Commit

Permalink
Version Packages (#54)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Feb 29, 2024
1 parent 96409d0 commit b80791d
Show file tree
Hide file tree
Showing 13 changed files with 64 additions and 19 deletions.
13 changes: 0 additions & 13 deletions .changeset/chilly-lobsters-refuse.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @typed/core

## 3.2.9

### Patch Changes

- Updated dependencies [[`96409d0`](https://github.com/TylorS/typed/commit/96409d01a3ac17ba041cad2a6c28482293362b5a)]:
- @typed/path@0.10.1
- @typed/route@4.0.2
- @typed/router@0.27.4
- @typed/ui@0.9.5

## 3.2.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typed/core",
"version": "3.2.8",
"version": "3.2.9",
"description": "",
"publishConfig": {
"access": "public",
Expand Down
14 changes: 14 additions & 0 deletions packages/path/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @typed/path

## 0.10.1

### Patch Changes

- [`96409d0`](https://github.com/TylorS/typed/commit/96409d01a3ac17ba041cad2a6c28482293362b5a) Thanks [@TylorS](https://github.com/TylorS)! - Improve type-level performance of `@typed/path`'s ParamsOf + Interpolate types.

This removes the need for @ts-expect-error for possibly infinite types.

For ParamsOf this was accomplished by switching from a tuple/reduce-based type for creating an intersection of types to a more
"standard" UnionToIntersection which works by changing the variance.

For Interpolate this was accomplished by using a type-level map to
allow TypeScript to narrow the problem space to only the type-level AST types used internally for parsing a path without the need of constraining the input values and dealing with type-level casts.

## 0.10.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/path/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typed/path",
"version": "0.10.0",
"version": "0.10.1",
"description": "Type-safe utilities for building path-to-regexp formatted strings",
"publishConfig": {
"access": "public",
Expand Down
7 changes: 7 additions & 0 deletions packages/route/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @typed/route

## 4.0.2

### Patch Changes

- Updated dependencies [[`96409d0`](https://github.com/TylorS/typed/commit/96409d01a3ac17ba041cad2a6c28482293362b5a)]:
- @typed/path@0.10.1

## 4.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/route/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typed/route",
"version": "4.0.1",
"version": "4.0.2",
"description": "",
"publishConfig": {
"access": "public",
Expand Down
8 changes: 8 additions & 0 deletions packages/router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @typed/router

## 0.27.4

### Patch Changes

- Updated dependencies [[`96409d0`](https://github.com/TylorS/typed/commit/96409d01a3ac17ba041cad2a6c28482293362b5a)]:
- @typed/path@0.10.1
- @typed/route@4.0.2

## 0.27.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typed/router",
"version": "0.27.3",
"version": "0.27.4",
"description": "",
"publishConfig": {
"access": "public",
Expand Down
11 changes: 11 additions & 0 deletions packages/storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @typed/storybook

## 0.4.4

### Patch Changes

- Updated dependencies [[`96409d0`](https://github.com/TylorS/typed/commit/96409d01a3ac17ba041cad2a6c28482293362b5a)]:
- @typed/path@0.10.1
- @typed/core@3.2.9
- @typed/route@4.0.2
- @typed/router@0.27.4
- @typed/ui@0.9.5

## 0.4.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typed/storybook",
"version": "0.4.3",
"version": "0.4.4",
"description": "",
"publishConfig": {
"access": "public",
Expand Down
8 changes: 8 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @typed/ui

## 0.9.5

### Patch Changes

- Updated dependencies []:
- @typed/route@4.0.2
- @typed/router@0.27.4

## 0.9.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typed/ui",
"version": "0.9.4",
"version": "0.9.5",
"description": "",
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit b80791d

Please sign in to comment.