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

Commit 60b2f5d

Browse files
ci(changesets): version packages (#28)
Co-authored-by: Tim Kolberger <[email protected]>
1 parent a45be11 commit 60b2f5d

File tree

7 files changed

+19
-17
lines changed

7 files changed

+19
-17
lines changed

.changeset/hot-insects-jump.md

-5
This file was deleted.

.changeset/many-steaks-explode.md

-5
This file was deleted.

.changeset/wicked-parrots-cry.md

-5
This file was deleted.

packages/react/CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [#26](https://github.com/chakra-ui/polymorphic/pull/26) [`122b838`](https://github.com/chakra-ui/polymorphic/commit/122b838309c47312a4414cf3b9dc9da273a48aa4) Thanks [@TimKolberger](https://github.com/TimKolberger)! - Declared bundle exports explicitly.
8+
9+
### Patch Changes
10+
11+
- [#26](https://github.com/chakra-ui/polymorphic/pull/26) [`122b838`](https://github.com/chakra-ui/polymorphic/commit/122b838309c47312a4414cf3b9dc9da273a48aa4) Thanks [@TimKolberger](https://github.com/TimKolberger)! - Fixed an issue where autocomplete for intrinsic element props did not show up.
12+
313
## 0.1.2
414

515
### Patch 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.1.2",
3+
"version": "0.2.0",
44
"description": "",
55
"keywords": [],
66
"homepage": "https://github.com/chakra-ui/polymorphic",

packages/solid/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @polymorphic-factory/solid
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [#27](https://github.com/chakra-ui/polymorphic/pull/27) [`eb3d8a1`](https://github.com/chakra-ui/polymorphic/commit/eb3d8a1412fb4eaad5829e483a602589887c5bf2) Thanks [@TimKolberger](https://github.com/TimKolberger)! - Initial release for solid-js.

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.0.0",
3+
"version": "0.1.0",
44
"description": "",
55
"keywords": [],
66
"homepage": "https://github.com/chakra-ui/polymorphic",

0 commit comments

Comments
 (0)