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

Commit 1536f91

Browse files
ci(changesets): version packages (#329)
Co-authored-by: Tim Kolberger <[email protected]>
1 parent 4daf9a4 commit 1536f91

File tree

8 files changed

+21
-14
lines changed

8 files changed

+21
-14
lines changed

.changeset/gentle-shoes-tell.md

-5
This file was deleted.

.changeset/purple-seahorses-matter.md

-6
This file was deleted.

packages/preact/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @polymorphic-factory/preact
22

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- [`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.
8+
39
## 0.3.0
410

511
### Minor Changes

packages/preact/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polymorphic-factory/preact",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "",
55
"keywords": [
66
"preact",

packages/react/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @polymorphic-factory/react
22

3+
## 0.4.1
4+
5+
### Patch Changes
6+
7+
- [`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.
8+
39
## 0.4.0
410

511
### Minor Changes

packages/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polymorphic-factory/react",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "",
55
"keywords": [
66
"react",

packages/solid/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @polymorphic-factory/solid
22

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- [`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.
8+
39
## 0.3.0
410

511
### Minor Changes

packages/solid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polymorphic-factory/solid",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "",
55
"keywords": [
66
"solid-js",

0 commit comments

Comments
 (0)