Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Version Packages #329

Merged
merged 1 commit into from
Apr 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/gentle-shoes-tell.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/purple-seahorses-matter.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/preact/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @polymorphic-factory/preact

## 0.3.1

### Patch Changes

- [`4daf9a4`](https://github.com/chakra-ui/polymorphic/commit/4daf9a414dc062610c47467fe7c86bac0904d7ca) Thanks [@TimKolberger](https://github.com/TimKolberger)! - Slightly relax the typings for the `as` prop when it is not used.

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/preact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polymorphic-factory/preact",
"version": "0.3.0",
"version": "0.3.1",
"description": "",
"keywords": [
"preact",
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @polymorphic-factory/react

## 0.4.1

### Patch Changes

- [`4daf9a4`](https://github.com/chakra-ui/polymorphic/commit/4daf9a414dc062610c47467fe7c86bac0904d7ca) Thanks [@TimKolberger](https://github.com/TimKolberger)! - Slightly relax the typings for the `as` prop when it is not used.

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polymorphic-factory/react",
"version": "0.4.0",
"version": "0.4.1",
"description": "",
"keywords": [
"react",
Expand Down
6 changes: 6 additions & 0 deletions packages/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @polymorphic-factory/solid

## 0.3.1

### Patch Changes

- [`4daf9a4`](https://github.com/chakra-ui/polymorphic/commit/4daf9a414dc062610c47467fe7c86bac0904d7ca) Thanks [@TimKolberger](https://github.com/TimKolberger)! - Fixed an issue where the typings for the as prop where to restrictive.

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polymorphic-factory/solid",
"version": "0.3.0",
"version": "0.3.1",
"description": "",
"keywords": [
"solid-js",
Expand Down